Searched refs:notif (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/asahi/lib/ |
D | agx_device.c | 411 queue.notif = agx_create_notification_queue(dev->fd); in agx_create_command_queue() 416 queue.notif.id in agx_create_command_queue() 478 IOReturn ret = IODataQueueWaitForAvailableData(queue.notif.queue, queue.notif.port); in agx_wait_queue() 482 ret = IODataQueueDequeue(queue.notif.queue, data, &sz); in agx_wait_queue() 486 ret = IODataQueueWaitForAvailableData(queue.notif.queue, queue.notif.port); in agx_wait_queue() 487 ret = IODataQueueDequeue(queue.notif.queue, data, &sz); in agx_wait_queue() 491 assert(!IODataQueueDataAvailable(queue.notif.queue)); in agx_wait_queue()
|
D | io.h | 183 struct agx_notification_queue notif; member
|
/third_party/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()
|
/third_party/gettext/gettext-tools/examples/hello-objc-gnustep/ |
D | AppController.h | 23 :(NSNotification *)notif;
|
D | AppController.m | 39 - (void)applicationDidFinishLaunching:(NSNotification *)notif
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | rndis.c | 1181 FAR struct rndis_notification *notif = in rndis_send_encapsulated_response() local 1184 notif->notification = RNDIS_NOTIFICATION_RESPONSE_AVAILABLE; in rndis_send_encapsulated_response() 1185 notif->reserved = 0; in rndis_send_encapsulated_response()
|
/third_party/python/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
|
/third_party/NuttX/ |
D | ReleaseNotes | 16186 - apps/wireless/ieee802154/i8sak: Changes 'notif' to 'primitive'
|