Home
last modified time | relevance | path

Searched refs:signotify_id_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dsignotify.c88 signotify(int cmd, siginfo_t *siginfo, signotify_id_t *sn_id) in signotify()
91 signotify_id_t id; in signotify()
101 if (copyin(sn_id, &id, sizeof (signotify_id_t))) in signotify()
222 if (copyout(&id, sn_id, sizeof (signotify_id_t))) in signotify()
/illumos-gate/usr/src/uts/common/sys/
H A Dsignal.h204 } signotify_id_t; typedef
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dmqueue.c103 signotify_id_t mq_sigid; /* notification id (3 int's) */
158 extern int __signotify(int cmd, siginfo_t *sigonfo, signotify_id_t *sn_id);
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_signal.c715 int cmd, siginfo_t *siginfo, signotify_id_t *sn_id) in s10_signotify()
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c267 int signotify(int, siginfo_t *, signotify_id_t *);