Home
last modified time | relevance | path

Searched refs:estat (Results 1 – 4 of 4) sorted by relevance

/dragonfly/share/examples/ses/srcs/
H A Dgetencstat.c54 u_char estat; local
84 if (ioctl(fd, SESIOC_GETENCSTAT, (caddr_t) &estat) < 0) {
89 if ((verbose == 0 || quiet == 1) && estat == 0) {
96 if (estat == 0) {
101 if (estat & SES_ENCSTAT_INFO) {
105 if (estat & SES_ENCSTAT_NONCRITICAL) {
109 if (estat & SES_ENCSTAT_CRITICAL) {
113 if (estat & SES_ENCSTAT_UNRECOV) {
/dragonfly/usr.bin/showmount/
H A Dshowmount.c108 enum clnt_stat estat; in main() local
159 if ((estat = tcp_callrpc(host, RPCPROG_MNT, mntvers, in main()
162 clnt_perrno(estat); in main()
166 if ((estat = tcp_callrpc(host, RPCPROG_MNT, mntvers, in main()
169 clnt_perrno(estat); in main()
/dragonfly/usr.bin/calendar/calendars/pt_BR.UTF-8/
H A Dcalendar.commemorative96 05/29 Dia do estatístico
/dragonfly/sys/dev/crypto/safe/
H A Dsafe.c2104 u_int32_t estat = READ_REG(sc, SAFE_PE_ERNGSTAT); in safe_dump_ringstate() local
2109 estat, (estat >> SAFE_PE_ERNGSTAT_NEXT_S), in safe_dump_ringstate()