Searched defs:over (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/troff/
H A Dnii.c142 int over; variable
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbftdi/
H A Duftdi_dsd.c1961 int over = 0; local
1965 while (uf->uf_tx_mp && !over) {
1968 over = cv_timedwait_sig(&uf->uf_tx_cv,
1972 over = cv_wait_sig(&uf->uf_tx_cv,
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/
H A Dkeyspan_dsd.c2471 USB_DPRINTF_L4(DPRINT_OUT_PIPE, kp->kp_lh, "keyspan_tx_start[%d]: over"
2529 int over = 0; local
2535 while (kp->kp_tx_mp && !over) {
2537 over = (cv_timedwait_sig(&kp->kp_tx_cv,
2540 over = (cv_wait_sig(&kp->kp_tx_cv, &kp->kp_mutex) == 0);
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsprl/
H A Dpl2303_dsd.c1819 int over = 0; local
1823 while (plp->pl_tx_mp && !over) {
1826 over = (cv_timedwait_sig(&plp->pl_tx_cv,
1830 over = (cv_wait_sig(&plp->pl_tx_cv,
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dproto.h92 FNPROTO(over); variable
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsacm/
H A Dusbsacm.c64 * provide an internal implementation of call management over the Data
99 * In addition, the device can use two pipes to implement channels over
100 * which to carry unspecified data, typically over a Data Class interface.
123 * actually occur over the Data Class interface. To describe this
2545 int over = 0; local
2549 while (acm_port->acm_tx_mp && !over) {
2551 over = (cv_timedwait_sig(&acm_port->acm_tx_cv,
2554 over = (cv_wait_sig(&acm_port->acm_tx_cv,
2565 * send command over control pipe
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c904 /* Loop over all intr sets and setup the VAs for the ISMR */
997 * setup the IGR. Shift the board number over by one to get
1828 "over-temperature "
1889 "shutdown due to over-"
2168 short *over; local
2172 over = (short *)ksp->ks_private;
2179 *over = *kstatp;
2181 *kstatp = *over;
/illumos-gate/usr/src/lib/efcode/engine/
H A Dforth.c1216 over(fcode_env_t *env) function
1220 CHECK_DEPTH(env, 2, "over");
1352 CHECK_DEPTH(env, 4, "2over");
2545 ANSI(0x048, 0, "over", over);
2557 ANSI(0x054, 0, "2over", two_over);
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c167 static void rstfiles(int over, int dirfd);
4458 * data and start over. Other errors during examination of any part of the
5360 if (*(c_p = nam_p) == '/') /* skip over 'root slash' */
6085 * over the original in order to accommodate potentially executing files.
6088 rstfiles(int over, int dirfd) argument
6120 if (over == U_KEEP && *Over_p != '\0') {
6186 } else if (over == U_OVER && *Over_p != '\0') {
6337 * When found, back the archive up over the trailer and overwrite
9034 * skip over extra slashes in string.

Completed in 132 milliseconds