Searched refs:estat (Results 1 - 7 of 7) sorted by last modified time

/freebsd-current/sys/dev/safe/
H A Dsafe.c1831 u_int32_t estat = READ_REG(sc, SAFE_PE_ERNGSTAT); local
1836 estat, (estat >> SAFE_PE_ERNGSTAT_NEXT_S),
/freebsd-current/usr.bin/showmount/
H A Dshowmount.c115 int ch, estat, nbytes; local
168 if ((estat = tcp_callrpc(host, MOUNTPROG, mntvers,
171 clnt_perrno(estat);
175 if ((estat = tcp_callrpc(host, MOUNTPROG, mntvers,
178 clnt_perrno(estat);
/freebsd-current/usr.sbin/sesutil/
H A Dsesutil.c885 u_char estat; local
919 if (ioctl(fd, ENCIOC_GETENCSTAT, (caddr_t) &estat) < 0) {
927 if (estat == 0) {
933 if (estat & SES_ENCSTAT_INFO) {
937 if (estat & SES_ENCSTAT_NONCRITICAL) {
943 if (estat & SES_ENCSTAT_CRITICAL) {
950 if (estat & SES_ENCSTAT_UNRECOV) {
/freebsd-current/tests/sys/ses/
H A Dnondestructive.c505 unsigned char e, estat, invop, info, noncrit, crit, unrecov; local
521 r = ioctl(fd, ENCIOC_GETENCSTAT, (caddr_t) &estat);
525 ATF_CHECK_EQ(estat & ~0x08, e);
/freebsd-current/sys/dev/qat_c2xxx/
H A Dqat.c1085 uint32_t estat; local
1093 estat = ~qat_etr_bank_read_4(sc, qb->qb_bank, ETR_E_STAT);
1094 estat &= qb->qb_intr_mask;
1101 while ((i = ffs(estat)) != 0) {
1103 estat &= ~(1 << i);
/freebsd-current/share/examples/ses/srcs/
H A Dgetencstat.c56 u_char estat; local
97 if (ioctl(fd, ENCIOC_GETENCSTAT, (caddr_t) &estat) < 0) {
102 if ((verbose == 0 || quiet == 1) && estat == 0) {
109 if (estat == 0) {
114 if (estat & SES_ENCSTAT_INFO) {
118 if (estat & SES_ENCSTAT_NONCRITICAL) {
122 if (estat & SES_ENCSTAT_CRITICAL) {
126 if (estat & SES_ENCSTAT_UNRECOV) {
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c1860 int wstat, estat; local
1965 estat = WIFEXITED(wstat) ? WEXITSTATUS(wstat) : -1;
1967 if (estat != 0) {
1968 switch (estat) {

Completed in 237 milliseconds