Home
last modified time | relevance | path

Searched refs:notif (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/asahi/lib/
Dagx_device.c411 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()
Dio.h183 struct agx_notification_queue notif; member
/third_party/ltp/testcases/kernel/containers/pidns/
Dpidns30.c166 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, &notif) == -1) { in child_fn()
Dpidns31.c255 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, &notif) == (mqd_t) -1) { in main()
/third_party/gettext/gettext-tools/examples/hello-objc-gnustep/
DAppController.h23 :(NSNotification *)notif;
DAppController.m39 - (void)applicationDidFinishLaunching:(NSNotification *)notif
/third_party/NuttX/drivers/usbdev/gadget/
Drndis.c1181 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/
Dmime.types334 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/
DReleaseNotes16186 - apps/wireless/ieee802154/i8sak: Changes 'notif' to 'primitive'