Home
last modified time | relevance | path

Searched refs:msgmap (Results 1 – 2 of 2) sorted by relevance

/dragonfly/lib/libc/sysvipc/
H A Dsysvipc_msg.h99 struct msgmap { struct
117 struct msgmap msgmaps[MSGSEG]; /* MSGSEG msgmap structures */ argument
/dragonfly/sys/kern/
H A Dsysv_msg.c104 struct msgmap { struct
116 static struct msgmap *msgmaps; /* MSGSEG msgmap structures */ argument
128 msgmaps = kmalloc(sizeof(struct msgmap) * msginfo.msgseg, M_MSG, M_WAITOK); in msginit()