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

/freebsd-13-stable/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-13-stable/usr.bin/showmount/
H A Dshowmount.c129 int ch, estat, nbytes; local
182 if ((estat = tcp_callrpc(host, MOUNTPROG, mntvers,
185 clnt_perrno(estat);
189 if ((estat = tcp_callrpc(host, MOUNTPROG, mntvers,
192 clnt_perrno(estat);
/freebsd-13-stable/usr.sbin/sesutil/
H A Dsesutil.c876 u_char estat; local
910 if (ioctl(fd, ENCIOC_GETENCSTAT, (caddr_t) &estat) < 0) {
918 if (estat == 0) {
924 if (estat & SES_ENCSTAT_INFO) {
928 if (estat & SES_ENCSTAT_NONCRITICAL) {
934 if (estat & SES_ENCSTAT_CRITICAL) {
941 if (estat & SES_ENCSTAT_UNRECOV) {
/freebsd-13-stable/sys/dev/qat/
H A Dqat.c1121 uint32_t estat; local
1129 estat = ~qat_etr_bank_read_4(sc, qb->qb_bank, ETR_E_STAT);
1130 estat &= qb->qb_intr_mask;
1137 while ((i = ffs(estat)) != 0) {
1139 estat &= ~(1 << i);
/freebsd-13-stable/sys/dev/safe/
H A Dsafe.c1835 u_int32_t estat = READ_REG(sc, SAFE_PE_ERNGSTAT); local
1840 estat, (estat >> SAFE_PE_ERNGSTAT_NEXT_S),
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c1856 int wstat, estat; local
1961 estat = WIFEXITED(wstat) ? WEXITSTATUS(wstat) : -1;
1963 if (estat != 0) {
1964 switch (estat) {

Completed in 189 milliseconds