Searched refs:estat (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/share/examples/ses/srcs/
H A Dgetencstat.c57 u_char estat; local
98 if (ioctl(fd, ENCIOC_GETENCSTAT, (caddr_t) &estat) < 0) {
103 if ((verbose == 0 || quiet == 1) && estat == 0) {
110 if (estat == 0) {
115 if (estat & SES_ENCSTAT_INFO) {
119 if (estat & SES_ENCSTAT_NONCRITICAL) {
123 if (estat & SES_ENCSTAT_CRITICAL) {
127 if (estat & SES_ENCSTAT_UNRECOV) {
/freebsd-11.0-release/contrib/amd/fixmount/
H A Dfixmount.c158 enum clnt_stat estat; local
174 if ((estat = clnt_call(client,
183 clnt_perrno(estat);
226 enum clnt_stat estat; local
235 if ((estat = clnt_call(client,
245 if (estat != RPC_SYSTEMERROR) {
247 clnt_perrno(estat);
269 enum clnt_stat estat; local
389 if ((estat = clnt_call(client,
397 clnt_perrno(estat);
[all...]
/freebsd-11.0-release/usr.bin/showmount/
H A Dshowmount.c118 int ch, estat, nbytes; local
171 if ((estat = tcp_callrpc(host, MOUNTPROG, mntvers,
174 clnt_perrno(estat);
178 if ((estat = tcp_callrpc(host, MOUNTPROG, mntvers,
181 clnt_perrno(estat);
/freebsd-11.0-release/usr.sbin/sesutil/
H A Dsesutil.c442 u_char estat; local
472 if (ioctl(fd, ENCIOC_GETENCSTAT, (caddr_t) &estat) < 0) {
479 if (estat == 0) {
485 if (estat & SES_ENCSTAT_INFO) {
489 if (estat & SES_ENCSTAT_NONCRITICAL) {
495 if (estat & SES_ENCSTAT_CRITICAL) {
502 if (estat & SES_ENCSTAT_UNRECOV) {
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c1899 int wstat, estat; local
2004 estat = WIFEXITED(wstat) ? WEXITSTATUS(wstat) : -1;
2006 if (estat != 0) {
2007 switch (estat) {
/freebsd-11.0-release/sys/dev/safe/
H A Dsafe.c2087 u_int32_t estat = READ_REG(sc, SAFE_PE_ERNGSTAT); local
2092 estat, (estat >> SAFE_PE_ERNGSTAT_NEXT_S),

Completed in 79 milliseconds