Searched refs:ctl (Results 1 – 7 of 7) sorted by relevance
| /third_party/uapp/dash/src/ |
| A D | mksyntax.c | 238 int ctl; in init() local 243 for (ctl = CTL_FIRST; ctl <= CTL_LAST; ctl++ ) in init() 244 syntax[130 + ctl] = "CCTL"; in init()
|
| /third_party/ulib/usbhost/ |
| A D | usbhost.c | 531 struct usbdevfs_ioctl ctl; in usb_device_connect_kernel_driver() local 532 ctl.ifno = interface; in usb_device_connect_kernel_driver() 533 ctl.ioctl_code = (connect ? USBDEVFS_CONNECT : USBDEVFS_DISCONNECT); in usb_device_connect_kernel_driver() 534 ctl.data = NULL; in usb_device_connect_kernel_driver() 535 return ioctl(device->fd, USBDEVFS_IOCTL, &ctl); in usb_device_connect_kernel_driver() 544 struct usbdevfs_setinterface ctl; in usb_device_set_interface() local 545 ctl.interface = interface; in usb_device_set_interface() 546 ctl.altsetting = alt_setting; in usb_device_set_interface() 547 return ioctl(device->fd, USBDEVFS_SETINTERFACE, &ctl); in usb_device_set_interface()
|
| /third_party/ulib/jemalloc/ |
| A D | rules.mk | 20 $(GET_LOCAL_DIR)/src/ctl.c \
|
| A D | Makefile.in | 97 $(srcroot)src/ctl.c \
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | ctl_structs.h | 14 int (*ctl)(tsd_t *, const size_t *, size_t, void *, member
|
| /third_party/ulib/jemalloc/src/ |
| A D | ctl.c | 894 if (node->ctl != NULL) { in ctl_lookup() 947 if (node != NULL && node->ctl) in ctl_byname() 948 ret = node->ctl(tsd, mib, depth, oldp, oldlenp, newp, newlen); in ctl_byname() 1012 if (node && node->ctl) in ctl_bymib() 1013 ret = node->ctl(tsd, mib, miblen, oldp, oldlenp, newp, newlen); in ctl_bymib()
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 778 - broken sysvipc *ctl functions on 64-bit archs
|
Completed in 15 milliseconds