Home
last modified time | relevance | path

Searched refs:ctl (Results 1 – 7 of 7) sorted by relevance

/third_party/uapp/dash/src/
A Dmksyntax.c238 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 Dusbhost.c531 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 Drules.mk20 $(GET_LOCAL_DIR)/src/ctl.c \
A DMakefile.in97 $(srcroot)src/ctl.c \
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dctl_structs.h14 int (*ctl)(tsd_t *, const size_t *, size_t, void *, member
/third_party/ulib/jemalloc/src/
A Dctl.c894 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 DWHATSNEW778 - broken sysvipc *ctl functions on 64-bit archs

Completed in 13 milliseconds