Home
last modified time | relevance | path

Searched refs:async_p (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/usb/
Dusb_dev.c737 f->async_p = NULL; in usb_fifo_open()
804 if (f->async_p != NULL) { in usb_fifo_close()
805 PROC_LOCK(f->async_p); in usb_fifo_close()
806 kern_psignal(f->async_p, SIGIO); in usb_fifo_close()
807 PROC_UNLOCK(f->async_p); in usb_fifo_close()
808 f->async_p = NULL; in usb_fifo_close()
1026 if (f->async_p != NULL) { in usb_ioctl_f_sub()
1030 f->async_p = USB_TD_GET_PROC(td); in usb_ioctl_f_sub()
1032 f->async_p = NULL; in usb_ioctl_f_sub()
1038 if (f->async_p == NULL) { in usb_ioctl_f_sub()
[all …]
Dusb_dev.h115 struct proc *async_p; /* process that wants SIGIO */ member
/freebsd-12-stable/contrib/gdb/gdb/
Dser-unix.h52 extern void ser_unix_async (struct serial *scb, int async_p);
Dserial.h232 void (*async) (struct serial *scb, int async_p);
Dser-unix.c1306 int async_p) in ser_unix_async() argument
1308 if (async_p) in ser_unix_async()
Dremote.c97 int async_p);
2172 int extended_p, int async_p) in remote_open_1() argument
2182 if (!async_p) in remote_open_1()
2239 if (async_p) in remote_open_1()
2282 if (async_p) in remote_open_1()
2287 if (async_p) in remote_open_1()