bin/chio/chio.c
1050
int found = 0;
bin/chio/chio.c
1153
++found;
bin/chio/chio.c
1157
if (!found) {
bin/pax/pat_rep.c
836
int found = 0;
bin/pax/pat_rep.c
875
found = 1;
bin/pax/pat_rep.c
919
if (found)
bin/pax/pat_rep.c
928
if (found) {
bin/sh/expand.c
1313
int invert, found;
bin/sh/expand.c
1322
found = 0;
bin/sh/expand.c
1339
found |= match_charclass(p, chr, &end);
bin/sh/expand.c
1367
found = 1;
bin/sh/expand.c
1370
found = 1;
bin/sh/expand.c
1373
if (found == invert)
bin/sh/jobs.c
639
struct job *found, *jp;
bin/sh/jobs.c
670
found = NULL;
bin/sh/jobs.c
674
if (found)
bin/sh/jobs.c
676
found = jp;
bin/sh/jobs.c
679
if (found != NULL)
bin/sh/jobs.c
680
return (found);
bin/sh/jobs.c
683
found = NULL;
bin/sh/jobs.c
688
if (found)
bin/sh/jobs.c
690
found = jp;
bin/sh/jobs.c
693
if (found)
bin/sh/jobs.c
694
return found;
crypto/heimdal/appl/ftp/ftp/cmds.c
1720
int i, ostop, found;
crypto/heimdal/appl/ftp/ftp/cmds.c
1725
found = 0;
crypto/heimdal/appl/ftp/ftp/cmds.c
1728
found++;
crypto/heimdal/appl/ftp/ftp/cmds.c
1735
if (!found) {
crypto/heimdal/appl/ftp/ftp/main.c
343
struct cmd *c, *found;
crypto/heimdal/appl/ftp/ftp/main.c
348
found = 0;
crypto/heimdal/appl/ftp/ftp/main.c
357
found = c;
crypto/heimdal/appl/ftp/ftp/main.c
364
return (found);
crypto/heimdal/appl/ftp/ftpd/ftpd.c
623
int found = 0;
crypto/heimdal/appl/ftp/ftpd/ftpd.c
633
found = 1;
crypto/heimdal/appl/ftp/ftpd/ftpd.c
639
return (found);
crypto/heimdal/appl/telnet/libtelnet/genget.c
80
char **c, **found;
crypto/heimdal/appl/telnet/libtelnet/genget.c
86
found = 0;
crypto/heimdal/appl/telnet/libtelnet/genget.c
92
if (found)
crypto/heimdal/appl/telnet/libtelnet/genget.c
94
found = c;
crypto/heimdal/appl/telnet/libtelnet/genget.c
96
return(found);
crypto/heimdal/appl/telnet/telnetd/sys_term.c
1488
int found = 0;
crypto/heimdal/appl/telnet/telnetd/sys_term.c
1517
found++;
crypto/heimdal/appl/telnet/telnetd/sys_term.c
1522
if (found) {
crypto/heimdal/kadmin/check.c
109
int found;
crypto/heimdal/kadmin/check.c
209
found = 1;
crypto/heimdal/kadmin/check.c
211
found = 0;
crypto/heimdal/kadmin/check.c
222
if (found) {
crypto/heimdal/kcm/events.c
270
int found = 0;
crypto/heimdal/kcm/events.c
278
found++;
crypto/heimdal/kcm/events.c
283
if (!found) {
crypto/heimdal/kdc/pkinit.c
1586
int ret, found = 0;
crypto/heimdal/kdc/pkinit.c
1598
for (i = 0; !found && i < list.len; i++) {
crypto/heimdal/kdc/pkinit.c
1623
found = 1;
crypto/heimdal/kdc/pkinit.c
1632
if (!found)
crypto/heimdal/lib/gssapi/krb5/acquire_cred.c
148
goto found;
crypto/heimdal/lib/gssapi/krb5/acquire_cred.c
239
found:
crypto/heimdal/lib/gssapi/mech/gss_inquire_cred.c
131
found++;
crypto/heimdal/lib/gssapi/mech/gss_inquire_cred.c
168
found++;
crypto/heimdal/lib/gssapi/mech/gss_inquire_cred.c
172
if (found == 0) {
crypto/heimdal/lib/gssapi/mech/gss_inquire_cred.c
59
int found = 0;
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
239
int found;
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
290
found = 0;
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
293
found = 1;
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
298
if (found)
crypto/heimdal/lib/hx509/collector.c
208
int ret, found = HX509_CERT_NOT_FOUND;
crypto/heimdal/lib/hx509/collector.c
236
found = 0;
crypto/heimdal/lib/hx509/collector.c
244
if (found)
crypto/heimdal/lib/hx509/collector.c
247
return found;
crypto/heimdal/lib/hx509/keyset.c
567
int ret, found = 0;
crypto/heimdal/lib/hx509/keyset.c
591
found = 1;
crypto/heimdal/lib/hx509/keyset.c
606
if (!found) {
crypto/heimdal/lib/krb5/acl.c
208
krb5_boolean found;
crypto/heimdal/lib/krb5/acl.c
218
found = acl_match_acl(context, acl, string);
crypto/heimdal/lib/krb5/acl.c
219
acl_free_list(acl, !found);
crypto/heimdal/lib/krb5/acl.c
220
if (found) {
crypto/heimdal/lib/krb5/acl.c
255
krb5_boolean found;
crypto/heimdal/lib/krb5/acl.c
276
found = FALSE;
crypto/heimdal/lib/krb5/acl.c
281
found = TRUE;
crypto/heimdal/lib/krb5/acl.c
288
acl_free_list(acl, !found);
crypto/heimdal/lib/krb5/acl.c
289
if (found) {
crypto/heimdal/lib/krb5/keytab_any.c
228
int found = 0;
crypto/heimdal/lib/krb5/keytab_any.c
232
found++;
crypto/heimdal/lib/krb5/keytab_any.c
244
if(!found)
crypto/heimdal/lib/krb5/keytab_file.c
734
int found = 0;
crypto/heimdal/lib/krb5/keytab_file.c
746
found = 1;
crypto/heimdal/lib/krb5/keytab_file.c
761
if (!found) {
crypto/heimdal/lib/krb5/keytab_memory.c
195
int found = 0;
crypto/heimdal/lib/krb5/keytab_memory.c
211
found = 1;
crypto/heimdal/lib/krb5/keytab_memory.c
214
if (!found) {
crypto/heimdal/lib/krb5/test_plugin.c
115
found++;
crypto/heimdal/lib/krb5/test_plugin.c
119
if (!found)
crypto/heimdal/lib/krb5/test_plugin.c
91
int found = 0;
crypto/heimdal/lib/krb5/ticket.c
191
krb5_boolean *found,
crypto/heimdal/lib/krb5/ticket.c
215
if (!*found && ad->val[i].ad_type == type) {
crypto/heimdal/lib/krb5/ticket.c
222
*found = TRUE;
crypto/heimdal/lib/krb5/ticket.c
239
ret = find_type_in_ad(context, type, data, found, FALSE,
crypto/heimdal/lib/krb5/ticket.c
290
ret = find_type_in_ad(context, type, data, found, failp, sessionkey,
crypto/heimdal/lib/krb5/ticket.c
320
if (*found) {
crypto/heimdal/lib/krb5/ticket.c
322
*found = 0;
crypto/heimdal/lib/krb5/ticket.c
349
krb5_boolean found = FALSE;
crypto/heimdal/lib/krb5/ticket.c
360
ret = find_type_in_ad(context, type, data, &found, TRUE,
crypto/heimdal/lib/krb5/ticket.c
364
if (!found) {
crypto/krb5/src/ccapi/lib/ccapi_v2.c
564
cc_uint32 found = 0;
crypto/krb5/src/ccapi/lib/ccapi_v2.c
573
while (!err && !found) {
crypto/krb5/src/ccapi/lib/ccapi_v2.c
581
&found);
crypto/krb5/src/ccapi/lib/ccapi_v2.c
584
if (!err && found) {
crypto/krb5/src/ccapi/server/ccs_list_internal.c
199
cc_int32 found = 0;
crypto/krb5/src/ccapi/server/ccs_list_internal.c
205
if (!err && !found) {
crypto/krb5/src/ccapi/server/ccs_list_internal.c
215
found = 1;
crypto/krb5/src/ccapi/server/ccs_list_internal.c
222
if (!err && !found) {
crypto/krb5/src/ccapi/server/ccs_list_internal.c
259
cc_int32 found = 0;
crypto/krb5/src/ccapi/server/ccs_list_internal.c
265
if (!err && !found) {
crypto/krb5/src/ccapi/server/ccs_list_internal.c
275
found = 1;
crypto/krb5/src/ccapi/server/ccs_list_internal.c
282
if (!err && !found) {
crypto/krb5/src/ccapi/server/ccs_server.c
118
cc_uint32 found = 0;
crypto/krb5/src/ccapi/server/ccs_server.c
123
err = ccs_client_uses_pipe (client, in_connection_pipe, &found);
crypto/krb5/src/ccapi/server/ccs_server.c
125
if (!err && found) {
crypto/krb5/src/ccapi/server/ccs_server.c
132
if (!err && !found) {
crypto/krb5/src/ccapi/test/test_ccapi_v2.c
1065
int found = 0;
crypto/krb5/src/ccapi/test/test_ccapi_v2.c
1088
while (!err && !found) {
crypto/krb5/src/ccapi/test/test_ccapi_v2.c
1093
found = !compare_v5_creds_unions_compat(&in_creds, creds);
crypto/krb5/src/ccapi/test/test_ccapi_v2.c
1100
check_if(found, "stored credentials not found in ccache");
crypto/krb5/src/ccapi/test/test_ccapi_v2.c
1202
int found = 0;
crypto/krb5/src/ccapi/test/test_ccapi_v2.c
1226
while (!err && !found) {
crypto/krb5/src/ccapi/test/test_ccapi_v2.c
1231
found = !compare_v5_creds_unions_compat(&in_creds, creds);
crypto/krb5/src/ccapi/test/test_ccapi_v2.c
1238
check_if(found, "credentials not removed from ccache");
crypto/krb5/src/clients/ksu/authorization.c
184
k5login_lookup(FILE *fp, char *princname, krb5_boolean *found)
crypto/krb5/src/clients/ksu/authorization.c
220
*found = loc_found;
crypto/krb5/src/clients/ksu/authorization.c
245
krb5_boolean *found, char **out_fcmd)
crypto/krb5/src/clients/ksu/authorization.c
315
*found = loc_found;
crypto/krb5/src/clients/ksu/ccache.c
551
krb5_principal princ, krb5_boolean *found)
crypto/krb5/src/clients/ksu/ccache.c
562
*found = krb5_find_princ_in_cred_list(context, creds_list, princ);
crypto/krb5/src/clients/ksu/heuristic.c
145
krb5_boolean found = FALSE;
crypto/krb5/src/clients/ksu/heuristic.c
159
retval= k5users_lookup(fp, k5users_list[i], cmd, &found, &out_cmd);
crypto/krb5/src/clients/ksu/heuristic.c
163
if (found == FALSE){
crypto/krb5/src/clients/ksu/heuristic.c
288
krb5_boolean found = FALSE;
crypto/krb5/src/clients/ksu/heuristic.c
290
if (!list) return found;
crypto/krb5/src/clients/ksu/heuristic.c
294
found = TRUE;
crypto/krb5/src/clients/ksu/heuristic.c
300
return found;
crypto/krb5/src/clients/ksu/heuristic.c
313
krb5_principal *client, krb5_boolean *found)
crypto/krb5/src/clients/ksu/heuristic.c
320
*found = FALSE;
crypto/krb5/src/clients/ksu/heuristic.c
369
*found = TRUE;
crypto/krb5/src/clients/ksu/heuristic.c
386
krb5_principal end_server, krb5_boolean *found)
crypto/krb5/src/clients/ksu/heuristic.c
415
*found = temp_found;
crypto/krb5/src/clients/ksu/heuristic.c
422
krb5_principal server, krb5_boolean *found)
crypto/krb5/src/clients/ksu/heuristic.c
428
*found = FALSE;
crypto/krb5/src/clients/ksu/heuristic.c
452
*found = TRUE;
crypto/krb5/src/clients/ksu/heuristic.c
464
krb5_boolean *found)
crypto/krb5/src/clients/ksu/heuristic.c
471
*found = FALSE;
crypto/krb5/src/clients/ksu/heuristic.c
481
*found = TRUE;
crypto/krb5/src/clients/ksu/heuristic.c
494
krb5_boolean found;
crypto/krb5/src/clients/ksu/heuristic.c
520
krb5_boolean found = FALSE;
crypto/krb5/src/clients/ksu/heuristic.c
628
princ_trials[i].found = FALSE;
crypto/krb5/src/clients/ksu/heuristic.c
633
&found);
crypto/krb5/src/clients/ksu/heuristic.c
637
if (found == TRUE){
crypto/krb5/src/clients/ksu/heuristic.c
638
princ_trials[i].found = TRUE;
crypto/krb5/src/clients/ksu/heuristic.c
642
end_server, &found);
crypto/krb5/src/clients/ksu/heuristic.c
645
if (found == TRUE){
crypto/krb5/src/clients/ksu/heuristic.c
666
end_server, &found);
crypto/krb5/src/clients/ksu/heuristic.c
670
if (found == TRUE){
crypto/krb5/src/clients/ksu/heuristic.c
689
if (princ_trials[i].found == TRUE){
crypto/krb5/src/clients/ksu/heuristic.c
710
&found);
crypto/krb5/src/clients/ksu/heuristic.c
714
if (found == TRUE){
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
801
int found;
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
804
found = FALSE;
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
805
for (i = 0; i < nschemes && !found; i++) {
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
807
found = TRUE;
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
810
if (!found)
crypto/krb5/src/lib/kadm5/str_conv.c
134
int found = 0, invert = 0;
crypto/krb5/src/lib/kadm5/str_conv.c
139
for (i = 0; !found && i < NFTBL; i++) {
crypto/krb5/src/lib/kadm5/str_conv.c
143
found = 1;
crypto/krb5/src/lib/kadm5/str_conv.c
148
if (!found && strncmp(s, "0x", 2) == 0) {
crypto/krb5/src/lib/kadm5/str_conv.c
152
found = 1;
crypto/krb5/src/lib/kadm5/str_conv.c
154
if (!found)
crypto/krb5/src/lib/kdb/kdb5.c
2203
krb5_boolean found = FALSE;
crypto/krb5/src/lib/kdb/kdb5.c
2217
found = TRUE;
crypto/krb5/src/lib/kdb/kdb5.c
2225
if (!found && value != NULL) {
crypto/krb5/src/lib/krb5/ccache/ccapi/stdcc.c
770
int found = 0;
crypto/krb5/src/lib/krb5/ccache/ccapi/stdcc.c
782
while (!err && !found) {
crypto/krb5/src/lib/krb5/ccache/ccapi/stdcc.c
793
found = krb5int_cc_creds_match_request(context,
crypto/krb5/src/lib/krb5/ccache/ccapi/stdcc.c
800
if (!err && found) {
crypto/krb5/src/lib/krb5/ccache/cccursor.c
238
krb5_boolean found = FALSE;
crypto/krb5/src/lib/krb5/ccache/cccursor.c
247
while (!found) {
crypto/krb5/src/lib/krb5/ccache/cccursor.c
256
found = TRUE;
crypto/krb5/src/lib/krb5/ccache/cccursor.c
261
if (found) {
crypto/krb5/src/lib/krb5/krb/authdata.c
860
int found = 0;
crypto/krb5/src/lib/krb5/krb/authdata.c
878
found++;
crypto/krb5/src/lib/krb5/krb/authdata.c
883
if (code == 0 && found == 0)
crypto/krb5/src/lib/krb5/krb/authdata.c
896
int found = 0;
crypto/krb5/src/lib/krb5/krb/authdata.c
912
found++;
crypto/krb5/src/lib/krb5/krb/authdata.c
917
if (code == 0 && found == 0)
crypto/krb5/src/lib/krb5/krb/str_conv.c
75
int found;
crypto/krb5/src/lib/krb5/krb/str_conv.c
77
found = 0;
crypto/krb5/src/lib/krb5/krb/str_conv.c
80
found = 1;
crypto/krb5/src/lib/krb5/krb/str_conv.c
85
return((found) ? 0 : EINVAL);
crypto/krb5/src/lib/krb5/os/ccdefname.c
49
int found = 0;
crypto/krb5/src/lib/krb5/os/init_os_ctx.c
60
int found = 0;
crypto/krb5/src/lib/krb5/os/init_os_ctx.c
85
found = !_stat(name, &s);
crypto/krb5/src/lib/krb5/os/init_os_ctx.c
88
if (found)
crypto/krb5/src/lib/krb5/os/locate_kdc.c
1002
found = mark_matching_servers(kdcs, i, &primaries);
crypto/krb5/src/lib/krb5/os/locate_kdc.c
1005
if (found)
crypto/krb5/src/lib/krb5/os/locate_kdc.c
978
krb5_boolean found;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash.c
693
goto found;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash.c
696
goto found;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash.c
727
found: __get_item_done(hashp, &cursor);
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
1043
goto found;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
1124
found:
crypto/krb5/src/plugins/kdb/test/kdb_test.c
710
krb5_boolean found = FALSE;
crypto/krb5/src/plugins/kdb/test/kdb_test.c
719
found = TRUE;
crypto/krb5/src/plugins/kdb/test/kdb_test.c
724
return found;
crypto/krb5/src/plugins/kdb/test/kdb_test.c
734
krb5_boolean found = FALSE;
crypto/krb5/src/plugins/kdb/test/kdb_test.c
743
found = match_in_table(context, "delegation", sprinc, tprinc);
crypto/krb5/src/plugins/kdb/test/kdb_test.c
746
return found ? 0 : KRB5KDC_ERR_BADOPTION;
crypto/krb5/src/plugins/kdb/test/kdb_test.c
757
krb5_boolean found = FALSE;
crypto/krb5/src/plugins/kdb/test/kdb_test.c
774
found = match_in_table(context, "rbcd", proxy_princ, server_princ);
crypto/krb5/src/plugins/kdb/test/kdb_test.c
778
return found ? 0 : KRB5KDC_ERR_BADOPTION;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_matching.c
190
int found;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_matching.c
213
found = 0;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_matching.c
229
found = 1;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_matching.c
235
if (found) {
crypto/krb5/src/plugins/preauth/pkinit/pkinit_matching.c
244
} while (found && *value != '\0');
crypto/krb5/src/util/et/error_message.c
148
goto found;
crypto/krb5/src/util/et/error_message.c
153
found:
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
324
BOOL found;
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
352
BOOL found = FALSE;
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
496
found = TRUE;
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
505
if(found) {
crypto/libecc/src/examples/basic/nn_pollard_rho.c
134
int n_divisors_found, i, found, ret, check, cmp;
crypto/libecc/src/examples/basic/nn_pollard_rho.c
172
found = 0;
crypto/libecc/src/examples/basic/nn_pollard_rho.c
176
found = 1;
crypto/libecc/src/examples/basic/nn_pollard_rho.c
179
if (found == 0) {
crypto/libecc/src/tests/ec_self_tests.c
181
unsigned char found = 0, found_filter = 0;
crypto/libecc/src/tests/ec_self_tests.c
187
found = found_filter = 0;
crypto/libecc/src/tests/ec_self_tests.c
195
found = 1;
crypto/libecc/src/tests/ec_self_tests.c
231
if ((found == 0) && (found_filter == 0)) {
crypto/libecc/src/tests/ec_utils.c
1594
int ret, check, found;
crypto/libecc/src/tests/ec_utils.c
1605
found = 0;
crypto/libecc/src/tests/ec_utils.c
1608
found = 1;
crypto/libecc/src/tests/ec_utils.c
1640
found = 1;
crypto/libecc/src/tests/ec_utils.c
1689
found = 1;
crypto/libecc/src/tests/ec_utils.c
1738
found = 1;
crypto/libecc/src/tests/ec_utils.c
1791
found = 1;
crypto/libecc/src/tests/ec_utils.c
1838
found = 1;
crypto/libecc/src/tests/ec_utils.c
1866
if (found == 0) {
crypto/openssh/auth-options.c
100
found = 0;
crypto/openssh/auth-options.c
104
found = 1;
crypto/openssh/auth-options.c
107
found = 1;
crypto/openssh/auth-options.c
111
found = 1;
crypto/openssh/auth-options.c
115
found = 1;
crypto/openssh/auth-options.c
118
found = 1;
crypto/openssh/auth-options.c
121
found = 1;
crypto/openssh/auth-options.c
124
if (!found && (which & OPTIONS_CRITICAL) != 0) {
crypto/openssh/auth-options.c
127
found = 1;
crypto/openssh/auth-options.c
142
found = 1;
crypto/openssh/auth-options.c
163
found = 1;
crypto/openssh/auth-options.c
167
if (!found) {
crypto/openssh/auth-options.c
83
int r, ret = -1, found;
crypto/openssh/auth.c
430
const struct hostkey_entry *found;
crypto/openssh/auth.c
452
host_status = check_key_in_hostkeys(hostkeys, key, &found);
crypto/openssh/auth.c
458
found->host, found->file, found->line);
crypto/openssh/auth2-methods.c
106
for (found = i = 0; !found && authmethod_cfgs[i] != NULL; i++) {
crypto/openssh/auth2-methods.c
121
found = 1;
crypto/openssh/auth2-methods.c
124
if (!found) {
crypto/openssh/auth2-methods.c
96
u_int i, found;
crypto/openssh/auth2-pubkeyfile.c
175
u_int i, found = 0;
crypto/openssh/auth2-pubkeyfile.c
211
found = 1;
crypto/openssh/auth2-pubkeyfile.c
213
if (found && authoptsp != NULL) {
crypto/openssh/auth2-pubkeyfile.c
218
return found ? 0 : -1;
crypto/openssh/auth2-pubkeyfile.c
269
struct sshkey *found = NULL;
crypto/openssh/auth2-pubkeyfile.c
278
if ((found = sshkey_new(want_keytype)) == NULL) {
crypto/openssh/auth2-pubkeyfile.c
285
if (sshkey_read(found, &cp) != 0) {
crypto/openssh/auth2-pubkeyfile.c
294
if (sshkey_read(found, &cp) != 0) {
crypto/openssh/auth2-pubkeyfile.c
309
if (!sshkey_equal(found, key->cert->signature_key) ||
crypto/openssh/auth2-pubkeyfile.c
314
if (!sshkey_equal(found, key) || keyopts->cert_authority)
crypto/openssh/auth2-pubkeyfile.c
319
if ((fp = sshkey_fingerprint(found,
crypto/openssh/auth2-pubkeyfile.c
324
sshkey_is_cert(key) ? "CA" : "key", sshkey_type(found), fp);
crypto/openssh/auth2-pubkeyfile.c
334
sshkey_type(found), fp, loc);
crypto/openssh/auth2-pubkeyfile.c
376
sshkey_type(found), fp, loc);
crypto/openssh/auth2-pubkeyfile.c
397
sshkey_free(found);
crypto/openssh/auth2.c
664
u_int i, found = 0;
crypto/openssh/auth2.c
671
found = 1;
crypto/openssh/auth2.c
680
if (!found)
crypto/openssh/channels.c
1450
u_int len, have, i, found, need;
crypto/openssh/channels.c
1476
for (found = 0, i = len; i < have; i++) {
crypto/openssh/channels.c
1478
found++;
crypto/openssh/channels.c
1479
if (found == need)
crypto/openssh/channels.c
1489
if (found < need)
crypto/openssh/channels.c
1577
u_int have, need, i, found, nmethods, addrlen, af;
crypto/openssh/channels.c
1593
for (found = 0, i = 2; i < nmethods + 2; i++) {
crypto/openssh/channels.c
1595
found = 1;
crypto/openssh/channels.c
1599
if (!found) {
crypto/openssh/channels.c
4029
int found = 0;
crypto/openssh/channels.c
4038
found = 1;
crypto/openssh/channels.c
4042
return found;
crypto/openssh/channels.c
4049
int found = 0;
crypto/openssh/channels.c
4060
found = 1;
crypto/openssh/channels.c
4064
return found;
crypto/openssh/channels.c
4085
int found = 0;
crypto/openssh/channels.c
4108
found = 1;
crypto/openssh/channels.c
4112
return found;
crypto/openssh/channels.c
4119
int found = 0;
crypto/openssh/channels.c
4135
found = 1;
crypto/openssh/channels.c
4139
return found;
crypto/openssh/channels.c
492
u_int i, found = 0;
crypto/openssh/channels.c
500
found = i;
crypto/openssh/channels.c
509
found = sc->channels_alloc;
crypto/openssh/channels.c
519
c = sc->channels[found] = xcalloc(1, sizeof(Channel));
crypto/openssh/channels.c
529
c->self = found;
crypto/openssh/channels.c
541
found, c->ctype, remote_name, c->inactive_deadline);
crypto/openssh/groupaccess.c
103
int i, found = 0;
crypto/openssh/groupaccess.c
113
found = 1;
crypto/openssh/groupaccess.c
116
return found;
crypto/openssh/hostfile.c
351
struct sshkey *k, int keytype, int nid, const struct hostkey_entry **found)
crypto/openssh/hostfile.c
358
if (found != NULL)
crypto/openssh/hostfile.c
359
*found = NULL;
crypto/openssh/hostfile.c
372
if (found != NULL)
crypto/openssh/hostfile.c
373
*found = hostkeys->entries + i;
crypto/openssh/hostfile.c
382
if (found != NULL)
crypto/openssh/hostfile.c
383
*found = hostkeys->entries + i;
crypto/openssh/hostfile.c
389
if (found != NULL)
crypto/openssh/hostfile.c
390
*found = hostkeys->entries + i;
crypto/openssh/hostfile.c
395
if (found != NULL)
crypto/openssh/hostfile.c
396
*found = hostkeys->entries + i;
crypto/openssh/hostfile.c
401
if (found != NULL)
crypto/openssh/hostfile.c
402
*found = NULL;
crypto/openssh/hostfile.c
409
const struct hostkey_entry **found)
crypto/openssh/hostfile.c
413
return check_hostkeys_by_key_or_type(hostkeys, key, 0, -1, found);
crypto/openssh/hostfile.c
418
const struct hostkey_entry **found)
crypto/openssh/hostfile.c
421
found) == HOST_FOUND);
crypto/openssh/loginrec.c
1179
int fd, found = 0;
crypto/openssh/loginrec.c
1203
while (!found) {
crypto/openssh/loginrec.c
1211
found = 1;
crypto/openssh/loginrec.c
1344
int fd, found=0;
crypto/openssh/loginrec.c
1368
while (!found) {
crypto/openssh/loginrec.c
1380
found = 1;
crypto/openssh/monitor.c
981
int found = 0;
crypto/openssh/monitor.c
986
found = 1;
crypto/openssh/monitor.c
990
if (!found) {
crypto/openssh/monitor.c
996
return found;
crypto/openssh/readconf.c
1144
int remotefwd, dynamicfwd, ca_only = 0, found = 0;
crypto/openssh/readconf.c
1775
found = *uintptr == 0;
crypto/openssh/readconf.c
1815
if (found && *activep) {
crypto/openssh/readconf.c
1938
found = 1;
crypto/openssh/readconf.c
1950
if (!found) {
crypto/openssh/readconf.c
1957
found = options->num_setenv == 0;
crypto/openssh/readconf.c
1977
if (found && *activep) {
crypto/openssh/readconf.c
2202
found = options->num_canonical_domains == 0;
crypto/openssh/readconf.c
2225
if (found && *activep) {
crypto/openssh/readconf.c
2234
found = options->num_permitted_cnames == 0;
crypto/openssh/readconf.c
2272
if (found && *activep) {
crypto/openssh/readconf.c
2459
found = options->num_channel_timeouts == 0;
crypto/openssh/readconf.c
2481
if (found && *activep) {
crypto/openssh/readconf.c
599
int r, found = 0;
crypto/openssh/readconf.c
639
found = 1;
crypto/openssh/readconf.c
644
return found;
crypto/openssh/servconf.c
1336
int ca_only = 0, found = 0;
crypto/openssh/servconf.c
1823
found = options->num_log_verbose == 0;
crypto/openssh/servconf.c
1846
if (found && *activep) {
crypto/openssh/servconf.c
1882
found = 1;
crypto/openssh/servconf.c
1888
if (!found) {
crypto/openssh/servconf.c
1908
found = 1;
crypto/openssh/servconf.c
1914
if (!found) {
crypto/openssh/servconf.c
1974
found = 0;
crypto/openssh/servconf.c
1977
found = 1;
crypto/openssh/servconf.c
1981
if (found) {
crypto/openssh/servconf.c
2100
found = 1;
crypto/openssh/servconf.c
2174
if (!found) {
crypto/openssh/servconf.c
2199
found = options->num_authkeys_files == 0;
crypto/openssh/servconf.c
2215
if (found && *activep) {
crypto/openssh/servconf.c
2251
found = 1;
crypto/openssh/servconf.c
2258
if (!found) {
crypto/openssh/servconf.c
2265
found = options->num_setenv == 0;
crypto/openssh/servconf.c
2282
if (found && *activep) {
crypto/openssh/servconf.c
2322
found = 0;
crypto/openssh/servconf.c
2347
found = 1;
crypto/openssh/servconf.c
2350
if (found != 0) {
crypto/openssh/servconf.c
2431
found = *uintptr == 0;
crypto/openssh/servconf.c
2474
if (found && *activep) {
crypto/openssh/servconf.c
2602
found = options->num_auth_methods == 0;
crypto/openssh/servconf.c
2626
if (found && *activep) {
crypto/openssh/servconf.c
2691
found = options->num_channel_timeouts == 0;
crypto/openssh/servconf.c
2713
if (found && *activep) {
crypto/openssh/servconf.c
2879
u_int i, j, found;
crypto/openssh/servconf.c
2882
found = 0;
crypto/openssh/servconf.c
2886
found = 1;
crypto/openssh/servconf.c
2890
if (found) {
crypto/openssh/sftp-usergroup.c
80
struct idname idname, *found;
crypto/openssh/sftp-usergroup.c
84
if ((found = RB_FIND(idname_tree, tree, &idname)) != NULL)
crypto/openssh/sftp-usergroup.c
85
return found->name;
crypto/openssh/ssh-keygen.c
1799
int r, i, found, agent_fd = -1;
crypto/openssh/ssh-keygen.c
1828
found = 0;
crypto/openssh/ssh-keygen.c
1831
found = 1;
crypto/openssh/ssh-keygen.c
1835
if (!found)
crypto/openssh/ssh-keysign.c
183
int r, key_fd[NUM_KEYTYPES], i, found, version = 2, fd;
crypto/openssh/ssh-keysign.c
235
for (i = found = 0; i < NUM_KEYTYPES; i++) {
crypto/openssh/ssh-keysign.c
237
found = 1;
crypto/openssh/ssh-keysign.c
239
if (found == 0)
crypto/openssh/ssh-keysign.c
242
found = 0;
crypto/openssh/ssh-keysign.c
254
found = 1;
crypto/openssh/ssh-keysign.c
257
if (!found)
crypto/openssh/ssh-keysign.c
282
found = 0;
crypto/openssh/ssh-keysign.c
286
found = 1;
crypto/openssh/ssh-keysign.c
290
if (!found) {
crypto/openssh/ssh-pkcs11-client.c
128
int found = 0;
crypto/openssh/ssh-pkcs11-client.c
138
if (found)
crypto/openssh/ssh-pkcs11-client.c
140
found = 1;
crypto/openssh/ssh-pkcs11-client.c
142
else if (found)
crypto/openssh/ssh-pkcs11-client.c
145
if (found) {
crypto/openssh/ssh-pkcs11-helper.c
194
struct sshkey *key = NULL, *found;
crypto/openssh/ssh-pkcs11-helper.c
211
if ((found = lookup_key(key)) == NULL)
crypto/openssh/ssh-pkcs11-helper.c
218
if ((rsa = EVP_PKEY_get1_RSA(found->pkey)) == NULL)
crypto/openssh/ssh-pkcs11-helper.c
232
if ((ecdsa = EVP_PKEY_get1_EC_KEY(found->pkey)) == NULL)
crypto/openssh/ssh.c
478
goto found;
crypto/openssh/ssh.c
506
found:
crypto/openssh/sshconnect.c
1648
const struct hostkey_entry *found;
crypto/openssh/sshconnect.c
1654
-1, &found))
crypto/openssh/sshconnect.c
1656
fp = sshkey_fingerprint(found->key,
crypto/openssh/sshconnect.c
1658
ra = sshkey_fingerprint(found->key,
crypto/openssh/sshconnect.c
1665
sshkey_type(found->key),
crypto/openssh/sshconnect.c
1666
found->host, found->file, found->line,
crypto/openssh/sshconnect.c
1667
sshkey_type(found->key), fp);
crypto/openssh/sshconnect2.c
1674
int disallowed, agent_fd = -1, i, r, found;
crypto/openssh/sshconnect2.c
1739
found = 0;
crypto/openssh/sshconnect2.c
1749
found = 1;
crypto/openssh/sshconnect2.c
1753
if (!found && !options.identities_only) {
crypto/openssh/sshconnect2.c
1773
found = 0;
crypto/openssh/sshconnect2.c
1781
found = 1;
crypto/openssh/sshconnect2.c
1786
if (!found && options.identities_only) {
crypto/openssh/sshconnect2.c
686
int pktype, found = 0, sent = 0;
crypto/openssh/sshconnect2.c
724
found = 1;
crypto/openssh/sshconnect2.c
728
if (!found || id == NULL) {
crypto/openssh/sshsig.c
1083
char *found, *line = NULL, **principals = NULL, **tmp;
crypto/openssh/sshsig.c
1106
principal, &found, NULL, NULL)) != 0) {
crypto/openssh/sshsig.c
1116
free(found);
crypto/openssh/sshsig.c
1120
principals[nprincipals++] = found; /* transferred */
crypto/openssl/apps/lib/app_provider.c
126
p.found = 0;
crypto/openssl/apps/lib/app_provider.c
131
} else if (p.found == 0) {
crypto/openssl/apps/lib/app_provider.c
74
int found;
crypto/openssl/apps/lib/app_provider.c
83
p->found = 1;
crypto/openssl/apps/lib/apps.c
3410
int found = 1;
crypto/openssl/apps/lib/apps.c
3429
stmp, vtmp, strlen(vtmp), &found))
crypto/openssl/apps/lib/apps.c
3437
BIO_printf(bio_err, "Parameter %s '%s'\n", found ? "error" : "unknown",
crypto/openssl/apps/lib/s_socket.c
125
++found;
crypto/openssl/apps/lib/s_socket.c
193
if (bindaddr != NULL && !found) {
crypto/openssl/apps/lib/s_socket.c
84
int found = 0;
crypto/openssl/apps/ocsp.c
1111
int found = 0;
crypto/openssl/apps/ocsp.c
1127
for (jj = 0; jj < sk_X509_num(ca) && !found; jj++) {
crypto/openssl/apps/ocsp.c
1138
found = 1;
crypto/openssl/apps/ocsp.c
1150
if (!found) {
crypto/openssl/apps/rehash.c
127
HENTRY *ep, *found = NULL;
crypto/openssl/apps/rehash.c
151
found = ep;
crypto/openssl/apps/rehash.c
156
ep = found;
crypto/openssl/crypto/bn/bn_prime.c
128
int found = 0;
crypto/openssl/crypto/bn/bn_prime.c
202
found = 1;
crypto/openssl/crypto/bn/bn_prime.c
207
return found;
crypto/openssl/crypto/dso/dso_dlfcn.c
334
unsigned int found = 0;
crypto/openssl/crypto/dso/dso_dlfcn.c
369
found = 1;
crypto/openssl/crypto/dso/dso_dlfcn.c
389
} while (this_ldi->ldinfo_next && !found);
crypto/openssl/crypto/dso/dso_dlfcn.c
391
return (found && dl->dli_fname != NULL);
crypto/openssl/crypto/http/http_lib.c
260
const char *found = NULL;
crypto/openssl/crypto/http/http_lib.c
284
found = strstr(no_proxy, server);
crypto/openssl/crypto/http/http_lib.c
285
while (found != NULL
crypto/openssl/crypto/http/http_lib.c
286
&& ((found != no_proxy && !ossl_isspace(found[-1]) && found[-1] != ',')
crypto/openssl/crypto/http/http_lib.c
287
|| (found[sl] != '\0' && !ossl_isspace(found[sl]) && found[sl] != ',')))
crypto/openssl/crypto/http/http_lib.c
288
found = strstr(found + 1, server);
crypto/openssl/crypto/http/http_lib.c
289
return found == NULL;
crypto/openssl/crypto/params_from_text.c
29
size_t *buf_n, BIGNUM **tmpbn, int *found)
crypto/openssl/crypto/params_from_text.c
309
size_t value_n, int *found)
crypto/openssl/crypto/params_from_text.c
322
¶mdef, &ishex, &buf_n, &tmpbn, found))
crypto/openssl/crypto/params_from_text.c
42
if (found != NULL)
crypto/openssl/crypto/params_from_text.c
43
*found = p != NULL;
crypto/openssl/crypto/ts/ts_rsp_verify.c
538
int found = 0;
crypto/openssl/crypto/ts/ts_rsp_verify.c
545
found = ts_find_name(gen_names, tsa_name) >= 0;
crypto/openssl/crypto/ts/ts_rsp_verify.c
546
if (found)
crypto/openssl/crypto/ts/ts_rsp_verify.c
557
return found;
crypto/openssl/crypto/ts/ts_rsp_verify.c
563
int i, found;
crypto/openssl/crypto/ts/ts_rsp_verify.c
564
for (i = 0, found = 0; !found && i < sk_GENERAL_NAME_num(gen_names); ++i) {
crypto/openssl/crypto/ts/ts_rsp_verify.c
566
found = GENERAL_NAME_cmp(current, name) == 0;
crypto/openssl/crypto/ts/ts_rsp_verify.c
568
return found ? i - 1 : -1;
crypto/openssl/fuzz/provider.c
199
int found = 0;
crypto/openssl/fuzz/provider.c
204
found = 1;
crypto/openssl/fuzz/provider.c
210
if (!found) {
crypto/openssl/include/openssl/params.h
101
size_t value_n, int *found);
crypto/openssl/ssl/pqueue.c
102
pitem *found = NULL;
crypto/openssl/ssl/pqueue.c
109
found = next;
crypto/openssl/ssl/pqueue.c
116
found = next;
crypto/openssl/ssl/pqueue.c
118
if (!found)
crypto/openssl/ssl/pqueue.c
121
return found;
crypto/openssl/ssl/s3_lib.c
4763
int found = 0;
crypto/openssl/ssl/s3_lib.c
4767
found = 1;
crypto/openssl/ssl/s3_lib.c
4771
if (found) {
crypto/openssl/ssl/ssl_cert_comp.c
165
int found = 0;
crypto/openssl/ssl/ssl_cert_comp.c
187
found = 1;
crypto/openssl/ssl/ssl_cert_comp.c
190
if (found)
crypto/openssl/ssl/ssl_cert_comp.c
192
return found;
crypto/openssl/ssl/ssl_ciph.c
1028
found = 0; /* unused -- avoid compiler warning */
crypto/openssl/ssl/ssl_ciph.c
1051
j = found = 0;
crypto/openssl/ssl/ssl_ciph.c
1056
found = 1;
crypto/openssl/ssl/ssl_ciph.c
1061
found = 1;
crypto/openssl/ssl/ssl_ciph.c
1067
if (!found)
crypto/openssl/ssl/ssl_ciph.c
1074
found = 0;
crypto/openssl/ssl/ssl_ciph.c
1086
found = 0;
crypto/openssl/ssl/ssl_ciph.c
1098
found = 0;
crypto/openssl/ssl/ssl_ciph.c
1110
found = 0;
crypto/openssl/ssl/ssl_ciph.c
1122
found = 0;
crypto/openssl/ssl/ssl_ciph.c
1134
found = 0;
crypto/openssl/ssl/ssl_ciph.c
1157
found = 0;
crypto/openssl/ssl/ssl_ciph.c
1197
} else if (found) {
crypto/openssl/ssl/ssl_ciph.c
963
int j, multi, found, rule, retval, ok, buflen;
crypto/openssl/ssl/ssl_local.h
2732
int *found);
crypto/openssl/ssl/statem/extensions.c
461
RAW_EXTENSION *rawexlist, RAW_EXTENSION **found)
crypto/openssl/ssl/statem/extensions.c
472
*found = &rawexlist[i];
crypto/openssl/ssl/statem/extensions.c
492
*found = &rawexlist[offset + builtin_num];
crypto/openssl/ssl/statem/extensions.c
498
*found = NULL;
crypto/openssl/ssl/statem/extensions_clnt.c
935
int found = 0;
crypto/openssl/ssl/statem/extensions_clnt.c
944
found = 1;
crypto/openssl/ssl/statem/extensions_clnt.c
948
if (!found) {
crypto/openssl/ssl/statem/statem_dtls.c
1110
int found = 0;
crypto/openssl/ssl/statem/statem_dtls.c
1116
if (dtls1_retransmit_message(s, (unsigned short)dtls1_get_queue_priority(frag->msg_header.seq, frag->msg_header.is_ccs), &found) <= 0)
crypto/openssl/ssl/statem/statem_dtls.c
1188
int dtls1_retransmit_message(SSL_CONNECTION *s, unsigned short seq, int *found)
crypto/openssl/ssl/statem/statem_dtls.c
1206
*found = 0;
crypto/openssl/ssl/statem/statem_dtls.c
1210
*found = 1;
crypto/openssl/ssl/statem/statem_lib.c
2872
int found = 0;
crypto/openssl/ssl/statem/statem_lib.c
2886
found = 1;
crypto/openssl/ssl/statem/statem_lib.c
2890
if (!found) {
crypto/openssl/ssl/t1_lib.c
3761
goto found;
crypto/openssl/ssl/t1_lib.c
3773
goto found;
crypto/openssl/ssl/t1_lib.c
3793
goto found;
crypto/openssl/ssl/t1_lib.c
3801
goto found;
crypto/openssl/ssl/t1_lib.c
3810
found:
crypto/openssl/test/filterprov.c
235
const char *found = strstr(algs->algorithm_names, name);
crypto/openssl/test/filterprov.c
237
if (found == NULL)
crypto/openssl/test/filterprov.c
239
if (found[namelen] != '\0' && found[namelen] != ':')
crypto/openssl/test/filterprov.c
241
if (found != algs->algorithm_names && found[-1] != ':')
crypto/openssl/test/helpers/ssl_test_ctx.c
797
int found = 0;
crypto/openssl/test/helpers/ssl_test_ctx.c
806
found = 1;
crypto/openssl/test/helpers/ssl_test_ctx.c
810
if (!found) {
crypto/openssl/test/helpers/ssl_test_ctx.c
830
int found = 0;
crypto/openssl/test/helpers/ssl_test_ctx.c
839
found = 1;
crypto/openssl/test/helpers/ssl_test_ctx.c
843
if (!found) {
crypto/openssl/test/helpers/ssl_test_ctx.c
865
int found = 0;
crypto/openssl/test/helpers/ssl_test_ctx.c
898
found = 1;
crypto/openssl/test/helpers/ssl_test_ctx.c
902
if (!found) {
lib/libbe/be.c
231
bool found;
lib/libbe/be.c
257
found = false;
lib/libbe/be.c
260
found = true;
lib/libbe/be.c
265
if (found)
lib/libbluetooth/bluetooth.c
186
goto found;
lib/libbluetooth/bluetooth.c
188
found:
lib/libbluetooth/bluetooth.c
73
goto found;
lib/libbluetooth/bluetooth.c
75
found:
lib/libc/db/hash/hash.c
601
goto found;
lib/libc/db/hash/hash.c
622
goto found;
lib/libc/db/hash/hash.c
665
found:
lib/libc/db/hash/hash_page.c
688
goto found;
lib/libc/db/hash/hash_page.c
766
found:
lib/libc/gen/getutxent.c
183
goto found;
lib/libc/gen/getutxent.c
188
goto found;
lib/libc/gen/getutxent.c
193
found:
lib/libc/gen/getutxent.c
212
goto found;
lib/libc/gen/getutxent.c
217
found:
lib/libc/gen/getutxent.c
233
goto found;
lib/libc/gen/getutxent.c
238
found:
lib/libc/locale/collate.c
945
goto found;
lib/libc/locale/collate.c
951
goto found;
lib/libc/locale/collate.c
956
goto found;
lib/libc/locale/collate.c
962
found:
lib/libc/locale/nextwctype.c
69
goto found;
lib/libc/locale/nextwctype.c
76
found:
lib/libc/net/getaddrinfo.c
2440
goto found;
lib/libc/net/getaddrinfo.c
2444
found:
lib/libc/net/getaddrinfo.c
401
int found;
lib/libc/net/getaddrinfo.c
522
found = 0;
lib/libc/net/getaddrinfo.c
554
found++;
lib/libc/net/getaddrinfo.c
556
if (found) {
lib/libc/net/gethostbyht.c
261
goto found;
lib/libc/net/gethostbyht.c
263
found:
lib/libc/net/getnetbyht.c
218
goto found;
lib/libc/net/getnetbyht.c
220
found:
lib/libc/net/getprotoname.c
85
goto found;
lib/libc/net/getprotoname.c
87
found:
lib/libc/posix1e/acl_delete_entry.c
111
found = 1;
lib/libc/posix1e/acl_delete_entry.c
116
if (found)
lib/libc/posix1e/acl_delete_entry.c
77
int i, j, found = 0;
lib/libc/posix1e/acl_support_nfs4.c
141
int i, found, ever_found = 0;
lib/libc/posix1e/acl_support_nfs4.c
152
found = 0;
lib/libc/posix1e/acl_support_nfs4.c
156
found = 1;
lib/libc/posix1e/acl_support_nfs4.c
161
if (!found) {
lib/libc/posix1e/acl_support_nfs4.c
180
int i, j, found;
lib/libc/posix1e/acl_support_nfs4.c
192
found = 0;
lib/libc/posix1e/acl_support_nfs4.c
197
found = 1;
lib/libc/posix1e/acl_support_nfs4.c
202
if (!found) {
lib/libc/stdio/findfp.c
130
goto found;
lib/libc/stdio/findfp.c
139
found:
lib/libc/tests/string/memrchr_test.c
112
ATF_TP_ADD_TC(tp, found);
lib/libc/tests/string/memrchr_test.c
52
ATF_TC_WITHOUT_HEAD(found);
lib/libc/tests/string/memrchr_test.c
53
ATF_TC_BODY(found, tc)
lib/libc/tests/string/strrchr_test.c
152
ATF_TP_ADD_TC(tp, found);
lib/libc/tests/string/strrchr_test.c
83
ATF_TC_WITHOUT_HEAD(found);
lib/libc/tests/string/strrchr_test.c
84
ATF_TC_BODY(found, tc)
lib/libc/tests/sys/cpuset_test.c
185
int fcpu, i, found, ncpu, second;
lib/libc/tests/sys/cpuset_test.c
202
for (i = fcpu - 1, found = 0; i < CPU_MAXSIZE && found != ncpu; i++) {
lib/libc/tests/sys/cpuset_test.c
204
found++;
lib/libc/tests/sys/cpuset_test.c
205
if (found == 1) {
lib/libc/tests/sys/cpuset_test.c
207
} else if (found == 2) {
lib/libc/tests/sys/cpuset_test.c
209
} else if (found >= 3) {
lib/libc/tests/sys/cpuset_test.c
211
if (found > 3)
lib/libcasper/services/cap_net/tests/net_test.c
191
bool found;
lib/libcasper/services/cap_net/tests/net_test.c
209
found = false;
lib/libcasper/services/cap_net/tests/net_test.c
214
found = true;
lib/libcasper/services/cap_net/tests/net_test.c
218
ATF_REQUIRE(found);
lib/libdevstat/devstat.c
563
int changed = 0, found = 0;
lib/libdevstat/devstat.c
790
found = 1;
lib/libdevstat/devstat.c
800
if (found != 1) {
lib/libdevstat/devstat.c
961
found = 0;
lib/libdevstat/devstat.c
979
found = 1;
lib/libdevstat/devstat.c
986
if (found == 0)
lib/libfigpar/figpar.c
415
found = have_equals = 0; /* reset */
lib/libfigpar/figpar.c
432
found = 1;
lib/libfigpar/figpar.c
449
if (!found && unknown != NULL) {
lib/libfigpar/figpar.c
93
uint8_t found;
lib/libgssapi/gss_inquire_cred.c
139
found++;
lib/libgssapi/gss_inquire_cred.c
176
found++;
lib/libgssapi/gss_inquire_cred.c
180
if (found == 0) {
lib/libgssapi/gss_inquire_cred.c
66
int found = 0;
lib/libkvm/kvm_amd64.c
114
int found = 0;
lib/libkvm/kvm_amd64.c
135
found = 1;
lib/libkvm/kvm_amd64.c
141
if (found == 0) {
lib/libkvm/kvm_arm.c
111
int found;
lib/libkvm/kvm_arm.c
129
found = 0;
lib/libkvm/kvm_arm.c
134
found = 1;
lib/libkvm/kvm_arm.c
140
if (!found) {
lib/libkvm/kvm_minidump_i386.c
291
int found = 0;
lib/libkvm/kvm_minidump_i386.c
298
for (; it->pteindex < it->nptes && found == 0; it->pteindex++) {
lib/libkvm/kvm_minidump_i386.c
313
found = 1;
lib/libkvm/kvm_minidump_i386.c
315
return found;
lib/libnetmap/nmreq.c
435
goto found;
lib/libnetmap/nmreq.c
441
found:
lib/libnv/tests/nv_array_tests.cc
1172
bool found;
lib/libnv/tests/nv_array_tests.cc
1196
found = false;
lib/libnv/tests/nv_array_tests.cc
1201
found = true;
lib/libnv/tests/nv_array_tests.cc
1205
ATF_REQUIRE(found == true);
lib/libpam/modules/pam_ftpusers/pam_ftpusers.c
100
for (mem = grp->gr_mem; mem && *mem && !found; ++mem)
lib/libpam/modules/pam_ftpusers/pam_ftpusers.c
102
found = 1;
lib/libpam/modules/pam_ftpusers/pam_ftpusers.c
106
if (found)
lib/libpam/modules/pam_ftpusers/pam_ftpusers.c
60
int pam_err, found, allow;
lib/libpam/modules/pam_ftpusers/pam_ftpusers.c
71
found = 0;
lib/libpam/modules/pam_ftpusers/pam_ftpusers.c
77
while (!found && (line = fgetln(f, &len)) != NULL) {
lib/libpam/modules/pam_ftpusers/pam_ftpusers.c
87
found = 1;
lib/libpam/modules/pam_group/pam_group.c
104
goto found;
lib/libpam/modules/pam_group/pam_group.c
110
found:
lib/libpam/modules/pam_group/pam_group.c
116
goto found;
lib/libpam/modules/pam_group/pam_group.c
99
goto found;
lib/libpmc/libpmc.c
1177
goto found;
lib/libpmc/libpmc.c
1239
found:
lib/libpmc/pmu-events/jsmn.c
104
found:
lib/libpmc/pmu-events/jsmn.c
86
goto found;
lib/libpmcstat/libpmcstat_symbol.c
63
bool found;
lib/libpmcstat/libpmcstat_symbol.c
66
found = 0;
lib/libpmcstat/libpmcstat_symbol.c
77
found = 1;
lib/libpmcstat/libpmcstat_symbol.c
82
if (!found || image->pi_symbols == NULL)
lib/libpmcstat/libpmcstat_symbol.c
85
found = 0;
lib/libpmcstat/libpmcstat_symbol.c
91
found = 1;
lib/libpmcstat/libpmcstat_symbol.c
96
if (!found)
lib/libusb/libusb10.c
1531
goto found;
lib/libusb/libusb10.c
1536
found:
lib/libusb/libusb10.c
773
uint8_t found;
lib/libusb/libusb10.c
778
found = (pconf->desc.bConfigurationValue
lib/libusb/libusb10.c
782
if (found)
lib/libusbhid/usage.c
230
goto found;
lib/libusbhid/usage.c
232
found:
lib/libutil/login_cap.c
148
int found = 0;
lib/libutil/login_cap.c
153
found = 0;
lib/libutil/login_cap.c
184
found = 1;
lib/libutil/login_cap.c
186
} while (found != 0);
libexec/getty/subr.c
468
int found;
libexec/getty/subr.c
481
found = !regexec(®ex, HN, regex.re_nsub + 1, match, 0);
libexec/getty/subr.c
482
if (found) {
libexec/getty/subr.c
498
if (found)
libexec/rtld-elf/rtld.c
3750
char *envcopy, *fdstr, *found, *last_token;
libexec/rtld-elf/rtld.c
3775
found = NULL;
libexec/rtld-elf/rtld.c
3789
found = xmalloc(len);
libexec/rtld-elf/rtld.c
3790
if (rtld_snprintf(found, len, "#%d/%s", dirfd, name) <
libexec/rtld-elf/rtld.c
3796
dbg("open('%s') => %d", found, fd);
libexec/rtld-elf/rtld.c
3802
return (found);
sbin/camcontrol/modeedit.c
410
int found;
sbin/camcontrol/modeedit.c
449
found = 0;
sbin/camcontrol/modeedit.c
525
lsubpage == subpage && !found)
sbin/camcontrol/modeedit.c
562
found = 1;
sbin/camcontrol/modeedit.c
586
if (!found) /* Never found a matching page. */
sbin/devmatch/devmatch.c
254
int ival, len, ents, i, notme, mask, bit, v, found;
sbin/devmatch/devmatch.c
260
found = 0;
sbin/devmatch/devmatch.c
424
found++;
sbin/devmatch/devmatch.c
435
if (unbound_flag && found == 0 && *pnpinfo) {
sbin/dump/itime.c
185
goto found;
sbin/dump/itime.c
194
found:
sbin/fsck/fsutil.c
74
int negative, found;
sbin/fsck/fsutil.c
83
found = 0;
sbin/fsck/fsutil.c
87
found = negative;
sbin/fsck/fsutil.c
89
found = !negative;
sbin/fsck/fsutil.c
92
return (found);
sbin/ifconfig/af_inet.c
343
bool found = false;
sbin/ifconfig/af_inet.c
367
found = true;
sbin/ifconfig/af_inet.c
378
if (!found)
sbin/ifconfig/ifconfig.c
2005
bool found;
sbin/ifconfig/ifconfig.c
2023
found = false;
sbin/ifconfig/ifconfig.c
2028
found = true;
sbin/ifconfig/ifconfig.c
2034
if (!found) {
sbin/ifconfig/ifconfig.c
2059
if ((!found && strcmp(ifname, cp) == 0) ||
sbin/kldload/kldload.c
107
if (!found) {
sbin/kldload/kldload.c
58
int found;
sbin/kldload/kldload.c
67
found = 0;
sbin/kldload/kldload.c
94
found = 1;
sbin/mount/mount.c
506
int negative, found;
sbin/mount/mount.c
515
found = 0;
sbin/mount/mount.c
519
found = negative;
sbin/mount/mount.c
521
found = !negative;
sbin/mount/mount.c
524
return (found);
sbin/nvmecontrol/devlist.c
233
int ctrlr, found;
sbin/nvmecontrol/devlist.c
239
found = 0;
sbin/nvmecontrol/devlist.c
244
found++;
sbin/nvmecontrol/devlist.c
247
if (found == 0) {
sbin/pfctl/parse.y
6349
u_int8_t found = 0;
sbin/pfctl/parse.y
6372
found++;
sbin/pfctl/parse.y
6450
(found == 1 && interface->ifname[0] == 0) ||
sbin/pfctl/parse.y
6451
(found > 0 && interface->ifname[0] != 0))) {
sbin/pfctl/parse.y
6473
if (!found) {
sbin/pfctl/pf_ruleset.c
146
struct pfctl_anchor *key, *found;
sbin/pfctl/pf_ruleset.c
152
found = RB_FIND(pfctl_anchor_global, &V_pf_anchors, key);
sbin/pfctl/pf_ruleset.c
154
return (found);
sbin/pfctl/pfctl_optimize.c
1025
int i, found;
sbin/pfctl/pfctl_optimize.c
1031
found = 0;
sbin/pfctl/pfctl_optimize.c
1037
found = 1;
sbin/pfctl/pfctl_optimize.c
1041
} while (!found && (sk = TAILQ_NEXT(sk, ps_entry)));
sbin/pfctl/pfctl_optimize.c
1042
if (found && sk) {
sbin/pfctl/pfctl_osfp.c
344
goto found;
sbin/pfctl/pfctl_osfp.c
370
goto found;
sbin/pfctl/pfctl_osfp.c
408
goto found;
sbin/pfctl/pfctl_osfp.c
416
found:
sbin/pfctl/pfctl_osfp.c
478
goto found;
sbin/pfctl/pfctl_osfp.c
484
goto found;
sbin/pfctl/pfctl_osfp.c
490
goto found;
sbin/pfctl/pfctl_osfp.c
505
found:
stand/common/console.c
251
int cons, found, failed;
stand/common/console.c
255
found = failed = 0;
stand/common/console.c
264
found++;
stand/common/console.c
271
if (found == 0)
stand/common/console.c
274
if (found == 0 && failed != 0) {
stand/common/console.c
280
return (found);
stand/common/gfx_fb.c
2357
goto found;
stand/common/gfx_fb.c
2362
found:
stand/common/module.c
1176
int *intp, bestver, blen, clen, found, ival, modnamelen, reclen;
stand/common/module.c
1180
found = 0;
stand/common/module.c
1189
while (recptr < bufend && !found) {
stand/common/module.c
1205
found = 1;
stand/common/module.c
1224
if (found)
stand/common/module.c
1233
if (!found && !bestver && result == NULL)
stand/common/module.c
1344
int ival, len, ents, i, notme, mask, bit, v, found;
stand/common/module.c
1349
found = 0;
stand/common/module.c
1354
while (walker < hints_end && !found) {
stand/common/module.c
1491
found++;
stand/common/module.c
1500
if (pnp_unbound_flag && found == 0 && *pnpinfo) {
stand/common/module.c
1508
if (found != 0)
stand/kboot/kboot/hostdisk.c
538
bool found = false;
stand/kboot/kboot/hostdisk.c
546
found = true;
stand/kboot/kboot/hostdisk.c
552
return (found);
stand/libsa/gpt.c
108
goto found;
stand/libsa/gpt.c
131
goto found;
stand/libsa/gpt.c
145
goto found;
stand/libsa/gpt.c
157
goto found;
stand/libsa/gpt.c
161
found:
stand/libsa/zfs/zfsimpl.c
204
int i, found;
stand/libsa/zfs/zfsimpl.c
207
found = 0;
stand/libsa/zfs/zfsimpl.c
212
found = 1;
stand/libsa/zfs/zfsimpl.c
217
if (!found) {
sys/amd64/vmm/vmm.c
1623
bool found;
sys/amd64/vmm/vmm.c
1637
found = false;
sys/amd64/vmm/vmm.c
1638
for (i = 0; names[i] != NULL && !found; i++) {
sys/amd64/vmm/vmm.c
1646
found = true;
sys/amd64/vmm/vmm.c
1657
return (found);
sys/arm/allwinner/axp209.c
783
int val, error, i, found;
sys/arm/allwinner/axp209.c
787
for (found = 0, i = 0; i < sc->nsensors; i++) {
sys/arm/allwinner/axp209.c
789
found = 1;
sys/arm/allwinner/axp209.c
794
if (found == 0)
sys/arm/allwinner/axp81x.c
971
int val, i, found, batt_val;
sys/arm/allwinner/axp81x.c
977
for (found = 0, i = 0; i < sc->nsensors; i++) {
sys/arm/allwinner/axp81x.c
979
found = 1;
sys/arm/allwinner/axp81x.c
984
if (found == 0)
sys/arm/arm/gic.c
1051
bool found;
sys/arm/arm/gic.c
1060
found = false;
sys/arm/arm/gic.c
1067
found = true;
sys/arm/arm/gic.c
1073
found = false;
sys/arm/arm/gic.c
1083
found = false;
sys/arm/arm/gic.c
1087
if (found)
sys/arm/arm/gic.c
1092
if (!found || irq == mbi_start + mbi_count) {
sys/arm/broadcom/bcm2835/bcm2838_pci.c
437
goto found;
sys/arm/broadcom/bcm2835/bcm2838_pci.c
448
found:
sys/arm/freescale/imx/imx6_sdma.c
162
int found;
sys/arm/freescale/imx/imx6_sdma.c
167
found = 0;
sys/arm/freescale/imx/imx6_sdma.c
174
found = 1;
sys/arm/freescale/imx/imx6_sdma.c
179
if (!found)
sys/arm/nvidia/tegra_pcie.c
745
bool found;
sys/arm/nvidia/tegra_pcie.c
753
found = false;
sys/arm/nvidia/tegra_pcie.c
760
found = true;
sys/arm/nvidia/tegra_pcie.c
767
found = false;
sys/arm/nvidia/tegra_pcie.c
772
if (found)
sys/arm/nvidia/tegra_pcie.c
777
if (!found || irq == (TEGRA_PCIB_MAX_MSI - 1)) {
sys/arm/xilinx/zy7_gpio.c
226
bool found = false;
sys/arm/xilinx/zy7_gpio.c
231
found = true;
sys/arm/xilinx/zy7_gpio.c
236
return (found);
sys/arm64/arm64/elf_machdep.c
375
bool found;
sys/arm64/arm64/elf_machdep.c
384
found = false;
sys/arm64/arm64/elf_machdep.c
389
found = true;
sys/arm64/arm64/elf_machdep.c
393
if (!found)
sys/arm64/arm64/gic_v3.c
1524
bool found;
sys/arm64/arm64/gic_v3.c
1533
found = false;
sys/arm64/arm64/gic_v3.c
1540
found = true;
sys/arm64/arm64/gic_v3.c
1546
found = false;
sys/arm64/arm64/gic_v3.c
1556
found = false;
sys/arm64/arm64/gic_v3.c
1560
if (found)
sys/arm64/arm64/gic_v3.c
1565
if (!found || irq == mbi_start + mbi_count) {
sys/arm64/spe/arm_spe_acpi.c
118
madt_data.found = false;
sys/arm64/spe/arm_spe_acpi.c
124
if (!madt_data.found || !madt_data.valid)
sys/arm64/spe/arm_spe_acpi.c
62
bool found;
sys/arm64/spe/arm_spe_acpi.c
86
} else if (!madt_data->found) {
sys/arm64/spe/arm_spe_acpi.c
87
madt_data->found = true;
sys/cam/ata/ata_pmp.c
311
pmpfreeze(periph, softc->found);
sys/cam/ata/ata_pmp.c
313
softc->found = 0; /* We have to reset everything. */
sys/cam/ata/ata_pmp.c
323
pmprelease(periph, softc->found);
sys/cam/ata/ata_pmp.c
524
((softc->found & (1 << softc->pm_step)) ? 0 : 1));
sys/cam/ata/ata_pmp.c
703
softc->reset |= ~softc->found;
sys/cam/ata/ata_pmp.c
769
softc->found |= (1 << softc->pm_step);
sys/cam/ata/ata_pmp.c
786
softc->found &= ~(1 << softc->pm_step);
sys/cam/ata/ata_pmp.c
797
if (softc->reset & softc->found) {
sys/cam/ata/ata_pmp.c
824
if ((softc->found & (1 << i)) == 0)
sys/cam/ata/ata_pmp.c
833
if ((softc->reset & softc->found & (1 << i)) != 0)
sys/cam/ata/ata_pmp.c
99
int found;
sys/cam/ata/ata_xpt.c
1330
done_ccb->ccb_h.status = found ? CAM_REQ_CMP : CAM_REQ_CMP_ERR;
sys/cam/ata/ata_xpt.c
737
int changed, found = 1;
sys/cam/ata/ata_xpt.c
834
found = 0;
sys/cam/cam_periph.c
1120
int found;
sys/cam/cam_periph.c
1122
error = found = 0;
sys/cam/cam_periph.c
1140
while (found == 0) {
sys/cam/cam_periph.c
1148
found = 1;
sys/cam/cam_periph.c
1153
(found == 0)) {
sys/cam/cam_xpt.c
2772
bool found;
sys/cam/cam_xpt.c
2774
found = false;
sys/cam/cam_xpt.c
2807
found = true;
sys/cam/cam_xpt.c
2810
if (!found) {
sys/cam/ctl/ctl.c
12936
int found = 0;
sys/cam/ctl/ctl.c
12959
found = 1;
sys/cam/ctl/ctl.c
12964
if (found)
sys/cam/ctl/ctl.c
3592
int found;
sys/cam/ctl/ctl.c
3594
found = 0;
sys/cam/ctl/ctl.c
3605
found = 1;
sys/cam/ctl/ctl.c
3609
if (found == 0) {
sys/cam/ctl/ctl.c
7981
int found = 0;
sys/cam/ctl/ctl.c
8010
found = 1;
sys/cam/ctl/ctl.c
8015
if (!found) {
sys/cam/ctl/ctl.c
8118
int found=0;
sys/cam/ctl/ctl.c
8124
found = 1;
sys/cam/ctl/ctl.c
8130
if (!found) {
sys/cam/ctl/ctl_frontend_iscsi.c
1794
int found = 0;
sys/cam/ctl/ctl_frontend_iscsi.c
1821
found++;
sys/cam/ctl/ctl_frontend_iscsi.c
1825
if (found == 0) {
sys/cam/ctl/ctl_frontend_iscsi.c
1843
int found = 0;
sys/cam/ctl/ctl_frontend_iscsi.c
1871
found++;
sys/cam/ctl/ctl_frontend_iscsi.c
1875
if (found == 0) {
sys/cam/nvme/nvme_xpt.c
314
int found = 1, e, g, len;
sys/cam/nvme/nvme_xpt.c
349
found = 0;
sys/cam/nvme/nvme_xpt.c
486
done_ccb->ccb_h.status = found ? CAM_REQ_CMP : CAM_REQ_CMP_ERR;
sys/cam/scsi/scsi_cd.c
2711
int frozen, found;
sys/cam/scsi/scsi_cd.c
2733
found = 0;
sys/cam/scsi/scsi_cd.c
2737
found = 1;
sys/cam/scsi/scsi_cd.c
2747
if (found == 0) {
sys/cddl/dev/fbt/aarch64/fbt_isa.c
126
goto found;
sys/cddl/dev/fbt/aarch64/fbt_isa.c
149
found:
sys/cddl/dev/kinst/aarch64/kinst_isa.c
299
bool ldxstx_block, found;
sys/cddl/dev/kinst/aarch64/kinst_isa.c
325
found = false;
sys/cddl/dev/kinst/aarch64/kinst_isa.c
333
found = true;
sys/cddl/dev/kinst/aarch64/kinst_isa.c
334
for (; !found && tmp < limit; tmp++) {
sys/cddl/dev/kinst/aarch64/kinst_isa.c
348
found = true;
sys/cddl/dev/kinst/aarch64/kinst_isa.c
352
found = true;
sys/cddl/dev/kinst/aarch64/kinst_isa.c
355
if (!found)
sys/compat/linux/linux_misc.c
2757
int error, found;
sys/compat/linux/linux_misc.c
2762
found = 0;
sys/compat/linux/linux_misc.c
2790
found++;
sys/compat/linux/linux_misc.c
2813
found++;
sys/compat/linux/linux_misc.c
2831
found++;
sys/compat/linux/linux_misc.c
2843
if (found != 0)
sys/compat/linuxkpi/common/include/linux/sysfs.h
196
int found;
sys/compat/linuxkpi/common/include/linux/sysfs.h
200
found = 0;
sys/compat/linuxkpi/common/include/linux/sysfs.h
205
found = 1;
sys/compat/linuxkpi/common/include/linux/sysfs.h
209
found = 1;
sys/compat/linuxkpi/common/include/linux/sysfs.h
213
if (!found)
sys/compat/linuxkpi/common/src/linux_pci.c
1165
struct device *found;
sys/compat/linuxkpi/common/src/linux_pci.c
1167
found = NULL;
sys/compat/linuxkpi/common/src/linux_pci.c
1172
found = &pdev->dev;
sys/compat/linuxkpi/common/src/linux_pci.c
1177
return (found);
sys/compat/linuxkpi/common/src/linux_pci.c
311
struct pci_dev *pdev, *found;
sys/compat/linuxkpi/common/src/linux_pci.c
313
found = NULL;
sys/compat/linuxkpi/common/src/linux_pci.c
325
found = pdev;
sys/compat/linuxkpi/common/src/linux_pci.c
329
pci_dev_get(found);
sys/compat/linuxkpi/common/src/linux_pci.c
332
return (found);
sys/compat/linuxkpi/common/src/linux_xarray.c
418
bool found;
sys/compat/linuxkpi/common/src/linux_xarray.c
429
found = radix_tree_iter_find(&xa->xa_head, &iter, &ppslot, 0);
sys/compat/linuxkpi/common/src/linux_xarray.c
430
if (likely(found)) {
sys/ddb/db_watch.c
251
db_watchpoint_t found = 0;
sys/ddb/db_watch.c
262
found = watch;
sys/ddb/db_watch.c
271
if (found) {
sys/dev/aac/aac.c
3220
int next, current, found;
sys/dev/aac/aac.c
3260
found = 0;
sys/dev/aac/aac.c
3267
found = 1;
sys/dev/aac/aac.c
3275
if (found) {
sys/dev/aac/aac.c
3708
int i, found, error;
sys/dev/aac/aac.c
3772
found = 0;
sys/dev/aac/aac.c
3804
found = 1;
sys/dev/aac/aac.c
3807
if (found)
sys/dev/aacraid/aacraid.c
3126
int next, current, found;
sys/dev/aacraid/aacraid.c
3167
found = 0;
sys/dev/aacraid/aacraid.c
3174
found = 1;
sys/dev/aacraid/aacraid.c
3182
if (found) {
sys/dev/acpica/acpi_apei.c
586
int *found = (int *)status;
sys/dev/acpica/acpi_apei.c
591
*found = 1;
sys/dev/acpica/acpi_apei.c
602
int found;
sys/dev/acpica/acpi_apei.c
620
found = 0;
sys/dev/acpica/acpi_apei.c
622
100, apei_find, NULL, NULL, (void *)&found);
sys/dev/acpica/acpi_apei.c
623
if (found)
sys/dev/acpica/acpi_pxm.c
391
int found, i, j;
sys/dev/acpica/acpi_pxm.c
394
found = 0;
sys/dev/acpica/acpi_pxm.c
399
found++;
sys/dev/acpica/acpi_pxm.c
401
if (!found) {
sys/dev/acpica/acpi_pxm.c
409
found = 0;
sys/dev/acpica/acpi_pxm.c
410
for (j = 0; j < num_mem && !found; j++) {
sys/dev/acpica/acpi_pxm.c
412
found = 1;
sys/dev/acpica/acpi_pxm.c
414
if (!found) {
sys/dev/acpica/acpi_resource.c
108
found = true;
sys/dev/acpica/acpi_resource.c
119
if (!found)
sys/dev/acpica/acpi_resource.c
127
req->found = 1;
sys/dev/acpica/acpi_resource.c
146
req.found = 0;
sys/dev/acpica/acpi_resource.c
150
if (ACPI_SUCCESS(status) && req.found == 0)
sys/dev/acpica/acpi_resource.c
202
req.found = 0;
sys/dev/acpica/acpi_resource.c
209
if (req.found != 0) {
sys/dev/acpica/acpi_resource.c
62
int found;
sys/dev/acpica/acpi_resource.c
86
bool found;
sys/dev/acpica/acpi_resource.c
88
found = false;
sys/dev/acpica/acpi_resource.c
96
found = true;
sys/dev/ae/if_ae.c
1001
if (found < 2)
sys/dev/ae/if_ae.c
956
int found;
sys/dev/ae/if_ae.c
975
for (i = 0, found = 0; i < AE_VPD_NREGS; i++) {
sys/dev/ae/if_ae.c
998
found++;
sys/dev/ahci/ahci.c
2606
int timeout, timeoutslot, found = 0;
sys/dev/ahci/ahci.c
2616
found = 1;
sys/dev/ahci/ahci.c
2628
if (found == 0 && timeout >= 100)
sys/dev/ahci/ahci.c
2632
if (timeout >= timeoutslot || !found) {
sys/dev/aic7xxx/aic79xx.c
2204
int found;
sys/dev/aic7xxx/aic79xx.c
2239
found = ahd_abort_scbs(ahd, target, 'A', saved_lun,
sys/dev/aic7xxx/aic79xx.c
2242
printf("found == 0x%x\n", found);
sys/dev/aic7xxx/aic79xx.c
2446
int found;
sys/dev/aic7xxx/aic79xx.c
2507
found = ahd_reset_channel(ahd, 'A', TRUE);
sys/dev/aic7xxx/aic79xx.c
2509
"%d SCBs aborted\n", ahd_name(ahd), 'A', found);
sys/dev/aic7xxx/aic79xx.c
4210
int found;
sys/dev/aic7xxx/aic79xx.c
4213
found = FALSE;
sys/dev/aic7xxx/aic79xx.c
4225
found = TRUE;
sys/dev/aic7xxx/aic79xx.c
4227
found = TRUE;
sys/dev/aic7xxx/aic79xx.c
4241
found = TRUE;
sys/dev/aic7xxx/aic79xx.c
4245
if (found)
sys/dev/aic7xxx/aic79xx.c
4248
return (found);
sys/dev/aic7xxx/aic79xx.c
5068
int found;
sys/dev/aic7xxx/aic79xx.c
5070
found = ahd_abort_scbs(ahd, devinfo->target, devinfo->channel,
sys/dev/aic7xxx/aic79xx.c
5122
message, devinfo->channel, devinfo->target, found);
sys/dev/aic7xxx/aic79xx.c
5907
goto found;
sys/dev/aic7xxx/aic79xx.c
5924
found:
sys/dev/aic7xxx/aic79xx.c
7383
int found;
sys/dev/aic7xxx/aic79xx.c
7405
found = 0;
sys/dev/aic7xxx/aic79xx.c
7434
found++;
sys/dev/aic7xxx/aic79xx.c
7515
found += ahd_search_scb_list(ahd, target, channel,
sys/dev/aic7xxx/aic79xx.c
7529
found++;
sys/dev/aic7xxx/aic79xx.c
7591
return (found);
sys/dev/aic7xxx/aic79xx.c
7604
int found;
sys/dev/aic7xxx/aic79xx.c
7607
found = 0;
sys/dev/aic7xxx/aic79xx.c
7633
found++;
sys/dev/aic7xxx/aic79xx.c
7652
if (found > AHD_SCB_MAX)
sys/dev/aic7xxx/aic79xx.c
7657
ahd_outw(ahd, CMDS_PENDING, ahd_inw(ahd, CMDS_PENDING) - found);
sys/dev/aic7xxx/aic79xx.c
7658
return (found);
sys/dev/aic7xxx/aic79xx.c
7758
int found;
sys/dev/aic7xxx/aic79xx.c
7765
found = ahd_search_qinfifo(ahd, target, channel, lun, SCB_LIST_NULL,
sys/dev/aic7xxx/aic79xx.c
7835
found++;
sys/dev/aic7xxx/aic79xx.c
7841
return found;
sys/dev/aic7xxx/aic79xx.c
7881
int found;
sys/dev/aic7xxx/aic79xx.c
7950
found = ahd_abort_scbs(ahd, CAM_TARGET_WILDCARD, channel,
sys/dev/aic7xxx/aic79xx.c
8023
return (found);
sys/dev/aic7xxx/aic79xx.c
9245
int found;
sys/dev/aic7xxx/aic79xx.c
9313
found = ahd_reset_channel(ahd, channel,
sys/dev/aic7xxx/aic79xx.c
9317
found);
sys/dev/aic7xxx/aic79xx.c
9475
int found;
sys/dev/aic7xxx/aic79xx.c
9485
found = 0;
sys/dev/aic7xxx/aic79xx.c
9490
found++;
sys/dev/aic7xxx/aic79xx.c
9499
found++;
sys/dev/aic7xxx/aic79xx.c
9506
if (found != 0)
sys/dev/aic7xxx/aic79xx.c
9513
return (found != 0);
sys/dev/aic7xxx/aic79xx_osm.c
1168
int found;
sys/dev/aic7xxx/aic79xx_osm.c
1171
found = 0;
sys/dev/aic7xxx/aic79xx_osm.c
1173
found = 1;
sys/dev/aic7xxx/aic79xx_osm.c
1183
found = 1;
sys/dev/aic7xxx/aic79xx_osm.c
1194
if (found) {
sys/dev/aic7xxx/aic79xx_osm.c
665
int found;
sys/dev/aic7xxx/aic79xx_osm.c
667
found = ahd_reset_channel(ahd, SIM_CHANNEL(ahd, sim),
sys/dev/aic7xxx/aic79xx_osm.c
672
"%d SCBs aborted.\n", found);
sys/dev/aic7xxx/aic7xxx.c
2551
int found;
sys/dev/aic7xxx/aic7xxx.c
2607
found = ahc_reset_channel(ahc, 'A', TRUE);
sys/dev/aic7xxx/aic7xxx.c
2609
"%d SCBs aborted\n", ahc_name(ahc), 'A', found);
sys/dev/aic7xxx/aic7xxx.c
3015
int found;
sys/dev/aic7xxx/aic7xxx.c
3018
found = FALSE;
sys/dev/aic7xxx/aic7xxx.c
3030
found = TRUE;
sys/dev/aic7xxx/aic7xxx.c
3032
found = TRUE;
sys/dev/aic7xxx/aic7xxx.c
3044
found = TRUE;
sys/dev/aic7xxx/aic7xxx.c
3048
if (found)
sys/dev/aic7xxx/aic7xxx.c
3051
return (found);
sys/dev/aic7xxx/aic7xxx.c
3792
int found;
sys/dev/aic7xxx/aic7xxx.c
3794
found = ahc_abort_scbs(ahc, devinfo->target, devinfo->channel,
sys/dev/aic7xxx/aic7xxx.c
3835
message, devinfo->channel, devinfo->target, found);
sys/dev/aic7xxx/aic7xxx.c
5399
int found;
sys/dev/aic7xxx/aic7xxx.c
5410
found = 0;
sys/dev/aic7xxx/aic7xxx.c
5440
found++;
sys/dev/aic7xxx/aic7xxx.c
5480
&& (found != 0)
sys/dev/aic7xxx/aic7xxx.c
5498
found, qinstart, ahc->qinfifonext);
sys/dev/aic7xxx/aic7xxx.c
5552
found++;
sys/dev/aic7xxx/aic7xxx.c
5587
found += ahc_search_untagged_queues(ahc, /*aic_io_ctx_t*/NULL, target,
sys/dev/aic7xxx/aic7xxx.c
5592
return (found);
sys/dev/aic7xxx/aic7xxx.c
5602
int found;
sys/dev/aic7xxx/aic7xxx.c
5613
found = 0;
sys/dev/aic7xxx/aic7xxx.c
5657
found++;
sys/dev/aic7xxx/aic7xxx.c
5685
return (found);
sys/dev/aic7xxx/aic7xxx.c
5863
int found;
sys/dev/aic7xxx/aic7xxx.c
5874
found = ahc_search_qinfifo(ahc, target, channel, lun, SCB_LIST_NULL,
sys/dev/aic7xxx/aic7xxx.c
5973
found++;
sys/dev/aic7xxx/aic7xxx.c
5979
return found;
sys/dev/aic7xxx/aic7xxx.c
6009
int found;
sys/dev/aic7xxx/aic7xxx.c
6103
found = ahc_abort_scbs(ahc, CAM_TARGET_WILDCARD, channel,
sys/dev/aic7xxx/aic7xxx.c
6163
return found;
sys/dev/aic7xxx/aic7xxx.c
6898
int found;
sys/dev/aic7xxx/aic7xxx.c
6907
found = 0;
sys/dev/aic7xxx/aic7xxx.c
6912
found++;
sys/dev/aic7xxx/aic7xxx.c
6921
found++;
sys/dev/aic7xxx/aic7xxx.c
6929
if (found != 0)
sys/dev/aic7xxx/aic7xxx.c
6936
return (found != 0);
sys/dev/aic7xxx/aic7xxx.c
6950
int found;
sys/dev/aic7xxx/aic7xxx.c
7010
found = ahc_reset_channel(ahc, channel,
sys/dev/aic7xxx/aic7xxx.c
7014
found);
sys/dev/aic7xxx/aic7xxx_osm.c
1227
int found;
sys/dev/aic7xxx/aic7xxx_osm.c
1230
found = 0;
sys/dev/aic7xxx/aic7xxx_osm.c
1232
found = 1;
sys/dev/aic7xxx/aic7xxx_osm.c
1242
found = 1;
sys/dev/aic7xxx/aic7xxx_osm.c
1253
if (found) {
sys/dev/aic7xxx/aic7xxx_osm.c
754
int found;
sys/dev/aic7xxx/aic7xxx_osm.c
756
found = ahc_reset_channel(ahc, SIM_CHANNEL(ahc, sim),
sys/dev/aic7xxx/aic7xxx_osm.c
761
"%d SCBs aborted.\n", found);
sys/dev/ata/chipsets/ata-sis.c
104
int found = 0;
sys/dev/ata/chipsets/ata-sis.c
120
found = 1;
sys/dev/ata/chipsets/ata-sis.c
129
if (idx->cfg2 && !found) {
sys/dev/ata/chipsets/ata-sis.c
134
found = 1;
sys/dev/ata/chipsets/ata-sis.c
147
if (!found)
sys/dev/atkbdc/psm.c
7410
goto found;
sys/dev/atkbdc/psm.c
7433
found:
sys/dev/bge/if_bge.c
5053
int found;
sys/dev/bge/if_bge.c
5063
for (n = m, found = 0; n != NULL; n = n->m_next) {
sys/dev/bge/if_bge.c
5065
found++;
sys/dev/bge/if_bge.c
5066
if (found > 1)
sys/dev/bge/if_bge.c
5070
found = 0;
sys/dev/bge/if_bge.c
5073
if (found > 1) {
sys/dev/bhnd/bcma/bcma_erom.c
219
bool found;
sys/dev/bhnd/bcma/bcma_erom.c
239
found = false;
sys/dev/bhnd/bcma/bcma_erom.c
257
found = true;
sys/dev/bhnd/bcma/bcma_erom.c
266
if (!found)
sys/dev/bhnd/bcma/bcma_erom.c
271
found = false;
sys/dev/bhnd/bcma/bcma_erom.c
293
found = true;
sys/dev/bhnd/bcma/bcma_erom.c
320
if (!found)
sys/dev/bhnd/bhndb/bhndb.c
190
bool found;
sys/dev/bhnd/bhndb/bhndb.c
193
found = false;
sys/dev/bhnd/bhndb/bhndb.c
204
found = true;
sys/dev/bhnd/bhndb/bhndb.c
208
if (!found)
sys/dev/bnxt/bnxt_en/bnxt_auxbus_compat.c
103
found = false;
sys/dev/bnxt/bnxt_en/bnxt_auxbus_compat.c
109
if (found)
sys/dev/bnxt/bnxt_en/bnxt_auxbus_compat.c
89
bool found = true;
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1859
bool found = false;
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1863
if (found)
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1866
found = true;
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1870
if (!found)
sys/dev/bwi/bwirf.c
1565
int found, loop_count, adjust_state;
sys/dev/bwi/bwirf.c
1577
found = 0;
sys/dev/bwi/bwirf.c
1615
found = 1;
sys/dev/bwi/bwirf.c
1626
} while (loop_count-- && found);
sys/dev/cxgbe/common/t4_hw.c
10952
goto found;
sys/dev/cxgbe/common/t4_hw.c
11040
found:
sys/dev/cxgbe/cudbg/cudbg_lib.c
1768
u32 i, idx, found = 0;
sys/dev/cxgbe/cudbg/cudbg_lib.c
1790
found++;
sys/dev/cxgbe/cudbg/cudbg_lib.c
1818
found++;
sys/dev/cxgbe/cudbg/cudbg_lib.c
1829
found++;
sys/dev/cxgbe/cudbg/cudbg_lib.c
1832
if (found == nelem)
sys/dev/cxgbe/cudbg/cudbg_lib.c
2472
u32 i, idx, found = 0;
sys/dev/cxgbe/cudbg/cudbg_lib.c
2496
found = 1;
sys/dev/cxgbe/cudbg/cudbg_lib.c
2502
if (!found)
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
1316
goto found;
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
1319
found:
sys/dev/cxgbe/t4_clip.c
485
bool found;
sys/dev/cxgbe/t4_clip.c
545
found = false;
sys/dev/cxgbe/t4_clip.c
548
found = true;
sys/dev/cxgbe/t4_clip.c
552
if (found)
sys/dev/cxgbe/t4_l2t.c
84
goto found;
sys/dev/cxgbe/t4_l2t.c
88
found:
sys/dev/cxgbe/t4_smt.c
94
goto found;
sys/dev/cxgbe/t4_smt.c
98
found:
sys/dev/cxgbe/tom/t4_listen.c
1393
goto found;
sys/dev/cxgbe/tom/t4_listen.c
1396
found:
sys/dev/cxgbe/tom/t4_listen.c
704
goto found;
sys/dev/cxgbe/tom/t4_listen.c
708
found:
sys/dev/cxgbe/tom/t4_tom_l2t.c
441
goto found;
sys/dev/cxgbe/tom/t4_tom_l2t.c
458
found:
sys/dev/dpaa2/dpaa2_ni.c
2487
bool found = false;
sys/dev/dpaa2/dpaa2_ni.c
2501
found = true;
sys/dev/dpaa2/dpaa2_ni.c
2505
if (found) {
sys/dev/drm2/drm_bufs.c
513
int found = 0;
sys/dev/drm2/drm_bufs.c
524
found = 1;
sys/dev/drm2/drm_bufs.c
529
if (!found)
sys/dev/drm2/drm_crtc.c
2384
int found = 0;
sys/dev/drm2/drm_crtc.c
2400
found = 1;
sys/dev/drm2/drm_crtc.c
2402
if (!found) {
sys/dev/drm2/drm_crtc.c
2616
int found = 0;
sys/dev/drm2/drm_crtc.c
2624
found = 1;
sys/dev/drm2/drm_crtc.c
2629
if (!found)
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
642
struct dma_pool *pool, *tmp, *found = NULL;
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
645
return found;
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
661
found = pool;
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
664
return found;
sys/dev/firewire/firewire.c
947
goto found;
sys/dev/firewire/firewire.c
954
found:
sys/dev/firewire/fwdev.c
920
goto found;
sys/dev/firewire/fwdev.c
923
found:
sys/dev/firewire/sbp_targ.c
1542
goto found;
sys/dev/firewire/sbp_targ.c
1547
found:
sys/dev/firewire/sbp_targ.c
577
goto found;
sys/dev/firewire/sbp_targ.c
581
found:
sys/dev/firewire/sbp_targ.c
889
int found;
sys/dev/firewire/sbp_targ.c
906
found = 0;
sys/dev/firewire/sbp_targ.c
908
found = 1;
sys/dev/firewire/sbp_targ.c
916
found = 1;
sys/dev/firewire/sbp_targ.c
924
if (found) {
sys/dev/flash/mx25l.c
456
goto found;
sys/dev/flash/mx25l.c
464
goto found;
sys/dev/flash/mx25l.c
467
found:
sys/dev/flash/n25q.c
258
goto found;
sys/dev/flash/n25q.c
266
goto found;
sys/dev/flash/n25q.c
269
found:
sys/dev/flash/w25n.c
347
goto found;
sys/dev/flash/w25n.c
355
goto found;
sys/dev/flash/w25n.c
358
found:
sys/dev/hid/hid.c
909
int found;
sys/dev/hid/hid.c
916
found = 0;
sys/dev/hid/hid.c
938
found++;
sys/dev/hid/hid.c
942
found++;
sys/dev/hid/hid.c
949
return (found);
sys/dev/hid/hid.c
980
bool found;
sys/dev/hid/hid.c
993
found = (hid_test_quirk_p) (dev_info, quirk);
sys/dev/hid/hid.c
995
return (found);
sys/dev/hid/hidmap.c
189
bool found, do_sync = false;
sys/dev/hid/hidmap.c
303
found = false;
sys/dev/hid/hidmap.c
308
found = true;
sys/dev/hid/hidmap.c
312
if (!found)
sys/dev/hid/hidmap.c
389
bool found = false;
sys/dev/hid/hidmap.c
424
found = true;
sys/dev/hid/hidmap.c
427
return (found);
sys/dev/hid/hidmap.c
434
found = true;
sys/dev/hid/hidmap.c
439
return (found);
sys/dev/hid/hidmap.c
545
bool found = false;
sys/dev/hid/hidmap.c
611
found = true;
sys/dev/hid/hidmap.c
614
if (!found)
sys/dev/hid/hidmap.c
631
found = true;
sys/dev/hid/hidmap.c
636
if (!found)
sys/dev/hptmv/gui_lib.c
453
goto found;
sys/dev/hptmv/gui_lib.c
458
found:
sys/dev/hwpmc/hwpmc_mod.c
461
int found;
sys/dev/hwpmc/hwpmc_mod.c
519
found = 0;
sys/dev/hwpmc/hwpmc_mod.c
522
tmp |= found = (1 << PMC_DEBUG_MIN_ ## F)
sys/dev/hwpmc/hwpmc_mod.c
526
tmp = found = ~0;
sys/dev/hwpmc/hwpmc_mod.c
561
if (found == 0) {
sys/dev/hyperv/pcib/vmbus_pcib.c
726
bool found;
sys/dev/hyperv/pcib/vmbus_pcib.c
760
found = false;
sys/dev/hyperv/pcib/vmbus_pcib.c
771
found = true;
sys/dev/hyperv/pcib/vmbus_pcib.c
777
if (!found) {
sys/dev/ice/ice_common.c
2500
bool found = true;
sys/dev/ice/ice_common.c
2738
found = false;
sys/dev/ice/ice_common.c
2741
return found;
sys/dev/ice/ice_common.c
2846
bool found;
sys/dev/ice/ice_common.c
2848
found = ice_parse_common_caps(hw, &func_p->common_cap,
sys/dev/ice/ice_common.c
2860
if (!found)
sys/dev/ice/ice_common.c
3005
bool found;
sys/dev/ice/ice_common.c
3007
found = ice_parse_common_caps(hw, &dev_p->common_cap,
sys/dev/ice/ice_common.c
3028
if (!found)
sys/dev/ice/ice_sched.c
4014
bool found = false;
sys/dev/ice/ice_sched.c
4047
found = true;
sys/dev/ice/ice_sched.c
4051
if (found) {
sys/dev/iicbus/adc/ads111x.c
429
bool found;
sys/dev/iicbus/adc/ads111x.c
458
found = false;
sys/dev/iicbus/adc/ads111x.c
463
found = true;
sys/dev/iicbus/adc/ads111x.c
466
found = true;
sys/dev/iicbus/adc/ads111x.c
467
if (found) {
sys/dev/ips/ips.c
505
int found = 0;
sys/dev/ips/ips.c
521
found = 1;
sys/dev/ips/ips.c
523
return (found);
sys/dev/iscsi/iscsi.c
2096
bool found = false;
sys/dev/iscsi/iscsi.c
2105
found = true;
sys/dev/iscsi/iscsi.c
2113
if (!found)
sys/dev/iwm/if_iwm_notif_wait.c
130
int found = FALSE;
sys/dev/iwm/if_iwm_notif_wait.c
144
found = TRUE;
sys/dev/iwm/if_iwm_notif_wait.c
148
if (!found)
sys/dev/ixgbe/ixgbe_e610.c
693
bool found = true;
sys/dev/ixgbe/ixgbe_e610.c
785
found = false;
sys/dev/ixgbe/ixgbe_e610.c
788
return found;
sys/dev/ixgbe/ixgbe_e610.c
935
bool found;
sys/dev/ixgbe/ixgbe_e610.c
937
found = ixgbe_parse_common_caps(hw, &dev_p->common_cap,
sys/dev/ixgbe/ixgbe_e610.c
956
if (!found)
sys/dev/mfi/mfi.c
1366
int error, i, found;
sys/dev/mfi/mfi.c
1401
found = 0;
sys/dev/mfi/mfi.c
1404
found = 1;
sys/dev/mfi/mfi.c
1408
found = 1;
sys/dev/mfi/mfi.c
1410
if (found == 0)
sys/dev/mfi/mfi.c
1415
found = 0;
sys/dev/mfi/mfi.c
1418
found = 1;
sys/dev/mfi/mfi.c
1422
if (found == 0) {
sys/dev/mii/brgphy.c
183
int found, i;
sys/dev/mii/brgphy.c
185
found = 0;
sys/dev/mii/brgphy.c
188
return (found);
sys/dev/mii/brgphy.c
193
found++;
sys/dev/mii/brgphy.c
198
return (found);
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
709
goto found;
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
714
found:
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
430
bool found;
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
475
found = false;
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
490
found = true;
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
493
if (!found) {
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
559
bool found;
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
603
found = false;
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
606
found = true;
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
610
if (found) {
sys/dev/mlx4/mlx4_core/mlx4_mr.c
62
goto found;
sys/dev/mlx4/mlx4_core/mlx4_mr.c
68
found:
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c
687
bool found;
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c
693
found = false;
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c
696
found = true;
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c
700
if (!found)
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c
708
found = false;
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c
712
found = true;
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c
716
if (!found) {
sys/dev/mlx4/mlx4_ib/mlx4_ib_doorbell.c
54
goto found;
sys/dev/mlx4/mlx4_ib/mlx4_ib_doorbell.c
74
found:
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
265
int free = -1, found = -1;
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
285
found = i;
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
292
if (found < 0) {
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
309
struct gid_cache_context *ctx = port_gid_table->gids[found].ctx;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
823
goto found;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
856
goto found;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
868
found:
sys/dev/mlx5/mlx5_core/eswitch.h
55
bool found = false; \
sys/dev/mlx5/mlx5_core/eswitch.h
60
found = true; \
sys/dev/mlx5/mlx5_core/eswitch.h
63
if (!found) \
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
3336
bool found = false;
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
3342
found = true;
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
3347
if (!found) {
sys/dev/mlx5/mlx5_ib/mlx5_ib_doorbell.c
52
goto found;
sys/dev/mlx5/mlx5_ib/mlx5_ib_doorbell.c
72
found:
sys/dev/mmc/mmcspi.c
857
boolean_t found;
sys/dev/mmc/mmcspi.c
882
found = false;
sys/dev/mmc/mmcspi.c
899
found = true;
sys/dev/mmc/mmcspi.c
919
found = true;
sys/dev/mmc/mmcspi.c
937
if (!found) {
sys/dev/mmc/mmcspi.c
949
} while (!found);
sys/dev/mthca/mthca_memfree.c
603
goto found;
sys/dev/mthca/mthca_memfree.c
643
found:
sys/dev/mthca/mthca_mr.c
103
found:
sys/dev/mthca/mthca_mr.c
97
goto found;
sys/dev/mvs/mvs.c
2157
int timeout, found = 0;
sys/dev/mvs/mvs.c
2163
found = 1;
sys/dev/mvs/mvs.c
2175
if (found == 0 && timeout >= 100)
sys/dev/mvs/mvs.c
2179
if (timeout >= 1000 || !found) {
sys/dev/netmap/netmap.c
3783
int found = 0;
sys/dev/netmap/netmap.c
3816
found = kring->rcur != kring->rtail;
sys/dev/netmap/netmap.c
3818
if (found) { /* notify other listeners */
sys/dev/netmap/netmap.c
3845
int found = 0;
sys/dev/netmap/netmap.c
3877
found = kring->rcur != kring->rtail;
sys/dev/netmap/netmap.c
3879
if (found) {
sys/dev/netmap/netmap_pipe.c
744
goto found;
sys/dev/netmap/netmap_pipe.c
838
found:
sys/dev/nfe/if_nfe.c
341
int found;
sys/dev/nfe/if_nfe.c
343
found = 0;
sys/dev/nfe/if_nfe.c
348
found = 1;
sys/dev/nfe/if_nfe.c
355
return (found);
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
1138
bool found, match;
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
1142
found = false;
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
1161
found = true;
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
1167
if (!found) {
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
201
goto found;
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
208
found:
sys/dev/nvmf/host/nvmf_ctldev.c
69
bool found;
sys/dev/nvmf/host/nvmf_ctldev.c
71
found = false;
sys/dev/nvmf/host/nvmf_ctldev.c
92
found = true;
sys/dev/nvmf/host/nvmf_ctldev.c
96
if (error == 0 && !found)
sys/dev/ocs_fc/ocs_sport.c
1096
int found = 0;
sys/dev/ocs_fc/ocs_sport.c
1128
found = 1;
sys/dev/ocs_fc/ocs_sport.c
1132
if (found) {
sys/dev/pci/pci.c
2502
bool found = false;
sys/dev/pci/pci.c
2523
found = true;
sys/dev/pci/pci.c
2526
return (found ? 0 : ENOENT);
sys/dev/pci/pci.c
520
bool found = false;
sys/dev/pci/pci.c
523
if (from != NULL && found == false) {
sys/dev/pci/pci.c
526
found = true;
sys/dev/pci/pci.c
542
bool found = false;
sys/dev/pci/pci.c
545
if (from != NULL && found == false) {
sys/dev/pci/pci.c
548
found = true;
sys/dev/pci/pci_host_generic_acpi.c
229
int found, val;
sys/dev/pci/pci_host_generic_acpi.c
237
found = FALSE;
sys/dev/pci/pci_host_generic_acpi.c
240
while (mcfg_entry < mcfg_end && !found) {
sys/dev/pci/pci_host_generic_acpi.c
244
found = TRUE;
sys/dev/pci/pci_host_generic_acpi.c
248
if (found) {
sys/dev/pci/vga_pci.c
170
int i, rid, found;
sys/dev/pci/vga_pci.c
224
for (found = i = 0; i < hz; i++) {
sys/dev/pci/vga_pci.c
225
found = (bios[0] == 0x55 && bios[1] == 0xaa);
sys/dev/pci/vga_pci.c
226
if (found)
sys/dev/pci/vga_pci.c
230
if (found)
sys/dev/pci/vga_pci.c
257
for (found = i = 0; i < 3*hz; i++) {
sys/dev/pci/vga_pci.c
258
found = (bios[0] == 0x55 && bios[1] == 0xaa);
sys/dev/pci/vga_pci.c
259
if (found)
sys/dev/pci/vga_pci.c
263
if (found)
sys/dev/pms/RefTisa/discovery/dm/dmdisc.c
4246
bit32 found = agFALSE;
sys/dev/pms/RefTisa/discovery/dm/dmdisc.c
4271
found = agTRUE;
sys/dev/pms/RefTisa/discovery/dm/dmdisc.c
4298
found = agTRUE;
sys/dev/pms/RefTisa/discovery/dm/dmdisc.c
4307
if (found == agFALSE)
sys/dev/pms/RefTisa/discovery/dm/dmdisc.c
6670
bit32 found = agFALSE;
sys/dev/pms/RefTisa/discovery/dm/dmdisc.c
6693
found = agTRUE;
sys/dev/pms/RefTisa/discovery/dm/dmdisc.c
6699
if (found == agFALSE)
sys/dev/pms/RefTisa/sallsdk/spc/sainit.c
4272
bit32 found=0;
sys/dev/pms/RefTisa/sallsdk/spc/sainit.c
4277
found=1;
sys/dev/pms/RefTisa/sallsdk/spc/sainit.c
4282
if(!found )
sys/dev/pms/RefTisa/sat/src/smsat.c
1025
found = agTRUE;
sys/dev/pms/RefTisa/sat/src/smsat.c
1037
if (found == agFALSE )
sys/dev/pms/RefTisa/sat/src/smsat.c
990
bit32 found = agFALSE;
sys/dev/pms/RefTisa/sat/src/smsatcb.c
10539
bit32 found = agFALSE;
sys/dev/pms/RefTisa/sat/src/smsatcb.c
10569
found = agTRUE;
sys/dev/pms/RefTisa/sat/src/smsatcb.c
10574
if (found == agFALSE)
sys/dev/pms/RefTisa/tisa/sassata/common/ossacmnapi.c
2502
found = agTRUE;
sys/dev/pms/RefTisa/tisa/sassata/common/ossacmnapi.c
2506
if (found == agTRUE)
sys/dev/pms/RefTisa/tisa/sassata/common/ossacmnapi.c
807
bit32 found = agFALSE;
sys/dev/pms/RefTisa/tisa/sassata/common/tdport.c
5019
bit32 found = agFALSE;
sys/dev/pms/RefTisa/tisa/sassata/common/tdport.c
5060
found = agTRUE;
sys/dev/pms/RefTisa/tisa/sassata/common/tdport.c
5066
if (found == agFALSE)
sys/dev/pms/RefTisa/tisa/sassata/common/tdport.c
5145
bit32 found = agFALSE;
sys/dev/pms/RefTisa/tisa/sassata/common/tdport.c
5172
found = agTRUE;
sys/dev/pms/RefTisa/tisa/sassata/common/tdport.c
5178
if (found == agFALSE)
sys/dev/pms/RefTisa/tisa/sassata/common/tdport.c
6511
bit32 found = agFALSE;
sys/dev/pms/RefTisa/tisa/sassata/common/tdport.c
6529
found = agTRUE;
sys/dev/pms/RefTisa/tisa/sassata/common/tdport.c
6535
if (found == agTRUE)
sys/dev/pms/RefTisa/tisa/sassata/common/tdport.c
6803
bit32 found = agTRUE;
sys/dev/pms/RefTisa/tisa/sassata/common/tdport.c
6841
found = agFALSE;
sys/dev/pms/RefTisa/tisa/sassata/common/tdport.c
6847
if (found == agFALSE)
sys/dev/pms/RefTisa/tisa/sassata/common/tdport.c
7132
bit32 found = agFALSE;
sys/dev/pms/RefTisa/tisa/sassata/common/tdport.c
7159
found = agTRUE;
sys/dev/pms/RefTisa/tisa/sassata/common/tdport.c
7187
found = agTRUE;
sys/dev/pms/RefTisa/tisa/sassata/common/tdport.c
7196
if (found == agFALSE)
sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itddisc.c
1013
found = agTRUE;
sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itddisc.c
1018
if (found == agFALSE)
sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itddisc.c
105
bit32 found = agFALSE;
sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itddisc.c
1127
bit32 found = agFALSE;
sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itddisc.c
1176
found = agTRUE;
sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itddisc.c
1187
if (found == agFALSE)
sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itddisc.c
154
found = agTRUE;
sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itddisc.c
160
if (found == agFALSE)
sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itddisc.c
260
bit32 found = agFALSE;
sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itddisc.c
312
found = agTRUE;
sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itddisc.c
318
if (found == agFALSE)
sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itddisc.c
521
bit32 found = agFALSE;
sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itddisc.c
573
found = agTRUE;
sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itddisc.c
579
if (found == agFALSE)
sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itddisc.c
6697
bit32 found = agFALSE;
sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itddisc.c
6724
found = agTRUE;
sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itddisc.c
6730
if (found == agTRUE)
sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itddisc.c
985
bit32 found = agFALSE;
sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ttdio.c
2212
bit32 found = agFALSE;
sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ttdio.c
2236
found = agTRUE;
sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ttdio.c
2242
if (found == agFALSE)
sys/dev/pms/RefTisa/tisa/sassata/sata/host/ossasat.c
3625
bit32 found = agFALSE;
sys/dev/pms/RefTisa/tisa/sassata/sata/host/ossasat.c
3642
found = agTRUE;
sys/dev/pms/RefTisa/tisa/sassata/sata/host/ossasat.c
3648
if (found == agFALSE)
sys/dev/pms/RefTisa/tisa/sassata/sata/host/sat.c
17541
bit32 found = agFALSE;
sys/dev/pms/RefTisa/tisa/sassata/sata/host/sat.c
17605
found = agTRUE;
sys/dev/pms/RefTisa/tisa/sassata/sata/host/sat.c
17616
if (found == agFALSE )
sys/dev/pms/freebsd/driver/common/lxencrypt.c
475
int found = 0;
sys/dev/pms/freebsd/driver/common/lxencrypt.c
531
found = 0;
sys/dev/pms/freebsd/driver/common/lxencrypt.c
539
found = 1;
sys/dev/pms/freebsd/driver/common/lxencrypt.c
544
if (!found) {
sys/dev/ppc/ppc.c
1031
goto found;
sys/dev/ppc/ppc.c
1036
found:
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2091
bool found = false;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2094
for (storm_id = 0; storm_id < MAX_DBG_STORMS && !found; storm_id++) {
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2114
found = true;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1929
bool found = false;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1941
found = true;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1948
if (found) {
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1964
bool found = false;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1976
found = true;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1986
found = true;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1992
if (found && listener->state == ECORE_IWARP_LISTENER_STATE_ACTIVE) {
sys/dev/qlnx/qlnxe/ecore_mcp.c
2159
bool found = false;
sys/dev/qlnx/qlnxe/ecore_mcp.c
2172
found = true;
sys/dev/qlnx/qlnxe/ecore_mcp.c
2250
if (!found) {
sys/dev/qlnx/qlnxe/ecore_spq.c
1024
struct ecore_spq_entry *found = OSAL_NULL;
sys/dev/qlnx/qlnxe/ecore_spq.c
1060
found = p_ent;
sys/dev/qlnx/qlnxe/ecore_spq.c
1078
if (!found) {
sys/dev/qlnx/qlnxe/ecore_spq.c
1089
if (found->comp_cb.function)
sys/dev/qlnx/qlnxe/ecore_spq.c
1090
found->comp_cb.function(p_hwfn, found->comp_cb.cookie, p_data,
sys/dev/qlnx/qlnxe/ecore_spq.c
1095
if ((found->comp_mode != ECORE_SPQ_MODE_EBLOCK) ||
sys/dev/qlnx/qlnxe/ecore_spq.c
1096
(found->queue == &p_spq->unlimited_pending))
sys/dev/qlnx/qlnxe/ecore_spq.c
1101
ecore_spq_return_entry(p_hwfn, found);
sys/dev/qlnx/qlnxe/ecore_sriov.c
4043
bool found = false;
sys/dev/qlnx/qlnxe/ecore_sriov.c
4083
found = true;
sys/dev/qlnx/qlnxe/ecore_sriov.c
4087
return found;
sys/dev/qlnx/qlnxr/qlnxr_os.c
925
int found = false;
sys/dev/qlnx/qlnxr/qlnxr_os.c
938
found = true;
sys/dev/qlnx/qlnxr/qlnxr_os.c
944
return found;
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
1033
bool found;
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
1052
found = qlnxr_search_mmap(ucontext, vm_page, len);
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
1053
if (!found) {
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
909
bool found = false;
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
922
found = true;
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
929
mm->key.phy_addr, mm->key.len, uctx, found);
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
931
return found;
sys/dev/sfxge/common/ef10_filter.c
684
goto found;
sys/dev/sfxge/common/ef10_filter.c
688
goto found;
sys/dev/sfxge/common/ef10_filter.c
708
goto found;
sys/dev/sfxge/common/ef10_filter.c
716
found:
sys/dev/sfxge/common/efx_lic.c
479
boolean_t found;
sys/dev/sfxge/common/efx_lic.c
492
found = B_FALSE;
sys/dev/sfxge/common/efx_lic.c
496
found = B_TRUE;
sys/dev/sfxge/common/efx_lic.c
498
return (found);
sys/dev/siis/siis.c
1747
int timeout, found = 0;
sys/dev/siis/siis.c
1753
found = 1;
sys/dev/siis/siis.c
1765
if (found == 0 && timeout >= 100)
sys/dev/siis/siis.c
1769
if (timeout >= 1000 || !found) {
sys/dev/sound/pci/atiixp.c
1004
int i, timeout, found, polling;
sys/dev/sound/pci/atiixp.c
1038
found = 0;
sys/dev/sound/pci/atiixp.c
1048
found++;
sys/dev/sound/pci/atiixp.c
1063
if (found == 0)
sys/dev/sound/pci/emu10k1.c
1341
u_int32_t blksz, start, idx, ofs, tmp, found;
sys/dev/sound/pci/emu10k1.c
1350
found = 0;
sys/dev/sound/pci/emu10k1.c
1352
while (!found && start + blksz < EMUMAXPAGES) {
sys/dev/sound/pci/emu10k1.c
1353
found = 1;
sys/dev/sound/pci/emu10k1.c
1356
found = 0;
sys/dev/sound/pci/emu10k1.c
1357
if (!found)
sys/dev/sound/pci/emu10k1.c
1360
if (!found)
sys/dev/sound/pci/emu10kx.c
1084
uint32_t blksz, start, idx, ofs, tmp, found;
sys/dev/sound/pci/emu10kx.c
1097
found = 0;
sys/dev/sound/pci/emu10kx.c
1099
while (!found && start + blksz < EMU_MAXPAGES) {
sys/dev/sound/pci/emu10kx.c
1100
found = 1;
sys/dev/sound/pci/emu10kx.c
1103
found = 0;
sys/dev/sound/pci/emu10kx.c
1104
if (!found)
sys/dev/sound/pci/emu10kx.c
1107
if (!found) {
sys/dev/sound/pci/hda/hdaa.c
214
int i, found = 0;
sys/dev/sound/pci/hda/hdaa.c
230
found++;
sys/dev/sound/pci/hda/hdaa.c
231
if (found == cnt || cnt <= 0)
sys/dev/sound/pci/hda/hdaa.c
4179
int done, found, i, j, k;
sys/dev/sound/pci/hda/hdaa.c
4261
found = 0;
sys/dev/sound/pci/hda/hdaa.c
4264
found = 1;
sys/dev/sound/pci/hda/hdaa.c
4268
if (found == 0) {
sys/dev/sound/pci/hda/hdaa.c
4281
found = 0;
sys/dev/sound/pci/hda/hdaa.c
4288
found = 1;
sys/dev/sound/pci/hda/hdaa.c
4293
if (found == 0) {
sys/dev/sound/pci/hda/hdaa.c
4544
int i, j, conns = 0, tminamp, tmaxamp, cminamp, cmaxamp, found = 0;
sys/dev/sound/pci/hda/hdaa.c
4547
return (found);
sys/dev/sound/pci/hda/hdaa.c
4551
return (found);
sys/dev/sound/pci/hda/hdaa.c
4570
found++;
sys/dev/sound/pci/hda/hdaa.c
4581
return (found);
sys/dev/sound/pci/hda/hdaa.c
4587
return (found);
sys/dev/sound/pci/hda/hdaa.c
4604
found++;
sys/dev/sound/pci/hda/hdaa.c
4620
found += hdaa_audio_ctl_source_amp(devinfo,
sys/dev/sound/pci/hda/hdaa.c
4637
return (found);
sys/dev/sound/pci/hda/hdaa.c
4651
int i, j, consumers, tminamp, tmaxamp, cminamp, cmaxamp, found = 0;
sys/dev/sound/pci/hda/hdaa.c
4654
return (found);
sys/dev/sound/pci/hda/hdaa.c
4658
return (found);
sys/dev/sound/pci/hda/hdaa.c
4681
return (found);
sys/dev/sound/pci/hda/hdaa.c
4688
found++;
sys/dev/sound/pci/hda/hdaa.c
4699
return (found);
sys/dev/sound/pci/hda/hdaa.c
4712
found++;
sys/dev/sound/pci/hda/hdaa.c
4718
found += hdaa_audio_ctl_dest_amp(devinfo, w->conns[i], -1, ossdev,
sys/dev/sound/pci/hda/hdaa.c
4732
return (found);
sys/dev/sound/pci/hda/hdaa.c
4946
int found, int minamp, int maxamp)
sys/dev/sound/pci/hda/hdaa.c
4955
if (found)
sys/dev/sound/pci/hda/hdaa.c
4977
int i, j, minamp, maxamp, found;
sys/dev/sound/pci/hda/hdaa.c
4991
found = hdaa_audio_ctl_source_amp(devinfo, w->nid, -1,
sys/dev/sound/pci/hda/hdaa.c
4993
hdaa_adjust_amp(w, w->ossdev, found, minamp, maxamp);
sys/dev/sound/pci/hda/hdaa.c
4995
found = hdaa_audio_ctl_dest_amp(devinfo, w->nid, -1,
sys/dev/sound/pci/hda/hdaa.c
4997
hdaa_adjust_amp(w, SOUND_MIXER_RECLEV, found, minamp, maxamp);
sys/dev/sound/pci/hda/hdaa.c
5000
found = hdaa_audio_ctl_dest_amp(devinfo, w->nid, -1,
sys/dev/sound/pci/hda/hdaa.c
5002
hdaa_adjust_amp(w, SOUND_MIXER_VOLUME, found, minamp, maxamp);
sys/dev/sound/pci/hda/hdaa.c
5006
found = hdaa_audio_ctl_source_amp(devinfo, w->nid, -1,
sys/dev/sound/pci/hda/hdaa.c
5011
found += hdaa_audio_ctl_dest_amp(devinfo, w->nid, -1,
sys/dev/sound/pci/hda/hdaa.c
5015
hdaa_adjust_amp(w, w->ossdev, found, minamp, maxamp);
sys/dev/sound/pci/hda/hdaa.c
5030
found = hdaa_audio_ctl_dest_amp(devinfo,
sys/dev/sound/pci/hda/hdaa.c
5034
found, minamp, maxamp);
sys/dev/sound/pcm/dsp.c
2007
goto found;
sys/dev/sound/pcm/dsp.c
2010
goto found;
sys/dev/sound/pcm/dsp.c
2013
found:
sys/dev/sound/usb/uaudio.c
2960
goto found;
sys/dev/sound/usb/uaudio.c
2964
found:
sys/dev/spibus/acpi_spibus.c
275
bool found = false;
sys/dev/spibus/acpi_spibus.c
292
found = true;
sys/dev/spibus/acpi_spibus.c
294
if (!found && is_apple &&
sys/dev/spibus/acpi_spibus.c
296
found = true;
sys/dev/spibus/acpi_spibus.c
298
if (!found || res.clock == 0)
sys/dev/tws/tws_cam.c
1194
int found = 0;
sys/dev/tws/tws_cam.c
1210
while ((TWS_LOCAL_TIME <= endt) && (!found)) {
sys/dev/tws/tws_cam.c
1213
found = 1;
sys/dev/tws/tws_cam.c
1217
if ( !found )
sys/dev/uart/uart_cpu_acpi.c
235
bool found;
sys/dev/uart/uart_cpu_acpi.c
251
found = false;
sys/dev/uart/uart_cpu_acpi.c
271
found = true;
sys/dev/uart/uart_cpu_acpi.c
279
if (!found)
sys/dev/usb/input/uhid_snes.c
564
goto found;
sys/dev/usb/input/uhid_snes.c
570
goto found;
sys/dev/usb/input/uhid_snes.c
574
found:
sys/dev/usb/serial/ulpt.c
567
goto found;
sys/dev/usb/serial/ulpt.c
576
found:
sys/dev/usb/usb_device.c
2651
uint8_t found;
sys/dev/usb/usb_device.c
2666
found = (usb_test_quirk_p) (&uaa->info, quirk);
sys/dev/usb/usb_device.c
2668
return (found);
sys/dev/usb/usb_device.c
332
goto found;
sys/dev/usb/usb_device.c
342
goto found;
sys/dev/usb/usb_device.c
346
found:
sys/dev/usb/usb_device.c
446
goto found;
sys/dev/usb/usb_device.c
461
goto found;
sys/dev/usb/usb_device.c
465
found:
sys/dev/vmm/vmm_dev.c
803
int error, found, segid;
sys/dev/vmm/vmm_dev.c
823
found = 0;
sys/dev/vmm/vmm_dev.c
824
while (!found) {
sys/dev/vmm/vmm_dev.c
831
found = 1;
sys/dev/vmm/vmm_dev.c
836
if (found) {
sys/dev/vt/vt_font.c
104
goto found;
sys/dev/vt/vt_font.c
109
found:
sys/dev/xilinx/xlnx_pcib.c
593
bool found;
sys/dev/xilinx/xlnx_pcib.c
599
found = false;
sys/dev/xilinx/xlnx_pcib.c
603
found = true;
sys/dev/xilinx/xlnx_pcib.c
609
found = false;
sys/dev/xilinx/xlnx_pcib.c
614
if (found)
sys/dev/xilinx/xlnx_pcib.c
618
if (!found || irq == (XLNX_PCIB_MAX_MSI - 1)) {
sys/fs/autofs/autofs_vfsops.c
119
bool found;
sys/fs/autofs/autofs_vfsops.c
138
found = false;
sys/fs/autofs/autofs_vfsops.c
146
found = true;
sys/fs/autofs/autofs_vfsops.c
149
if (found == false)
sys/fs/cd9660/cd9660_lookup.c
242
goto found;
sys/fs/cd9660/cd9660_lookup.c
278
goto found;
sys/fs/cd9660/cd9660_lookup.c
303
goto found;
sys/fs/cd9660/cd9660_lookup.c
328
found:
sys/fs/cuse/cuse.c
1084
int found = 0;
sys/fs/cuse/cuse.c
1091
found = 1;
sys/fs/cuse/cuse.c
1096
return (found ? 0 : EINVAL);
sys/fs/ext2fs/ext2_htree.c
265
struct ext2fs_htree_entry *entp, *start, *end, *middle, *found;
sys/fs/ext2fs/ext2_htree.c
324
found = start - 1;
sys/fs/ext2fs/ext2_htree.c
329
level_info->h_entry = found;
sys/fs/ext2fs/ext2_htree.c
334
ext2_htree_get_block(found) * m_fs->e2fs_bsize,
sys/fs/ext2fs/ext2_htree.c
366
int found = 0;
sys/fs/ext2fs/ext2_htree.c
397
if (ext2_search_dirblock(ip, bp->b_data, &found,
sys/fs/ext2fs/ext2_htree.c
405
if (found) {
sys/fs/ext2fs/ext2_lookup.c
458
goto found;
sys/fs/ext2fs/ext2_lookup.c
527
found:
sys/fs/fuse/fuse_device.c
450
int found = 0;
sys/fs/fuse/fuse_device.c
494
found = 1;
sys/fs/fuse/fuse_device.c
499
if (found && tick->irq_unique > 0) {
sys/fs/fuse/fuse_device.c
516
if (found) {
sys/fs/fuse/fuse_file.c
291
goto found;
sys/fs/fuse/fuse_file.c
304
found:
sys/fs/fuse/fuse_file.c
325
goto found;
sys/fs/fuse/fuse_file.c
335
found:
sys/fs/fuse/fuse_ipc.c
142
bool found = false;
sys/fs/fuse/fuse_ipc.c
150
found = true;
sys/fs/fuse/fuse_ipc.c
156
if (!found) {
sys/fs/msdosfs/msdosfs_lookup.c
364
goto found;
sys/fs/msdosfs/msdosfs_lookup.c
445
found:
sys/fs/tarfs/tarfs_subr.c
102
found = false;
sys/fs/tarfs/tarfs_subr.c
110
found = 1;
sys/fs/tarfs/tarfs_subr.c
115
if (found) {
sys/fs/tarfs/tarfs_subr.c
96
boolean_t found;
sys/fs/tmpfs/tmpfs_vfsops.c
149
bool found;
sys/fs/tmpfs/tmpfs_vfsops.c
159
a->found = true;
sys/fs/tmpfs/tmpfs_vfsops.c
275
ca.found = false;
sys/fs/tmpfs/tmpfs_vfsops.c
277
return (ca.found);
sys/fs/udf/osta.c
459
int found = FALSE;
sys/fs/udf/osta.c
460
while (*string != '\0' && found == FALSE) {
sys/fs/udf/osta.c
464
found = TRUE;
sys/fs/udf/osta.c
468
return(found);
sys/gdb/gdb_int.h
87
const unsigned char *pat, size_t patlen, const unsigned char **found);
sys/gdb/gdb_main.c
110
const unsigned char *found;
sys/gdb/gdb_main.c
119
patlen, &found)) {
sys/gdb/gdb_main.c
120
if (found == 0ULL)
sys/gdb/gdb_main.c
125
gdb_tx_hex((intmax_t)(uintptr_t)found, 8);
sys/gdb/gdb_packet.c
422
gdb_search_mem(const unsigned char *addr, size_t size, const unsigned char *pat, size_t patlen, const unsigned char **found)
sys/gdb/gdb_packet.c
431
*found = memmem(addr, size, pat, patlen);
sys/geom/journal/g_journal.c
1772
int error, found, i;
sys/geom/journal/g_journal.c
1774
found = 0;
sys/geom/journal/g_journal.c
1859
found++;
sys/geom/journal/g_journal.c
1934
if (found < 1 && joffset > 0) {
sys/geom/label/g_label_disk_ident.c
47
int ident_len, found, i;
sys/geom/label/g_label_disk_ident.c
62
for (i = 0, found = 0; classes_pass[i] != NULL; i++)
sys/geom/label/g_label_disk_ident.c
64
found = 1;
sys/geom/label/g_label_disk_ident.c
67
if (!found)
sys/geom/linux_lvm/g_linux_lvm.c
320
int found;
sys/geom/linux_lvm/g_linux_lvm.c
330
found = 0;
sys/geom/linux_lvm/g_linux_lvm.c
335
found = 1;
sys/geom/linux_lvm/g_linux_lvm.c
339
if (found) {
sys/geom/mirror/g_mirror.c
2436
uintmax_t found, newest;
sys/geom/mirror/g_mirror.c
2471
found = (intmax_t)disk->d_init_ ## field; \
sys/geom/mirror/g_mirror.c
2485
found, newest);
sys/geom/multipath/g_multipath.c
1220
int found;
sys/geom/multipath/g_multipath.c
1240
found = 0;
sys/geom/multipath/g_multipath.c
1246
found = 1;
sys/geom/multipath/g_multipath.c
1263
if (found == 0)
sys/geom/multipath/g_multipath.c
1275
int found;
sys/geom/multipath/g_multipath.c
1295
found = 0;
sys/geom/multipath/g_multipath.c
1301
found = 1;
sys/geom/multipath/g_multipath.c
1320
if (found == 0)
sys/geom/part/g_part_ldm.c
443
int error, found, i;
sys/geom/part/g_part_ldm.c
458
for (found = 0, i = is_gpt; i < nitems(ldm_ph_off); i++) {
sys/geom/part/g_part_ldm.c
508
if (found != 0 && memcmp(&db->ph, &hdr, sizeof(hdr)) != 0) {
sys/geom/part/g_part_ldm.c
525
found = 0;
sys/geom/part/g_part_ldm.c
527
if (found == 0)
sys/geom/part/g_part_ldm.c
529
found = 1;
sys/geom/part/g_part_ldm.c
531
if (found == 0) {
sys/geom/part/g_part_ldm.c
581
int error, found, i;
sys/geom/part/g_part_ldm.c
585
for (i = 0, found = 0; i < LDM_TH_COUNT; i++) {
sys/geom/part/g_part_ldm.c
621
if (found == 0)
sys/geom/part/g_part_ldm.c
623
found = 1;
sys/geom/part/g_part_ldm.c
625
if (found == 0) {
sys/geom/virstor/g_virstor.c
561
int j, found;
sys/geom/virstor/g_virstor.c
573
found = -1;
sys/geom/virstor/g_virstor.c
577
found = j;
sys/geom/virstor/g_virstor.c
581
if (found == -1) {
sys/geom/virstor/g_virstor.c
590
bcopy(sc->components, newcomp, found * sizeof(*sc->components));
sys/geom/virstor/g_virstor.c
591
bcopy(&sc->components[found + 1], newcomp + found,
sys/geom/virstor/g_virstor.c
592
(sc->n_components - (found + 1)) * sizeof(*sc->components));
sys/geom/virstor/g_virstor.c
619
if (clear_metadata(&compbak[found]) != 0) {
sys/geom/virstor/g_virstor.c
623
g_detach(compbak[found].gcons);
sys/geom/virstor/g_virstor.c
624
g_destroy_consumer(compbak[found].gcons);
sys/isa/pnp.c
644
int found = 0, len;
sys/isa/pnp.c
696
found++;
sys/isa/pnp.c
721
return (found);
sys/kern/kern_environment.c
387
char *cp, *cpnext, *eqpos, *found;
sys/kern/kern_environment.c
392
found = NULL;
sys/kern/kern_environment.c
431
found = _getenv_dynamic_locked(cp, NULL);
sys/kern/kern_environment.c
432
if (found != NULL) {
sys/kern/kern_linker.c
2003
int error, ival, bestver, *intp, found, flags, clen, blen;
sys/kern/kern_linker.c
2007
bestver = found = 0;
sys/kern/kern_linker.c
2060
while (recptr < bufend && !found) {
sys/kern/kern_linker.c
2077
found = 1;
sys/kern/kern_linker.c
2096
if (found)
sys/kern/kern_linker.c
2119
if (!found && !bestver && result == NULL)
sys/kern/kern_rctl.c
1418
int found = 0;
sys/kern/kern_rctl.c
1423
found += rctl_racct_remove_rules(racct, filter);
sys/kern/kern_rctl.c
1425
*((int *)arg3) += found;
sys/kern/kern_rctl.c
1435
int found = 0;
sys/kern/kern_rctl.c
1443
found = rctl_racct_remove_rules(p->p_racct, filter);
sys/kern/kern_rctl.c
1445
if (found)
sys/kern/kern_rctl.c
1452
filter, (void *)&found);
sys/kern/kern_rctl.c
1455
filter, (void *)&found);
sys/kern/kern_rctl.c
1458
filter, (void *)&found);
sys/kern/kern_rctl.c
1463
found += rctl_racct_remove_rules(p->p_racct, filter);
sys/kern/kern_rctl.c
1467
if (found)
sys/kern/kern_resource.c
189
int found = 0, error = 0;
sys/kern/kern_resource.c
207
found++;
sys/kern/kern_resource.c
228
found++;
sys/kern/kern_resource.c
245
found++;
sys/kern/kern_resource.c
256
if (found == 0 && error == 0)
sys/kern/kern_shutdown.c
1406
bool found;
sys/kern/kern_shutdown.c
1419
found = false;
sys/kern/kern_shutdown.c
1423
found = true;
sys/kern/kern_shutdown.c
1431
if (!found && kda->kda_index == KDA_REMOVE)
sys/kern/kern_sig.c
1786
bool found;
sys/kern/kern_sig.c
1799
arg->found = true;
sys/kern/kern_sig.c
1846
arg.found = false;
sys/kern/kern_sig.c
1883
MPASS(arg.ret != 0 || arg.found || !arg.sent);
sys/kern/kern_sig.c
1885
arg.ret = arg.found ? EPERM : ESRCH;
sys/kern/subr_bus.c
6208
goto found;
sys/kern/subr_bus.c
6214
goto found;
sys/kern/subr_bus.c
6224
found:
sys/kern/subr_firmware.c
398
goto found;
sys/kern/subr_firmware.c
432
found: /* common exit point on success */
sys/kern/subr_intr.c
365
bool found;
sys/kern/subr_intr.c
367
found = false;
sys/kern/subr_intr.c
372
found = true;
sys/kern/subr_intr.c
378
if (found)
sys/kern/subr_intr.c
439
goto found;
sys/kern/subr_intr.c
443
goto found;
sys/kern/subr_intr.c
449
found:
sys/kern/subr_pctrie.c
423
uint64_t *found;
sys/kern/subr_pctrie.c
425
parentp = _pctrie_insert_lookup(ptree, NULL, val, parent_out, &found);
sys/kern/subr_pctrie.c
426
if (__predict_false(found != NULL))
sys/kern/subr_pctrie.c
452
uint64_t *found;
sys/kern/subr_pctrie.c
456
&found);
sys/kern/subr_pctrie.c
457
if (__predict_false(found != NULL))
sys/kern/subr_rman.c
1000
goto found;
sys/kern/subr_rman.c
1005
found:
sys/kern/subr_rman.c
996
goto found;
sys/kern/subr_sleepqueue.c
1466
goto found;
sys/kern/subr_sleepqueue.c
1475
goto found;
sys/kern/subr_sleepqueue.c
1480
found:
sys/kern/subr_stats.c
2728
int error, i, found, is32bit, has_ub, eq_only;
sys/kern/subr_stats.c
2774
for (found = 0; i >= 0 && !found; i--) {
sys/kern/subr_stats.c
2813
found = 1;
sys/kern/subr_stats.c
2822
found = 1;
sys/kern/subr_stats.c
2831
found = 1;
sys/kern/subr_stats.c
2839
found = 1;
sys/kern/subr_stats.c
2848
found = 1;
sys/kern/subr_stats.c
2857
found = 1;
sys/kern/subr_stats.c
2866
found = 1;
sys/kern/subr_stats.c
2875
found = 1;
sys/kern/subr_stats.c
2884
found = 1;
sys/kern/subr_stats.c
2893
found = 1;
sys/kern/subr_stats.c
2900
if (found) {
sys/kern/subr_turnstile.c
1135
goto found;
sys/kern/subr_turnstile.c
1144
goto found;
sys/kern/subr_turnstile.c
1149
found:
sys/kern/subr_witness.c
1104
int found[MAX_LOCKCHAIN_RECURSION + 1];
sys/kern/subr_witness.c
1182
t->found[recursion_count] = 0;
sys/kern/subr_witness.c
1222
t->found[recursion_count]++;
sys/kern/subr_witness.c
1265
if (t->found[recursion_count + 1] > 0) {
sys/kern/subr_witness.c
1267
t->found[recursion_count]++;
sys/kern/subr_witness.c
1957
goto found;
sys/kern/subr_witness.c
1973
found:
sys/kern/subr_witness.c
2198
goto found;
sys/kern/subr_witness.c
2219
found:
sys/kern/sysv_msg.c
685
goto found;
sys/kern/sysv_msg.c
749
found:
sys/kern/sysv_sem.c
1010
goto found;
sys/kern/sysv_sem.c
1081
found:
sys/kern/uipc_mqueue.c
755
found:
sys/kern/uipc_mqueue.c
784
goto found;
sys/kern/uipc_shm.c
212
goto found;
sys/kern/uipc_shm.c
247
found:
sys/net/if.c
1029
bool found;
sys/net/if.c
1032
found = if_unlink_ifnet(ifp, false);
sys/net/if.c
1033
if (found) {
sys/net/if.c
1198
bool found;
sys/net/if.c
1226
found = if_unlink_ifnet(ifp, true);
sys/net/if.c
1227
if (! found) {
sys/net/if.c
1251
int found;
sys/net/if.c
1280
found = if_unlink_ifnet(ifp, true);
sys/net/if.c
1281
if (! found) {
sys/net/if.c
448
int found = 0;
sys/net/if.c
463
found = 1;
sys/net/if.c
468
return (found);
sys/net/if.c
477
int found __diagused;
sys/net/if.c
501
found = if_unlink_ifnet(ifp, true);
sys/net/if.c
502
MPASS(found);
sys/net/if_bridge.c
3640
int found = 0;
sys/net/if_bridge.c
3650
found = 1;
sys/net/if_bridge.c
3655
return (found ? 0 : ENOENT);
sys/net/if_lagg.c
2350
goto found;
sys/net/if_lagg.c
2355
goto found;
sys/net/if_lagg.c
2364
found:
sys/net/if_stf.c
136
SDT_PROBE_DEFINE2(if_stf, , getsrcifa6, found, "struct in6_addr *",
sys/net/if_stf.c
483
SDT_PROBE2(if_stf, , getsrcifa6, found, addr, mask);
sys/net/if_tuntap.c
410
bool found;
sys/net/if_tuntap.c
421
found = false;
sys/net/if_tuntap.c
427
found = true;
sys/net/if_tuntap.c
434
found = true;
sys/net/if_tuntap.c
440
if (!found)
sys/net/rtsock.c
537
int found;
sys/net/rtsock.c
539
found = 0;
sys/net/rtsock.c
552
found = 1;
sys/net/rtsock.c
557
if (!found) {
sys/net/rtsock.c
579
int found;
sys/net/rtsock.c
581
found = 0;
sys/net/rtsock.c
595
found = 1;
sys/net/rtsock.c
600
if (!found) {
sys/net/slcompress.c
208
goto found;
sys/net/slcompress.c
227
found:
sys/net80211/ieee80211_hwmp.c
408
int found = 0;
sys/net80211/ieee80211_hwmp.c
460
found++;
sys/net80211/ieee80211_hwmp.c
498
found++;
sys/net80211/ieee80211_hwmp.c
544
found++;
sys/net80211/ieee80211_hwmp.c
564
found++;
sys/net80211/ieee80211_hwmp.c
570
if (!found) {
sys/net80211/ieee80211_ioctl.c
1535
bool found;
sys/net80211/ieee80211_ioctl.c
1548
if (look->found)
sys/net80211/ieee80211_ioctl.c
1566
look->found = true;
sys/net80211/ieee80211_ioctl.c
1586
lookup.found = false;
sys/net80211/ieee80211_ioctl.c
1588
if (!lookup.found)
sys/net80211/ieee80211_mesh.c
2569
int found = 0;
sys/net80211/ieee80211_mesh.c
2602
found = 1;
sys/net80211/ieee80211_mesh.c
2605
if (found == 0) {
sys/net80211/ieee80211_mesh.c
867
int found = 0;
sys/net80211/ieee80211_mesh.c
872
found = 1;
sys/net80211/ieee80211_mesh.c
877
if (!found) {
sys/net80211/ieee80211_scan_sta.c
260
goto found;
sys/net80211/ieee80211_scan_sta.c
272
found:
sys/netgraph/ng_macfilter.c
407
int found = macfilter_find_mac(mfp, ether, &i);
sys/netgraph/ng_macfilter.c
412
MAC_S_ARGS(ether), found, i, MAC_S_ARGS(mf_macs[i].ether),
sys/netgraph/ng_macfilter.c
413
(found? mf_macs[i].hookid:NG_MACFILTER_HOOK_DEFAULT_ID), hookid,
sys/netgraph/ng_macfilter.c
416
if (found) {
sys/netgraph/ng_macfilter.c
537
int found = macfilter_find_mac(mfp, ether, &i);
sys/netgraph/ng_macfilter.c
538
if (found) {
sys/netgraph/ng_macfilter.c
577
int found = macfilter_find_mac(mfp, ether, &i);
sys/netgraph/ng_macfilter.c
578
if (found) {
sys/netgraph/ng_tag.c
513
int found = 0, error = 0;
sys/netgraph/ng_tag.c
540
found = 1;
sys/netgraph/ng_tag.c
548
if (found) {
sys/netinet/cc/cc.c
287
int found = 0;
sys/netinet/cc/cc.c
292
found = 1;
sys/netinet/cc/cc.c
294
if (found == 0) {
sys/netinet/in_pcb.c
1623
goto found;
sys/netinet/in_pcb.c
1642
goto found;
sys/netinet/in_pcb.c
1670
found:
sys/netinet/in_pcb.c
314
goto found;
sys/netinet/in_pcb.c
318
goto found;
sys/netinet/in_pcb.c
321
found:
sys/netinet/ip_carp.c
381
int i, found;
sys/netinet/ip_carp.c
407
found = 0;
sys/netinet/ip_carp.c
416
found++;
sys/netinet/ip_carp.c
419
if (found)
sys/netinet/ip_carp.c
421
} while (found);
sys/netinet/ip_carp.c
426
found = 0;
sys/netinet/ip_carp.c
437
found++;
sys/netinet/ip_carp.c
440
if (found)
sys/netinet/ip_carp.c
442
} while (found);
sys/netinet/libalias/alias_db.c
903
struct alias_link *found;
sys/netinet/libalias/alias_db.c
905
found = UseLink(la, lnk);
sys/netinet/libalias/alias_db.c
906
if (found != NULL)
sys/netinet/libalias/alias_db.c
907
return (found);
sys/netinet/libalias/alias_sctp.c
2237
struct sctp_nat_assoc *found;
sys/netinet/libalias/alias_sctp.c
2240
found = FindSctpLocal(la, assoc->l_addr, g_addr, assoc->l_vtag, assoc->l_port, assoc->g_port);
sys/netinet/libalias/alias_sctp.c
2250
if (found != NULL) {
sys/netinet/libalias/alias_sctp.c
2251
if ((found->TableRegister == SN_LOCAL_TBL) && (found->g_port == assoc->g_port)) { /* resent message */
sys/netinet/libalias/alias_sctp.c
2252
RmSctpAssoc(la, found);
sys/netinet/libalias/alias_sctp.c
2253
sctp_RmTimeOut(la, found);
sys/netinet/libalias/alias_sctp.c
2254
freeGlobalAddressList(found);
sys/netinet/libalias/alias_sctp.c
2255
sn_free(found);
sys/netinet/libalias/alias_sctp.c
2294
struct sctp_nat_assoc *found;
sys/netinet/libalias/alias_sctp.c
2297
found = FindSctpGlobalClash(la, assoc);
sys/netinet/libalias/alias_sctp.c
2298
if (found != NULL) {
sys/netinet/libalias/alias_sctp.c
2299
if ((found->TableRegister == SN_GLOBAL_TBL) &&
sys/netinet/libalias/alias_sctp.c
2300
(found->l_addr.s_addr == assoc->l_addr.s_addr) &&
sys/netinet/libalias/alias_sctp.c
2301
(found->l_port == assoc->l_port)) { /* resent message */
sys/netinet/libalias/alias_sctp.c
2302
RmSctpAssoc(la, found);
sys/netinet/libalias/alias_sctp.c
2303
sctp_RmTimeOut(la, found);
sys/netinet/libalias/alias_sctp.c
2304
freeGlobalAddressList(found);
sys/netinet/libalias/alias_sctp.c
2305
sn_free(found);
sys/netinet/sctp_output.c
3460
bool found;
sys/netinet/sctp_output.c
3466
found = false;
sys/netinet/sctp_output.c
3472
return (found);
sys/netinet/sctp_output.c
3477
return (found);
sys/netinet/sctp_output.c
3481
return (found);
sys/netinet/sctp_output.c
3493
return (found);
sys/netinet/sctp_output.c
3496
return (found);
sys/netinet/sctp_output.c
3505
if (!found) {
sys/netinet/sctp_output.c
3507
return (found);
sys/netinet/sctp_output.c
3514
return (found);
sys/netinet/sctp_output.c
3525
return (found);
sys/netinet/sctp_output.c
3537
return (found);
sys/netinet/sctp_output.c
3544
return (found);
sys/netinet/sctp_output.c
3546
found = true;
sys/netinet/sctp_output.c
3550
return (found);
sys/netinet/sctp_usrreq.c
5869
int found = 0;
sys/netinet/sctp_usrreq.c
5882
found = 1;
sys/netinet/sctp_usrreq.c
5886
if (!found) {
sys/netinet/tcp_subr.c
458
int found;
sys/netinet/tcp_subr.c
460
found = 0;
sys/netinet/tcp_subr.c
469
found = 1;
sys/netinet/tcp_subr.c
474
if (found) {
sys/netinet/tcp_subr.c
480
return (found);
sys/netpfil/ipfilter/netinet/radix_ipf.c
248
ipf_rdx_node_t *found;
sys/netpfil/ipfilter/netinet/radix_ipf.c
253
found = ipf_rx_find_addr(head->root, (u_32_t *)addr);
sys/netpfil/ipfilter/netinet/radix_ipf.c
254
if (found->root == 1)
sys/netpfil/ipfilter/netinet/radix_ipf.c
263
if (count != found->maskbitcount && found->dupkey == NULL)
sys/netpfil/ipfilter/netinet/radix_ipf.c
267
if ((found->addrkey[found->offset] & found->maskkey[found->offset]) !=
sys/netpfil/ipfilter/netinet/radix_ipf.c
268
akey[found->offset])
sys/netpfil/ipfilter/netinet/radix_ipf.c
271
if (found->dupkey != NULL) {
sys/netpfil/ipfilter/netinet/radix_ipf.c
272
node = found;
sys/netpfil/ipfilter/netinet/radix_ipf.c
277
found = node;
sys/netpfil/ipfilter/netinet/radix_ipf.c
279
return (found);
sys/netpfil/ipfilter/netinet/radix_ipf.c
573
ipf_rdx_node_t *found;
sys/netpfil/ipfilter/netinet/radix_ipf.c
580
found = ipf_rx_find_addr(head->root, (u_32_t *)addr);
sys/netpfil/ipfilter/netinet/radix_ipf.c
581
if (found == NULL)
sys/netpfil/ipfilter/netinet/radix_ipf.c
583
if (found->root == 1)
sys/netpfil/ipfilter/netinet/radix_ipf.c
586
parent = found->parent;
sys/netpfil/ipfilter/netinet/radix_ipf.c
587
if (found->dupkey != NULL) {
sys/netpfil/ipfilter/netinet/radix_ipf.c
588
node = found;
sys/netpfil/ipfilter/netinet/radix_ipf.c
593
if (node != found) {
sys/netpfil/ipfilter/netinet/radix_ipf.c
610
node->parent = found->parent;
sys/netpfil/ipfilter/netinet/radix_ipf.c
611
node->right = found->right;
sys/netpfil/ipfilter/netinet/radix_ipf.c
612
node->left = found->left;
sys/netpfil/ipfilter/netinet/radix_ipf.c
613
found->right->parent = node;
sys/netpfil/ipfilter/netinet/radix_ipf.c
614
found->left->parent = node;
sys/netpfil/ipfilter/netinet/radix_ipf.c
615
if (parent->left == found)
sys/netpfil/ipfilter/netinet/radix_ipf.c
621
if (count != found->maskbitcount)
sys/netpfil/ipfilter/netinet/radix_ipf.c
631
prev = found + 1;
sys/netpfil/ipfilter/netinet/radix_ipf.c
633
if (parent != found + 1) {
sys/netpfil/ipfilter/netinet/radix_ipf.c
634
if ((found + 1)->parent->right == found + 1)
sys/netpfil/ipfilter/netinet/radix_ipf.c
635
(found + 1)->parent->right = parent;
sys/netpfil/ipfilter/netinet/radix_ipf.c
637
(found + 1)->parent->left = parent;
sys/netpfil/ipfilter/netinet/radix_ipf.c
639
if (parent->left == found) {
sys/netpfil/ipfilter/netinet/radix_ipf.c
648
if (parent->right == found) {
sys/netpfil/ipfilter/netinet/radix_ipf.c
657
parent->left = (found + 1)->left;
sys/netpfil/ipfilter/netinet/radix_ipf.c
658
if ((found + 1)->right != parent)
sys/netpfil/ipfilter/netinet/radix_ipf.c
659
parent->right = (found + 1)->right;
sys/netpfil/ipfilter/netinet/radix_ipf.c
662
parent->parent = (found + 1)->parent;
sys/netpfil/ipfilter/netinet/radix_ipf.c
673
if (parent->left == found) {
sys/netpfil/ipfilter/netinet/radix_ipf.c
681
if (parent->right != found) {
sys/netpfil/ipfilter/netinet/radix_ipf.c
698
if (cur->maskbitcount <= found->maskbitcount)
sys/netpfil/ipfilter/netinet/radix_ipf.c
700
if (((cur - 1)->addrkey[found->offset] & found->bitmask) !=
sys/netpfil/ipfilter/netinet/radix_ipf.c
701
found->addrkey[found->offset])
sys/netpfil/ipfilter/netinet/radix_ipf.c
711
KFREE(found->mymask);
sys/netpfil/ipfilter/netinet/radix_ipf.c
720
if (cur == found)
sys/netpfil/ipfilter/netinet/radix_ipf.c
722
if (found->addrkey[cur->offset] & cur->lastmask) {
sys/netpfil/ipfilter/netinet/radix_ipf.c
724
} else if (parent->left != found) {
sys/netpfil/ipfilter/netinet/radix_ipf.c
729
return (found);
sys/netpfil/ipfw/dn_heap.c
289
int i, ret, found;
sys/netpfil/ipfw/dn_heap.c
291
for (i = found = 0 ; i < h->elements ;) {
sys/netpfil/ipfw/dn_heap.c
296
found++ ;
sys/netpfil/ipfw/dn_heap.c
302
if (found)
sys/netpfil/ipfw/dn_heap.c
304
return found;
sys/netpfil/ipfw/dn_heap.c
496
int i, ret, found = 0;
sys/netpfil/ipfw/dn_heap.c
507
found++;
sys/netpfil/ipfw/dn_heap.c
514
return found;
sys/netpfil/ipfw/dn_heap.c
517
return found;
sys/netpfil/ipfw/dn_heap.c
532
int i, ret, found = 0;
sys/netpfil/ipfw/dn_heap.c
546
found++;
sys/netpfil/ipfw/dn_heap.c
553
return found;
sys/netpfil/ipfw/dn_heap.c
555
return found;
sys/netpfil/ipfw/ip_fw_nat.c
297
int ldt, retval, found;
sys/netpfil/ipfw/ip_fw_nat.c
357
found = 0;
sys/netpfil/ipfw/ip_fw_nat.c
368
found = 1;
sys/netpfil/ipfw/ip_fw_nat.c
372
if (found != 1) {
sys/netpfil/ipfw/ip_fw_table_value.c
425
int error, i, found;
sys/netpfil/ipfw/ip_fw_table_value.c
440
found = 0;
sys/netpfil/ipfw/ip_fw_table_value.c
458
found++;
sys/netpfil/ipfw/ip_fw_table_value.c
461
if (count == found) {
sys/netpfil/pf/pf_if.c
413
bool found = false;
sys/netpfil/pf/pf_if.c
417
found = true;
sys/netpfil/pf/pf_if.c
422
MPASS(found);
sys/netpfil/pf/pf_ioctl.c
4381
bool found = false;
sys/netpfil/pf/pf_ioctl.c
4426
found = true;
sys/netpfil/pf/pf_ioctl.c
4434
found = true;
sys/netpfil/pf/pf_ioctl.c
4441
if (found) {
sys/netpfil/pf/pf_ruleset.c
134
struct pf_kanchor *key, *found;
sys/netpfil/pf/pf_ruleset.c
140
found = RB_FIND(pf_kanchor_global, &V_pf_anchors, key);
sys/netpfil/pf/pf_ruleset.c
142
return (found);
sys/netpfil/pf/pf_ruleset.c
562
struct pf_keth_anchor *key, *found;
sys/netpfil/pf/pf_ruleset.c
568
found = RB_FIND(pf_keth_anchor_global, &V_pf_keth_anchors, key);
sys/netpfil/pf/pf_ruleset.c
570
return (found);
sys/ofed/drivers/infiniband/core/ib_cache.c
264
int found = -1;
sys/ofed/drivers/infiniband/core/ib_cache.c
267
while (i < table->sz && (found < 0 || empty < 0)) {
sys/ofed/drivers/infiniband/core/ib_cache.c
283
if (found >= 0)
sys/ofed/drivers/infiniband/core/ib_cache.c
303
found = curr_index;
sys/ofed/drivers/infiniband/core/ib_cache.c
309
return found;
sys/ofed/drivers/infiniband/core/ib_cache.c
574
bool found = false;
sys/ofed/drivers/infiniband/core/ib_cache.c
600
found = true;
sys/ofed/drivers/infiniband/core/ib_cache.c
603
if (found)
sys/ofed/drivers/infiniband/core/ib_cache.c
608
if (!found)
sys/ofed/drivers/infiniband/core/ib_cma.c
730
goto found;
sys/ofed/drivers/infiniband/core/ib_cma.c
746
found:
sys/ofed/drivers/infiniband/core/ib_multicast.c
572
goto found;
sys/ofed/drivers/infiniband/core/ib_multicast.c
596
found:
sys/ofed/drivers/infiniband/core/ib_user_mad.c
661
goto found;
sys/ofed/drivers/infiniband/core/ib_user_mad.c
669
found:
sys/ofed/drivers/infiniband/core/ib_user_mad.c
778
goto found;
sys/ofed/drivers/infiniband/core/ib_user_mad.c
786
found:
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
2544
bool found = false;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
2562
found = true;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
2566
if (!found) {
sys/powerpc/aim/mmu_radix.c
1753
bool found = false;
sys/powerpc/aim/mmu_radix.c
1758
found = true;
sys/powerpc/aim/mmu_radix.c
1762
KASSERT(found, ("%#lx-%#lx outside of initial phys_avail array",
sys/powerpc/powermac/ata_kauai.c
198
int i, found;
sys/powerpc/powermac/ata_kauai.c
200
found = 0;
sys/powerpc/powermac/ata_kauai.c
204
found = 1;
sys/powerpc/powermac/ata_kauai.c
209
if (!found)
sys/powerpc/powerpc/db_disasm.c
1033
int found = 0;
sys/powerpc/powerpc/db_disasm.c
1038
found == 0 && op->mask != 0;
sys/powerpc/powerpc/db_disasm.c
1041
found = 1;
sys/riscv/starfive/jh7110_pcie.c
318
goto found;
sys/riscv/starfive/jh7110_pcie.c
329
found:
sys/riscv/vmm/vmm_aplic.c
212
bool found;
sys/riscv/vmm/vmm_aplic.c
219
found = false;
sys/riscv/vmm/vmm_aplic.c
229
found = true;
sys/riscv/vmm/vmm_aplic.c
235
if (found == false)
sys/sys/pctrie.h
134
uint64_t *found, struct type **found_out) \
sys/sys/pctrie.h
138
if (__predict_false(found != NULL)) { \
sys/sys/pctrie.h
139
*found_out = name##_PCTRIE_VAL2PTR(found); \
sys/sys/pctrie.h
174
uint64_t *found; \
sys/sys/pctrie.h
176
parentp = pctrie_insert_lookup(ptree, val, &parent, &found); \
sys/sys/pctrie.h
178
found, found_out_opt)); \
sys/sys/pctrie.h
188
uint64_t *found; \
sys/sys/pctrie.h
191
parentp = pctrie_insert_lookup(ptree, val, &parent, &found); \
sys/sys/pctrie.h
193
found, found_out); \
sys/sys/pctrie.h
196
found = pctrie_subtree_lookup_lt(ptree, parent, *val); \
sys/sys/pctrie.h
197
*found_out = name##_PCTRIE_VAL2PTR(found); \
sys/ufs/ufs/ufs_lookup.c
444
goto found;
sys/ufs/ufs/ufs_lookup.c
534
found:
sys/ufs/ufs/ufs_quota.c
1681
int i, found;
sys/ufs/ufs/ufs_quota.c
1694
found = 0;
sys/ufs/ufs/ufs_quota.c
1702
found++;
sys/ufs/ufs/ufs_quota.c
1705
return (found);
sys/vm/vm_fault.c
1797
goto found;
sys/vm/vm_fault.c
1801
goto found;
sys/vm/vm_fault.c
1842
found:
sys/vm/vm_page.c
2123
goto found;
sys/vm/vm_page.c
2132
goto found;
sys/vm/vm_page.c
2141
goto found;
sys/vm/vm_page.c
2172
found:
sys/vm/vm_page.c
2461
goto found;
sys/vm/vm_page.c
2469
goto found;
sys/vm/vm_page.c
2491
found:
sys/vm/vm_page.c
343
bool found;
sys/vm/vm_page.c
351
found = vm_phys_unfree_page(pa);
sys/vm/vm_page.c
353
if (found) {
sys/vm/vm_page.c
359
return (found);
sys/vm/vm_page.c
4769
bool *found, struct pctrie_iter *pages)
sys/vm/vm_page.c
4773
while ((*found = (m = vm_radix_iter_lookup(pages, pindex)) != NULL) &&
sys/vm/vm_page.c
4796
bool found;
sys/vm/vm_page.c
4802
object, pindex, allocflags, &found, pages)) == NULL) {
sys/vm/vm_page.c
4805
if (found &&
sys/vm/vm_page.c
5074
bool found;
sys/vm/vm_page.c
5084
object, pindex, allocflags, &found, &pages)) == NULL) {
sys/x86/pci/pci_bus.c
380
int found = 0;
sys/x86/pci/pci_bus.c
471
found = 1;
sys/x86/pci/pci_bus.c
488
if (!found) {
sys/x86/x86/io_apic.c
1020
goto found;
sys/x86/x86/io_apic.c
1025
goto found;
sys/x86/x86/io_apic.c
1035
found:
sys/x86/x86/mptable.c
1082
args->found = 1;
sys/x86/x86/mptable.c
1097
args.found = 0;
sys/x86/x86/mptable.c
1099
if (args.found == 0)
sys/x86/x86/mptable.c
148
u_char found;
sys/x86/x86/mptable.c
282
goto found;
sys/x86/x86/mptable.c
287
goto found;
sys/x86/x86/mptable.c
293
goto found;
sys/x86/x86/mptable.c
303
goto found;
sys/x86/x86/mptable.c
309
found:
sys/x86/x86/ucode_subr.c
185
goto found;
sys/x86/x86/ucode_subr.c
236
found:
tests/sys/net/routing/rtsock_common.h
118
found = 1;
tests/sys/net/routing/rtsock_common.h
126
return (found);
tests/sys/net/routing/rtsock_common.h
698
int found = 0;
tests/sys/net/routing/rtsock_common.h
703
found = 1;
tests/sys/net/routing/rtsock_common.h
704
if (found)
tests/sys/net/routing/rtsock_common.h
709
if (found)
tests/sys/net/routing/rtsock_common.h
89
int found = 0;
tests/sys/sys/bitstring_test.c
328
int found;
tests/sys/sys/bitstring_test.c
336
bit_ffc_area_at(bitstr, start, nbits, size, &found);
tests/sys/sys/bitstring_test.c
337
ATF_REQUIRE_EQ_MSG(start, found,
tests/sys/sys/bitstring_test.c
350
bit_ffc_area_at(bitstr, start, nbits, size, &found);
tests/sys/sys/bitstring_test.c
351
ATF_REQUIRE_EQ_MSG(-1, found,
tests/sys/sys/bitstring_test.c
362
int found;
tests/sys/sys/bitstring_test.c
370
bit_ffs_area_at(bitstr, start, nbits, size, &found);
tests/sys/sys/bitstring_test.c
371
ATF_REQUIRE_EQ_MSG(-1, found,
tests/sys/sys/bitstring_test.c
384
bit_ffs_area_at(bitstr, start, nbits, size, &found);
tests/sys/sys/bitstring_test.c
385
ATF_REQUIRE_EQ_MSG(start, found,
tools/regression/ethernet/ethermulti/ethermulti.c
120
int found;
tools/regression/ethernet/ethermulti/ethermulti.c
156
found = 0;
tools/regression/ethernet/ethermulti/ethermulti.c
171
found = 1;
tools/regression/ethernet/ethermulti/ethermulti.c
177
if (!found) {
tools/regression/security/cap_test/cap_test.c
76
int found = 0;
tools/regression/security/cap_test/cap_test.c
80
found = 1;
tools/regression/security/cap_test/cap_test.c
86
if (found == 0)
tools/tools/ncpus/acpi.c
276
int found;
tools/tools/ncpus/acpi.c
278
found = 0;
tools/tools/ncpus/acpi.c
282
found = devinfo_foreach_device_child(root, acpi0_check, NULL);
tools/tools/ncpus/acpi.c
284
return found;
usr.bin/at/perm.c
64
int found = 0;
usr.bin/at/perm.c
75
found = 1;
usr.bin/at/perm.c
81
return found;
usr.bin/calendar/sunpos.c
216
int found = 0;
usr.bin/calendar/sunpos.c
308
found = 0;
usr.bin/calendar/sunpos.c
323
found = 1;
usr.bin/calendar/sunpos.c
329
if (found)
usr.bin/calendar/sunpos.c
338
found = 0;
usr.bin/calendar/sunpos.c
353
found = 1;
usr.bin/calendar/sunpos.c
359
if (found)
usr.bin/dtc/fdt.cc
1140
bool found = false;
usr.bin/dtc/fdt.cc
1146
found = true;
usr.bin/dtc/fdt.cc
1150
if (!found)
usr.bin/dtc/fdt.cc
1157
bool found = false;
usr.bin/dtc/fdt.cc
1163
found = true;
usr.bin/dtc/fdt.cc
1167
if (!found)
usr.bin/dtc/fdt.cc
2214
bool found = false;
usr.bin/dtc/fdt.cc
2222
found = true;
usr.bin/dtc/fdt.cc
2227
if (!found)
usr.bin/dtc/fdt.cc
483
define_map::iterator found;
usr.bin/dtc/fdt.cc
485
((found = defines->find(name)) == defines->end()))
usr.bin/dtc/fdt.cc
491
values.push_back((*found).second->values[0]);
usr.bin/genl/genl.c
314
bool found = false;
usr.bin/genl/genl.c
346
found = true;
usr.bin/genl/genl.c
358
if (!found)
usr.bin/indent/args.c
267
goto found;
usr.bin/indent/args.c
269
found:
usr.bin/locate/locate/fastfind.c
147
int count, found, globflag;
usr.bin/locate/locate/fastfind.c
196
found = count = 0;
usr.bin/locate/locate/fastfind.c
292
if (found) { /* previous line matched */
usr.bin/locate/locate/fastfind.c
302
found = 0;
usr.bin/locate/locate/fastfind.c
318
found = 1;
usr.bin/netstat/if.c
610
bool found = false;
usr.bin/netstat/if.c
622
found = true;
usr.bin/netstat/if.c
638
if (interface && found == false)
usr.bin/systat/cmds.c
150
struct cmdtab *ct, *found;
usr.bin/systat/cmds.c
155
found = (struct cmdtab *) 0;
usr.bin/systat/cmds.c
164
found = ct;
usr.bin/systat/cmds.c
171
return (found);
usr.bin/tftp/main.c
783
const struct cmd *c, *found;
usr.bin/tftp/main.c
789
found = 0;
usr.bin/tftp/main.c
798
found = c;
usr.bin/tftp/main.c
805
return (found);
usr.bin/what/what.c
100
bool found;
usr.bin/what/what.c
103
found = false;
usr.bin/what/what.c
120
found = true;
usr.bin/what/what.c
124
return (found);
usr.bin/what/what.c
46
bool found, qflag, sflag;
usr.bin/what/what.c
66
found = false;
usr.bin/what/what.c
70
found = true;
usr.bin/what/what.c
83
found = true;
usr.bin/what/what.c
87
exit(found ? 0 : 1);
usr.bin/which/which.c
125
int found;
usr.bin/which/which.c
129
found = 0;
usr.bin/which/which.c
137
found = 1;
usr.bin/which/which.c
142
return (found ? 0 : -1);
usr.bin/xstr/xstr.c
375
found(hp->hnew, hp->hpt, hp->hstr);
usr.bin/xstr/xstr.c
77
static void found(int, off_t, char *);
usr.sbin/arp/arp.c
429
int found;
usr.sbin/arp/arp.c
439
found = print_entries(opts.rifindex, addr->sin_addr);
usr.sbin/arp/arp.c
441
if (found == 0) {
usr.sbin/arp/arp.c
454
return (found == 0);
usr.sbin/autofs/common.c
678
struct node *child, *found;
usr.sbin/autofs/common.c
703
found = node_find_x(child, path);
usr.sbin/autofs/common.c
704
if (found != NULL)
usr.sbin/autofs/common.c
705
return (found);
usr.sbin/autofs/defined.c
218
const char *found;
usr.sbin/autofs/defined.c
220
found = defined_find(name);
usr.sbin/autofs/defined.c
221
if (found != NULL)
usr.sbin/bhyve/amd64/ps2kbd.c
353
int e0_prefix, found;
usr.sbin/bhyve/amd64/ps2kbd.c
361
found = 1;
usr.sbin/bhyve/amd64/ps2kbd.c
363
found = 0;
usr.sbin/bhyve/amd64/ps2kbd.c
367
found = 1;
usr.sbin/bhyve/amd64/ps2kbd.c
374
found = 1;
usr.sbin/bhyve/amd64/ps2kbd.c
381
if (!found) {
usr.sbin/bluetooth/ath3kfw/main.c
118
libusb_device **list, *dev = NULL, *found = NULL;
usr.sbin/bluetooth/ath3kfw/main.c
139
found = libusb_ref_device(dev);
usr.sbin/bluetooth/ath3kfw/main.c
145
return (found);
usr.sbin/bluetooth/bthidd/kbd.c
542
uint8_t found, report_id;
usr.sbin/bluetooth/bthidd/kbd.c
552
found = 0;
usr.sbin/bluetooth/bthidd/kbd.c
565
found++;
usr.sbin/bluetooth/bthidd/kbd.c
606
if (found)
usr.sbin/bluetooth/bthidd/kbd.c
609
if (found && s->srv->uinput && hid_device->keyboard)
usr.sbin/bluetooth/iwmbtfw/main.c
110
libusb_device **list, *dev = NULL, *found = NULL;
usr.sbin/bluetooth/iwmbtfw/main.c
144
found = libusb_ref_device(dev);
usr.sbin/bluetooth/iwmbtfw/main.c
152
return (found);
usr.sbin/bluetooth/rtlbtfw/main.c
211
libusb_device **list, *dev = NULL, *found = NULL;
usr.sbin/bluetooth/rtlbtfw/main.c
243
found = libusb_ref_device(dev);
usr.sbin/bluetooth/rtlbtfw/main.c
251
found = libusb_ref_device(dev);
usr.sbin/bluetooth/rtlbtfw/main.c
258
return (found);
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c
253
const struct disk_entry *found;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c
291
for (found = lookup; found->media != DSM_UNKNOWN; found++) {
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c
292
if (strncmp(map->name_key, found->dev_name,
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c
293
strlen(found->dev_name)) != 0)
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c
300
if (strlen(map->name_key) > strlen(found->dev_name) &&
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c
301
!isdigit(map->name_key[strlen(found->dev_name)]))
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c
319
disk_entry->media = found->media;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c
320
disk_entry->removable = found->removable;
usr.sbin/cron/lib/env.c
100
if ((envp[found] = strdup(envstr)) == NULL) {
usr.sbin/cron/lib/env.c
101
envp[found] = q;
usr.sbin/cron/lib/env.c
79
int count, found;
usr.sbin/cron/lib/env.c
87
found = -1;
usr.sbin/cron/lib/env.c
90
found = count;
usr.sbin/cron/lib/env.c
94
if (found != -1) {
usr.sbin/cron/lib/env.c
99
q = envp[found];
usr.sbin/ctld/ctld.cc
1468
bool found = std::any_of(t_luns.begin(), t_luns.end(),
usr.sbin/ctld/ctld.cc
1470
if (!found && t_redirection.empty())
usr.sbin/ctld/ctld.cc
1472
if (found && !t_redirection.empty())
usr.sbin/dconschat/dconschat.c
1097
goto found;
usr.sbin/dconschat/dconschat.c
1100
found:
usr.sbin/kbdmap/kbdmap.c
426
int found;
usr.sbin/kbdmap/kbdmap.c
433
found = 0;
usr.sbin/kbdmap/kbdmap.c
437
found = 1;
usr.sbin/kbdmap/kbdmap.c
444
return found;
usr.sbin/lpr/lpc/lpc.c
225
register struct cmd *c, *found;
usr.sbin/lpr/lpc/lpc.c
230
found = NULL;
usr.sbin/lpr/lpc/lpc.c
239
found = c;
usr.sbin/lpr/lpc/lpc.c
246
return(found);
usr.sbin/moused/moused/util.c
263
bool found = false;
usr.sbin/moused/moused/util.c
274
found = true;
usr.sbin/moused/moused/util.c
277
if (!found)
usr.sbin/ngctl/main.c
498
int k, found = -1;
usr.sbin/ngctl/main.c
502
if (found != -1) {
usr.sbin/ngctl/main.c
506
found = k;
usr.sbin/ngctl/main.c
509
if (found == -1) {
usr.sbin/ngctl/main.c
513
return (cmds[found]);
usr.sbin/pmcannotate/pmcannotate.c
352
int found;
usr.sbin/pmcannotate/pmcannotate.c
354
found = 0;
usr.sbin/pmcannotate/pmcannotate.c
357
found = 1;
usr.sbin/pmcannotate/pmcannotate.c
367
if (found) {
usr.sbin/pmcannotate/pmcannotate.c
369
found = 0;
usr.sbin/pmcannotate/pmcannotate.c
372
found = 1;
usr.sbin/pmcannotate/pmcannotate.c
375
if (found)
usr.sbin/pmcannotate/pmcannotate.c
398
found = 1;
usr.sbin/pmcannotate/pmcannotate.c
401
if (found)
usr.sbin/pmcstudy/pmcstudy.c
2002
int found = 0, i;
usr.sbin/pmcstudy/pmcstudy.c
2005
found = 1;
usr.sbin/pmcstudy/pmcstudy.c
2023
if (!found) {
usr.sbin/pmcstudy/pmcstudy.c
2038
int i, found;
usr.sbin/pmcstudy/pmcstudy.c
2040
found = 0;
usr.sbin/pmcstudy/pmcstudy.c
2043
found = 1;
usr.sbin/pmcstudy/pmcstudy.c
2047
if (!found) {
usr.sbin/ppp/bundle.c
1303
int found = 0;
usr.sbin/ppp/bundle.c
1310
found++;
usr.sbin/ppp/bundle.c
1314
if (found)
usr.sbin/ppp/command.c
1044
struct cmdtab const *found;
usr.sbin/ppp/command.c
1046
found = NULL;
usr.sbin/ppp/command.c
1056
found = cmds;
usr.sbin/ppp/command.c
1063
found = cmds;
usr.sbin/ppp/command.c
1068
return found;
usr.sbin/ppp/iface.c
597
struct ncpaddr found;
usr.sbin/ppp/iface.c
607
ncprange_getaddr(&iface->addr[n].ifa, &found);
usr.sbin/ppp/iface.c
608
if (ncpaddr_equal(&found, del)) {
usr.sbin/ppp/physical.c
523
int n, found;
usr.sbin/ppp/physical.c
547
found = hdlc_Detect((u_char const **)&rbuff, n, physical_IsSync(p));
usr.sbin/ppp/physical.c
553
if (found) {
usr.sbin/ppp/slcompress.c
220
goto found;
usr.sbin/ppp/slcompress.c
239
found:
usr.sbin/rpcbind/util.c
210
goto found;
usr.sbin/rpcbind/util.c
223
goto found;
usr.sbin/rpcbind/util.c
270
found:
usr.sbin/rtsold/rtsold.c
839
int s = 0, i, found;
usr.sbin/rtsold/rtsold.c
872
found = 0;
usr.sbin/rtsold/rtsold.c
875
found++;
usr.sbin/rtsold/rtsold.c
879
if (found)
usr.sbin/sndctl/sndctl.c
1015
found = true;
usr.sbin/sndctl/sndctl.c
1024
found = true;
usr.sbin/sndctl/sndctl.c
1028
if (!found)
usr.sbin/sndctl/sndctl.c
952
bool show = true, found;
usr.sbin/sndctl/sndctl.c
998
found = false;