HomeSort by: relevance | last modified time | path
    Searched defs:pstatus (Results 1 - 20 of 20) sorted by relevancy

  /src/bin/csh/
proc.c 655 int jobflags, pstatus, reason, status; local in function:pprint
672 pstatus = pp->p_flags & PALLSTATES;
674 ((pstatus == status && pp->p_reason == reason) ||
703 if (pstatus == status) {
712 status = pstatus;
proc.c 655 int jobflags, pstatus, reason, status; local in function:pprint
672 pstatus = pp->p_flags & PALLSTATES;
674 ((pstatus == status && pp->p_reason == reason) ||
703 if (pstatus == status) {
712 status = pstatus;
proc.c 655 int jobflags, pstatus, reason, status; local in function:pprint
672 pstatus = pp->p_flags & PALLSTATES;
674 ((pstatus == status && pp->p_reason == reason) ||
703 if (pstatus == status) {
712 status = pstatus;
proc.c 655 int jobflags, pstatus, reason, status; local in function:pprint
672 pstatus = pp->p_flags & PALLSTATES;
674 ((pstatus == status && pp->p_reason == reason) ||
703 if (pstatus == status) {
712 status = pstatus;
  /src/sys/dev/usb/
uplcom.c 926 u_char pstatus; local in function:uplcom_intr
945 pstatus = buf[8];
946 if (ISSET(pstatus, UPLCOM_N_SERIAL_CTS))
948 if (ISSET(pstatus, UCDC_N_SERIAL_RI))
950 if (ISSET(pstatus, UCDC_N_SERIAL_DSR))
952 if (ISSET(pstatus, UCDC_N_SERIAL_DCD))
uvscom.c 804 u_char pstatus; local in function:uvscom_intr
826 pstatus = buf[0];
827 if (ISSET(pstatus, UVSCOM_TXRDY))
829 if (ISSET(pstatus, UVSCOM_RXRDY))
832 pstatus = buf[1];
833 if (ISSET(pstatus, UVSCOM_CTS))
835 if (ISSET(pstatus, UVSCOM_DSR))
837 if (ISSET(pstatus, UVSCOM_DCD))
uplcom.c 926 u_char pstatus; local in function:uplcom_intr
945 pstatus = buf[8];
946 if (ISSET(pstatus, UPLCOM_N_SERIAL_CTS))
948 if (ISSET(pstatus, UCDC_N_SERIAL_RI))
950 if (ISSET(pstatus, UCDC_N_SERIAL_DSR))
952 if (ISSET(pstatus, UCDC_N_SERIAL_DCD))
uvscom.c 804 u_char pstatus; local in function:uvscom_intr
826 pstatus = buf[0];
827 if (ISSET(pstatus, UVSCOM_TXRDY))
829 if (ISSET(pstatus, UVSCOM_RXRDY))
832 pstatus = buf[1];
833 if (ISSET(pstatus, UVSCOM_CTS))
835 if (ISSET(pstatus, UVSCOM_DSR))
837 if (ISSET(pstatus, UVSCOM_DCD))
uplcom.c 926 u_char pstatus; local in function:uplcom_intr
945 pstatus = buf[8];
946 if (ISSET(pstatus, UPLCOM_N_SERIAL_CTS))
948 if (ISSET(pstatus, UCDC_N_SERIAL_RI))
950 if (ISSET(pstatus, UCDC_N_SERIAL_DSR))
952 if (ISSET(pstatus, UCDC_N_SERIAL_DCD))
uvscom.c 804 u_char pstatus; local in function:uvscom_intr
826 pstatus = buf[0];
827 if (ISSET(pstatus, UVSCOM_TXRDY))
829 if (ISSET(pstatus, UVSCOM_RXRDY))
832 pstatus = buf[1];
833 if (ISSET(pstatus, UVSCOM_CTS))
835 if (ISSET(pstatus, UVSCOM_DSR))
837 if (ISSET(pstatus, UVSCOM_DCD))
uplcom.c 926 u_char pstatus; local in function:uplcom_intr
945 pstatus = buf[8];
946 if (ISSET(pstatus, UPLCOM_N_SERIAL_CTS))
948 if (ISSET(pstatus, UCDC_N_SERIAL_RI))
950 if (ISSET(pstatus, UCDC_N_SERIAL_DSR))
952 if (ISSET(pstatus, UCDC_N_SERIAL_DCD))
uvscom.c 804 u_char pstatus; local in function:uvscom_intr
826 pstatus = buf[0];
827 if (ISSET(pstatus, UVSCOM_TXRDY))
829 if (ISSET(pstatus, UVSCOM_RXRDY))
832 pstatus = buf[1];
833 if (ISSET(pstatus, UVSCOM_CTS))
835 if (ISSET(pstatus, UVSCOM_DSR))
837 if (ISSET(pstatus, UVSCOM_DCD))
  /src/usr.sbin/lpr/lpd/
printjob.c 133 static void pstatus(const char *, ...)
938 pstatus("no space on remote; waiting for queue to drain");
945 pstatus("sending to %s", RM);
1426 pstatus("waiting for %s to come up", LP);
1428 pstatus("waiting for access to printer on %s", LP);
1432 pstatus("sending to %s", LP);
1454 pstatus("waiting for %s to become ready (offline ?)",
1460 pstatus("%s is ready and printing", printer);
1484 pstatus("waiting for %s to come up", RM);
1486 pstatus("waiting for queue to be enabled on %s"
1622 pstatus(const char *msg, ...) function in typeref:typename:void
    [all...]
printjob.c 133 static void pstatus(const char *, ...)
938 pstatus("no space on remote; waiting for queue to drain");
945 pstatus("sending to %s", RM);
1426 pstatus("waiting for %s to come up", LP);
1428 pstatus("waiting for access to printer on %s", LP);
1432 pstatus("sending to %s", LP);
1454 pstatus("waiting for %s to become ready (offline ?)",
1460 pstatus("%s is ready and printing", printer);
1484 pstatus("waiting for %s to come up", RM);
1486 pstatus("waiting for queue to be enabled on %s"
1622 pstatus(const char *msg, ...) function in typeref:typename:void
    [all...]
printjob.c 133 static void pstatus(const char *, ...)
938 pstatus("no space on remote; waiting for queue to drain");
945 pstatus("sending to %s", RM);
1426 pstatus("waiting for %s to come up", LP);
1428 pstatus("waiting for access to printer on %s", LP);
1432 pstatus("sending to %s", LP);
1454 pstatus("waiting for %s to become ready (offline ?)",
1460 pstatus("%s is ready and printing", printer);
1484 pstatus("waiting for %s to come up", RM);
1486 pstatus("waiting for queue to be enabled on %s"
1622 pstatus(const char *msg, ...) function in typeref:typename:void
    [all...]
printjob.c 133 static void pstatus(const char *, ...)
938 pstatus("no space on remote; waiting for queue to drain");
945 pstatus("sending to %s", RM);
1426 pstatus("waiting for %s to come up", LP);
1428 pstatus("waiting for access to printer on %s", LP);
1432 pstatus("sending to %s", LP);
1454 pstatus("waiting for %s to become ready (offline ?)",
1460 pstatus("%s is ready and printing", printer);
1484 pstatus("waiting for %s to come up", RM);
1486 pstatus("waiting for queue to be enabled on %s"
1622 pstatus(const char *msg, ...) function in typeref:typename:void
    [all...]
  /src/usr.bin/rpcinfo/
rpcinfo.c 149 static int pstatus(CLIENT *, rpcprog_t, rpcvers_t);
404 if (pstatus(client, prognum, vers) < 0)
440 (void)pstatus(client, prognum, MAX_VERS);
444 (void)pstatus(client, prognum, MIN_VERS);
453 if (pstatus(client, prognum, vers) < 0)
1319 if (pstatus(client, prognum, versnum) < 0)
1356 (void)pstatus(client, prognum, MAX_VERS);
1360 (void)pstatus(client, prognum, MIN_VERS);
1368 if (pstatus(client, prognum, versnum) < 0)
1426 if (pstatus(client, prognum, versnum) < 0
1567 pstatus(CLIENT *client, rpcprog_t prog, rpcvers_t vers) function in typeref:typename:int
    [all...]
rpcinfo.c 149 static int pstatus(CLIENT *, rpcprog_t, rpcvers_t);
404 if (pstatus(client, prognum, vers) < 0)
440 (void)pstatus(client, prognum, MAX_VERS);
444 (void)pstatus(client, prognum, MIN_VERS);
453 if (pstatus(client, prognum, vers) < 0)
1319 if (pstatus(client, prognum, versnum) < 0)
1356 (void)pstatus(client, prognum, MAX_VERS);
1360 (void)pstatus(client, prognum, MIN_VERS);
1368 if (pstatus(client, prognum, versnum) < 0)
1426 if (pstatus(client, prognum, versnum) < 0
1567 pstatus(CLIENT *client, rpcprog_t prog, rpcvers_t vers) function in typeref:typename:int
    [all...]
rpcinfo.c 149 static int pstatus(CLIENT *, rpcprog_t, rpcvers_t);
404 if (pstatus(client, prognum, vers) < 0)
440 (void)pstatus(client, prognum, MAX_VERS);
444 (void)pstatus(client, prognum, MIN_VERS);
453 if (pstatus(client, prognum, vers) < 0)
1319 if (pstatus(client, prognum, versnum) < 0)
1356 (void)pstatus(client, prognum, MAX_VERS);
1360 (void)pstatus(client, prognum, MIN_VERS);
1368 if (pstatus(client, prognum, versnum) < 0)
1426 if (pstatus(client, prognum, versnum) < 0
1567 pstatus(CLIENT *client, rpcprog_t prog, rpcvers_t vers) function in typeref:typename:int
    [all...]
rpcinfo.c 149 static int pstatus(CLIENT *, rpcprog_t, rpcvers_t);
404 if (pstatus(client, prognum, vers) < 0)
440 (void)pstatus(client, prognum, MAX_VERS);
444 (void)pstatus(client, prognum, MIN_VERS);
453 if (pstatus(client, prognum, vers) < 0)
1319 if (pstatus(client, prognum, versnum) < 0)
1356 (void)pstatus(client, prognum, MAX_VERS);
1360 (void)pstatus(client, prognum, MIN_VERS);
1368 if (pstatus(client, prognum, versnum) < 0)
1426 if (pstatus(client, prognum, versnum) < 0
1567 pstatus(CLIENT *client, rpcprog_t prog, rpcvers_t vers) function in typeref:typename:int
    [all...]

Completed in 64 milliseconds