Searched refs:notif (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/kernel/containers/pidns/ |
D | pidns30.c | 166 struct sigevent notif; in child_fn() local 193 notif.sigev_notify = SIGEV_SIGNAL; in child_fn() 194 notif.sigev_signo = SIGUSR1; in child_fn() 195 notif.sigev_value.sival_int = mqd; in child_fn() 196 if (ltp_syscall(__NR_mq_notify, mqd, ¬if) == -1) { in child_fn()
|
D | pidns31.c | 255 struct sigevent notif; in main() local 287 notif.sigev_notify = SIGEV_SIGNAL; in main() 288 notif.sigev_signo = SIGUSR1; in main() 291 notif.sigev_value.sival_ptr = &info; in main() 292 if (ltp_syscall(__NR_mq_notify, mqd, ¬if) == (mqd_t) -1) { in main()
|
/external/ppp/pppd/ |
D | main.c | 1995 add_notifier(notif, func, arg) in add_notifier() argument 1996 struct notifier **notif; in add_notifier() 2005 np->next = *notif; 2008 *notif = np; 2016 remove_notifier(notif, func, arg) in remove_notifier() argument 2017 struct notifier **notif; in remove_notifier() 2023 for (; (np = *notif) != 0; notif = &np->next) { 2025 *notif = np->next; 2036 notify(notif, val) in notify() argument 2037 struct notifier *notif; in notify() [all …]
|
/external/python/cpython3/Lib/test/ |
D | mime.types | 334 application/vnd.dvb.notif-aggregate-root+xml 335 application/vnd.dvb.notif-container+xml 336 application/vnd.dvb.notif-generic+xml 337 application/vnd.dvb.notif-ia-msglist+xml 338 application/vnd.dvb.notif-ia-registration-request+xml 339 application/vnd.dvb.notif-ia-registration-response+xml 340 application/vnd.dvb.notif-init+xml
|
/external/u-boot/board/qualcomm/dragonboard820c/ |
D | readme.txt | 219 [80] secure app region addr=0x86600000 size=0x2200000[90] TZ App region notif returned with status:…
|
/external/syzkaller/sys/linux/ |
D | sys.txt | 285 mq_notify(mqd fd_mq, notif ptr[in, sigevent])
|