/src/sys/dev/bluetooth/ |
bthub.c | 89 static int bthub_pioctl(dev_t, unsigned long, prop_dictionary_t, int, struct lwp *); 160 err = bthub_pioctl(devno, cmd, dict, flag, l); 174 bthub_pioctl(dev_t devno, unsigned long cmd, prop_dictionary_t dict, function in typeref:typename:int
|
bthub.c | 89 static int bthub_pioctl(dev_t, unsigned long, prop_dictionary_t, int, struct lwp *); 160 err = bthub_pioctl(devno, cmd, dict, flag, l); 174 bthub_pioctl(dev_t devno, unsigned long cmd, prop_dictionary_t dict, function in typeref:typename:int
|
/src/usr.sbin/btdevctl/ |
btdevctl.c | 59 static int bthub_pioctl(unsigned long, prop_dictionary_t); 192 bthub_pioctl(BTDEV_ATTACH, dev); 195 bthub_pioctl(BTDEV_DETACH, dev); 236 bthub_pioctl(unsigned long cmd, prop_dictionary_t dict) function in typeref:typename:int
|
btdevctl.c | 59 static int bthub_pioctl(unsigned long, prop_dictionary_t); 192 bthub_pioctl(BTDEV_ATTACH, dev); 195 bthub_pioctl(BTDEV_DETACH, dev); 236 bthub_pioctl(unsigned long cmd, prop_dictionary_t dict) function in typeref:typename:int
|