OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pstatus
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/usb/
uvscom.c
804
u_char
pstatus
;
local
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
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))
/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
[
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
[
all
...]
/src/bin/csh/
proc.c
655
int jobflags,
pstatus
, reason, status;
local
672
pstatus
= pp->p_flags & PALLSTATES;
674
((
pstatus
== status && pp->p_reason == reason) ||
703
if (
pstatus
== status) {
712
status =
pstatus
;
Completed in 19 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026