Search

Searched defs:level (Results 1 - 4 of 4) sorted by relevance

/solaris-userland/components/libusb/wrapper/src/
H A Dwr_libusb.c92 static void usb_dprintf(int level, char *format, ...);
753 usb_dprintf(DEBUG_FUNCTIONS, "the wrapper's debug level is %d\n",
891 usb_set_debug(int level) argument
904 if (level < 0)
907 libusb_debug = level;
910 usb_dprintf(DEBUG_FUNCTIONS, "libusb debug level is %d\n",
1445 usb_dprintf(int level, char *format, ...) argument
1452 if (libusb_debug >= level) {
/solaris-userland/components/libusb/ugen/src/
H A Dlibusbugen.c71 static void usb_dprintf(int level, char *format, ...);
153 * sets debug level for tracing
156 usb_set_debug(int level) argument
160 level = atoi(getenv("SUN_LIBUSBUGEN_DEBUG"));
164 level = atoi(getenv("SUN_LIBUSB_DEBUG"));
167 if (level < 0)
170 libusb_debug = level;
173 "Setting debugging level to %d (%s)\n",
174 level, level
2983 usb_dprintf(int level, char *format, ...) argument
[all...]
/solaris-userland/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_hw_data_be.h124 * set to zero. The pointer is pointing to a certain level in the page table
851 * quality of service level.
1324 * TSU quality of service level. Can take values indicating low latency and
1444 * towards host memory, but should be ACK'ed at the IB level as normal.
2704 /* Log level to use */
2705 enum psif_epsc_log_level level:32; member in struct:psif_epsc_csr_log_ctrl
H A Dpsif_hw_data_le.h88 * set to zero. The pointer is pointing to a certain level in the page table
816 * quality of service level.
1271 * TSU quality of service level. Can take values indicating low latency and
1459 * towards host memory, but should be ACK'ed at the IB level as normal.
2681 /* Log level to use */
2682 enum psif_epsc_log_level level:32; member in struct:psif_epsc_csr_log_ctrl

Completed in 50 milliseconds