/src/usr.sbin/sesd/srcs/ |
getencstat.c | 54 u_char estat; local in function:main 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) {
|
/src/usr.bin/showmount/ |
showmount.c | 114 int estat, rpcs = 0, mntvers = 1; local in function:main 168 if ((estat = tcp_callrpc(host, RPCPROG_MNT, mntvers, 172 clnt_perrno(estat); 176 if ((estat = tcp_callrpc(host, RPCPROG_MNT, mntvers, 180 clnt_perrno(estat);
|
/src/sys/dev/pci/qat/ |
qat.c | 1238 uint32_t estat; local in function:qat_etr_bank_intr 1248 estat = ~qat_etr_bank_read_4(sc, qb->qb_bank, ETR_E_STAT); 1249 estat &= qb->qb_intr_mask; 1256 while ((i = ffs32(estat)) != 0) { 1258 estat &= ~(1 << i);
|
/src/sys/kern/ |
kern_entropy.c | 2618 rndstat_est_t *estat = data; local in function:entropy_ioctl 2622 if (estat->count == 0) 2624 if (estat->count > RND_MAXSTATCOUNT) 2638 if (start++ == estat->start) 2641 while (i < estat->count && rs != NULL) { 2643 rndsource_to_user_est(rs, &estat->source[i++]); 2647 KASSERT(i <= estat->count); 2648 estat->count = i;
|