Searched refs:signotify_id_t (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/syscall/ |
H A D | signotify.c | 88 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()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | signal.h | 208 } signotify_id_t; typedef
|
/titanic_41/usr/src/lib/libc/port/rt/ |
H A D | mqueue.c | 105 signotify_id_t mq_sigid; /* notification id (3 int's) */ 160 extern int __signotify(int cmd, siginfo_t *sigonfo, signotify_id_t *sn_id);
|
/titanic_41/usr/src/lib/brand/solaris10/s10_brand/common/ |
H A D | s10_signal.c | 715 int cmd, siginfo_t *siginfo, signotify_id_t *sn_id) in s10_signotify()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | sysent.c | 265 int signotify(int, siginfo_t *, signotify_id_t *);
|