Lines Matching refs:sev
42 struct_sigevent sev; in MPERS_PRINTER_DECL() local
44 if (umove_or_printaddr(tcp, addr, &sev)) in MPERS_PRINTER_DECL()
48 if (sev.sigev_value.sival_ptr) in MPERS_PRINTER_DECL()
50 sev.sigev_value.sival_int, in MPERS_PRINTER_DECL()
51 (unsigned long) sev.sigev_value.sival_ptr); in MPERS_PRINTER_DECL()
54 switch (sev.sigev_notify) { in MPERS_PRINTER_DECL()
58 tprints(signame(sev.sigev_signo)); in MPERS_PRINTER_DECL()
61 tprintf("%u", sev.sigev_signo); in MPERS_PRINTER_DECL()
65 printxval(sigev_value, sev.sigev_notify, "SIGEV_???"); in MPERS_PRINTER_DECL()
67 switch (sev.sigev_notify) { in MPERS_PRINTER_DECL()
83 sev.sigev_notify_thread_id); in MPERS_PRINTER_DECL()
90 printaddr((unsigned long) sev.sigev_notify_function); in MPERS_PRINTER_DECL()
92 printaddr((unsigned long) sev.sigev_notify_attributes); in MPERS_PRINTER_DECL()