Search | Google it | Results 1 - 3 of 3 for funcall:offsetof (0.02 seconds) |
65:
66: #define DEVREQ_REQCB(devreq) ((ReqCB*)((B*)(devreq) - offsetof(ReqCB, req)))
67:
154: if (port <= 0) return NULL; 155: q = QueSearch(&ConsPort, &ConsPort, port, offsetof(CONSCB, port)); 156: return (q == &ConsPort) ? NULL : (CONSCB*)q;
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)); \