Searched refs:astat (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-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-13-stable/usr.sbin/rpc.ypupdated/
H A Dypupdated_server.c101 enum auth_stat astat; local
105 astat = yp_checkauth(svcreq);
107 if (astat != AUTH_OK) {
108 svcerr_auth(svcreq->rq_xprt, astat);
135 enum auth_stat astat; local
139 astat = yp_checkauth(svcreq);
141 if (astat != AUTH_OK) {
142 svcerr_auth(svcreq->rq_xprt, astat);
169 enum auth_stat astat; local
173 astat
203 enum auth_stat astat; local
[all...]
/freebsd-13-stable/sys/dev/firewire/
H A Dfwphyreg.h115 uint8_t astat:2, member in struct:phyreg_page0
148 astat:2;
/freebsd-13-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-13-stable/usr.sbin/fwcontrol/
H A Dfwcontrol.c627 p.astat, p.bstat, p.ch, p.con, p.rxok, p.dis,

Completed in 72 milliseconds