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

/netbsd-current/usr.sbin/sesd/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) {
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dexecute_command_line.c188 int estat, estat_initial, cstat; local
191 estat_initial = estat = *exitstat;
193 execute_command_line (command, w, &estat, cmdstat ? &cstat : NULL,
196 if (exitstat && estat != estat_initial)
197 *exitstat = estat;
217 int estat, estat_initial, cstat; local
220 estat_initial = estat = *exitstat;
222 execute_command_line (command, w, &estat, cmdstat ? &cstat : NULL,
225 if (exitstat && estat != estat_initial)
226 *exitstat = estat;
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dexecute_command_line.c188 int estat, estat_initial, cstat; local
191 estat_initial = estat = *exitstat;
193 execute_command_line (command, w, &estat, cmdstat ? &cstat : NULL,
196 if (exitstat && estat != estat_initial)
197 *exitstat = estat;
217 int estat, estat_initial, cstat; local
220 estat_initial = estat = *exitstat;
222 execute_command_line (command, w, &estat, cmdstat ? &cstat : NULL,
225 if (exitstat && estat != estat_initial)
226 *exitstat = estat;
[all...]
/netbsd-current/external/bsd/am-utils/dist/fixmount/
H A Dfixmount.c156 enum clnt_stat estat; local
172 if ((estat = clnt_call(client,
181 clnt_perrno(estat);
224 enum clnt_stat estat; local
233 if ((estat = clnt_call(client,
243 if (estat != RPC_SYSTEMERROR) {
245 clnt_perrno(estat);
267 enum clnt_stat estat; local
387 if ((estat = clnt_call(client,
395 clnt_perrno(estat);
[all...]
/netbsd-current/usr.bin/showmount/
H A Dshowmount.c114 int estat, rpcs = 0, mntvers = 1; local
169 if ((estat = tcp_callrpc(host, RPCPROG_MNT, mntvers,
173 clnt_perrno(estat);
177 if ((estat = tcp_callrpc(host, RPCPROG_MNT, mntvers,
181 clnt_perrno(estat);
/netbsd-current/sys/kern/
H A Dkern_entropy.c2578 rndstat_est_t *estat = data; local
2582 if (estat->count == 0)
2584 if (estat->count > RND_MAXSTATCOUNT)
2598 if (start++ == estat->start)
2601 while (i < estat->count && rs != NULL) {
2603 rndsource_to_user_est(rs, &estat->source[i++]);
2607 KASSERT(i <= estat->count);
2608 estat->count = i;
/netbsd-current/sys/dev/pci/qat/
H A Dqat.c1238 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);
/netbsd-current/external/cddl/osnet/dist/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 137 milliseconds