Searched refs:astat (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-nfs.c981 enum sunrpc_accept_stat astat; local
1012 astat = (enum sunrpc_accept_stat) EXTRACT_32BITS(dp);
1013 if (astat != SUNRPC_SUCCESS) {
1014 ND_PRINT((ndo, " %s", tok2str(sunrpc_str, "ar_stat %d", astat)));
1019 ND_TCHECK2(*dp, sizeof(astat));
1020 return ((const uint32_t *) (sizeof(astat) + ((const char *)dp)));
/freebsd-11-stable/usr.sbin/fwcontrol/
H A Dfwcontrol.c625 p.astat, p.bstat, p.ch, p.con, p.rxok, p.dis,
/freebsd-11-stable/tools/regression/audit/audit_pipe_ioctl/
H A Daudit_pipe_ioctl.c49 u_int64_t astat; local
118 astat = (u_int64_t)(int64_t)(-1);
119 if (ioctl(fd, AUDITPIPE_GET_INSERTS, &astat) < 0)
121 if (astat == (u_int64_t)(int64_t)(-1))
124 astat = (u_int64_t)(int64_t)(-1);
125 if (ioctl(fd, AUDITPIPE_GET_READS, &astat) < 0)
127 if (astat == (u_int64_t)(int64_t)(-1))
130 astat = (u_int64_t)(int64_t)(-1);
131 if (ioctl(fd, AUDITPIPE_GET_DROPS, &astat) < 0)
133 if (astat
[all...]
/freebsd-11-stable/usr.sbin/rpc.ypupdated/
H A Dypupdated_server.c99 enum auth_stat astat; local
103 astat = yp_checkauth(svcreq);
105 if (astat != AUTH_OK) {
106 svcerr_auth(svcreq->rq_xprt, astat);
133 enum auth_stat astat; local
137 astat = yp_checkauth(svcreq);
139 if (astat != AUTH_OK) {
140 svcerr_auth(svcreq->rq_xprt, astat);
167 enum auth_stat astat; local
171 astat
201 enum auth_stat astat; local
[all...]
/freebsd-11-stable/sys/dev/firewire/
H A Dfwphyreg.h113 uint8_t astat:2, member in struct:phyreg_page0
146 astat:2;

Completed in 211 milliseconds