gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:offsetof (0.01 seconds)
mtkernel_3
kernel/tkernel/device.h - 3.0KB - 109 lines
65: 
66: #define DEVREQ_REQCB(devreq)    ((ReqCB*)((B*)(devreq) - offsetof(ReqCB, req)))
67: 
More results from mtkernel_3
tkernel_2
driver/tef_em1d/console/src/console_drv.c - 31.8KB - 957 lines
154:         if (port <= 0) return NULL;
155:         q = QueSearch(&ConsPort, &ConsPort, port, offsetof(CONSCB, port));
156:         return (q == &ConsPort) ? NULL : (CONSCB*)q;
More results from tkernel_2
t2ex
bsd_source/lib/libc/src_bsd/include/sys/sysctl.h - 47.6KB - 975 lines
525:         copy_str((kp)->p_emul, (char *)(p)->p_emul +                   \
526:             offsetof(struct emul, e_name), sizeof((kp)->p_emul));      \
527:         strlcpy((kp)->p_comm, (p)->p_comm, sizeof((kp)->p_comm));      \
More results from t2ex