OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:estat
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/sesd/srcs/
getencstat.c
54
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) {
/src/usr.bin/showmount/
showmount.c
114
int
estat
, rpcs = 0, mntvers = 1;
local
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/kern/
kern_entropy.c
2619
rndstat_est_t *
estat
= data;
local
2623
if (
estat
->count == 0)
2625
if (
estat
->count > RND_MAXSTATCOUNT)
2639
if (start++ ==
estat
->start)
2642
while (i <
estat
->count && rs != NULL) {
2644
rndsource_to_user_est(rs, &
estat
->source[i++]);
2648
KASSERT(i <=
estat
->count);
2649
estat
->count = i;
/src/sys/dev/pci/qat/
qat.c
1238
uint32_t
estat
;
local
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);
Completed in 24 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026