Home
last modified time | relevance | path

Searched defs:msgbuf (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.101.15/bsd/sys/ !
H A Dmsgbuf.h69 struct msgbuf { struct
80 extern struct msgbuf *msgbufp; argument
/xnu-10063.101.15/bsd/kern/ !
H A Dsubr_log.c118 struct msgbuf msgbuf = {.msg_magic = MSG_MAGIC, .msg_size = sizeof(smsg_bufc), .msg_bufx = 0, .msg… variable
/xnu-10063.101.15/tools/lldbmacros/ !
H A Dlog.py246 def __init__(self, msgbuf): argument