Home
last modified time | relevance | path

Searched refs:kmsqid_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmsg.c283 static int msgq_check_err(kmsqid_t *qp, int cvres);
285 kmsqid_t *);
286 static int msg_copyout(kmsqid_t *, long, kmutex_t **, size_t *, size_t,
289 static void msg_wakeup_senders(kmsqid_t *);
290 static void msg_wakeup_rdr(kmsqid_t *, msg_select_t **, long);
291 static msgq_wakeup_t *msg_fnd_any_snd(kmsqid_t *, int, long);
292 static msgq_wakeup_t *msg_fnd_any_rdr(kmsqid_t *, int, long);
293 static msgq_wakeup_t *msg_fnd_neg_snd(kmsqid_t *, int, long);
294 static msgq_wakeup_t *msg_fnd_spc_snd(kmsqid_t *, int, long);
295 static struct msg *msgrcv_lookup(kmsqid_t *, long);
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c174 msq_print(kmsqid_t *msqid, uintptr_t addr) in msq_print()
178 mdb_printf("&list: %-?p\n", addr + OFFSETOF(kmsqid_t, msg_list)); in msq_print()
189 addr + (uintptr_t)OFFSETOF(kmsqid_t, msg_snd_cv)); in msq_print()
194 0, 1, 1, addr + OFFSETOF(kmsqid_t, msg_cpy_block), 0); in msq_print()
197 addr + OFFSETOF(kmsqid_t, msg_wait_snd_ngt), 0); in msq_print()
200 0, 1, 1, addr + OFFSETOF(kmsqid_t, msg_wait_rcv), in msq_print()
205 0, MSG_MAX_QNUM + 1, 0, addr + OFFSETOF(kmsqid_t, in msq_print()
259 sizeof (kmsqid_t)
576 wsp->walk_addr += OFFSETOF(kmsqid_t, msg_list); in msg_walk_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dmsg_impl.h145 } kmsqid_t; typedef
/illumos-gate/usr/src/uts/common/c2/
H A Daudit.c909 au_uwrite(au_to_ipc_perm(&(((kmsqid_t *)vp)->msg_perm))); in audit_ipc()
934 au_uwrite(au_to_ipc_perm(&(((kmsqid_t *)vp)->msg_perm))); in audit_ipcget()