Searched refs:msghdrs (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/kern/
H A Dsysv_msg.c81 static struct __msg *msghdrs; /* MSGTQL msg headers */ variable in typeref:struct:__msg
135 msghdrs = (void *)((uintptr_t)msgmaps +
137 msqs = (void *)((uintptr_t)msghdrs +
148 msghdrs[i].msg_type = 0;
149 msghdrs[i].msg_next = &msghdrs[i + 1];
152 msghdrs[i].msg_type = 0;
153 msghdrs[i].msg_next = NULL;
154 free_msghdrs = &msghdrs[0];
328 /* Take an entry from the new list of free msghdrs */
[all...]

Completed in 81 milliseconds