HomeSort by: relevance | last modified time | path
    Searched defs:msgmaps (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
sysv_msg.c 80 static struct msgmap *msgmaps; /* MSGSEG msgmap structures */ variable in typeref:struct:msgmap *
134 msgmaps = (void *)((uintptr_t)msgpool + ALIGN(msginfo.msgmax));
135 msghdrs = (void *)((uintptr_t)msgmaps +
141 msgmaps[i].next = i + 1;
142 msgmaps[msginfo.msgseg - 1].next = -1;
375 nnext = msgmaps[nnext].next;
376 next = msgmaps[next].next;
398 msgmaps = new_msgmaps;
429 next = msgmaps[msghdr->msg_spot].next;
430 msgmaps[msghdr->msg_spot].next = free_msgmaps
    [all...]
sysv_msg.c 80 static struct msgmap *msgmaps; /* MSGSEG msgmap structures */ variable in typeref:struct:msgmap *
134 msgmaps = (void *)((uintptr_t)msgpool + ALIGN(msginfo.msgmax));
135 msghdrs = (void *)((uintptr_t)msgmaps +
141 msgmaps[i].next = i + 1;
142 msgmaps[msginfo.msgseg - 1].next = -1;
375 nnext = msgmaps[nnext].next;
376 next = msgmaps[next].next;
398 msgmaps = new_msgmaps;
429 next = msgmaps[msghdr->msg_spot].next;
430 msgmaps[msghdr->msg_spot].next = free_msgmaps
    [all...]
sysv_msg.c 80 static struct msgmap *msgmaps; /* MSGSEG msgmap structures */ variable in typeref:struct:msgmap *
134 msgmaps = (void *)((uintptr_t)msgpool + ALIGN(msginfo.msgmax));
135 msghdrs = (void *)((uintptr_t)msgmaps +
141 msgmaps[i].next = i + 1;
142 msgmaps[msginfo.msgseg - 1].next = -1;
375 nnext = msgmaps[nnext].next;
376 next = msgmaps[next].next;
398 msgmaps = new_msgmaps;
429 next = msgmaps[msghdr->msg_spot].next;
430 msgmaps[msghdr->msg_spot].next = free_msgmaps
    [all...]

Completed in 33 milliseconds