Searched refs:msg_addr (Results 1 – 3 of 3) sorted by relevance
| /onnv-gate/usr/src/uts/common/os/ |
| H A D | msg.c | 381 if (mp->msg_addr) in msg_rele() 382 kmem_free(mp->msg_addr, mp->msg_size); in msg_rele() 852 copyerror = copyout(smp->msg_addr, in msg_copyout() 1062 copyout(mp->msg_addr, buf, mp->msg_size)) in msgsnap() 1138 mp->msg_addr = kmem_alloc(msgsz, KM_SLEEP); in msgsnd() 1140 mp->msg_addr, msgsz) == -1) { in msgsnd() 1202 mp->msg_addr = kmem_alloc(msgsz, KM_SLEEP); in msgsnd() 1207 mp->msg_addr, msgsz) == -1); in msgsnd()
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | msg_impl.h | 75 void *msg_addr; /* message text address */ member
|
| /onnv-gate/usr/src/cmd/mdb/common/modules/ipc/ |
| H A D | ipc.c | 676 mdb_printf("%0?lx %?p %8ld %8ld %8ld\n", addr, message.msg_addr, in msgprint() 683 (uintptr_t)message.msg_addr, message.msg_size, in msgprint()
|