Symbol: find
cddl/usr.sbin/zfsd/zfsd_event.cc
286
if (Value("type").find("sysevent.fs.zfs.config_sync") == 0) {
cddl/usr.sbin/zfsd/zfsd_event.cc
297
if (Value("type").find("sysevent.fs.zfs.") == 0) {
cddl/usr.sbin/zfsd/zfsd_event.cc
319
if (Value("class").find("fs.zfs.vdev.no_replicas") == 0) {
crypto/heimdal/appl/ftp/ftpd/extern.h
116
int find(char *);
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
2340
find((yyvsp[(5) - (7)].s));
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
561
find($5);
crypto/heimdal/lib/hx509/softp11.c
1314
if (state->find.next_object != -1) {
crypto/heimdal/lib/hx509/softp11.c
1323
state->find.attributes =
crypto/heimdal/lib/hx509/softp11.c
1324
calloc(1, ulCount * sizeof(state->find.attributes[0]));
crypto/heimdal/lib/hx509/softp11.c
1325
if (state->find.attributes == NULL)
crypto/heimdal/lib/hx509/softp11.c
1328
state->find.attributes[i].pValue =
crypto/heimdal/lib/hx509/softp11.c
1330
if (state->find.attributes[i].pValue == NULL) {
crypto/heimdal/lib/hx509/softp11.c
1334
memcpy(state->find.attributes[i].pValue,
crypto/heimdal/lib/hx509/softp11.c
1336
state->find.attributes[i].type = pTemplate[i].type;
crypto/heimdal/lib/hx509/softp11.c
1337
state->find.attributes[i].ulValueLen = pTemplate[i].ulValueLen;
crypto/heimdal/lib/hx509/softp11.c
1339
state->find.num_attributes = ulCount;
crypto/heimdal/lib/hx509/softp11.c
1340
state->find.next_object = 0;
crypto/heimdal/lib/hx509/softp11.c
1343
state->find.attributes = NULL;
crypto/heimdal/lib/hx509/softp11.c
1344
state->find.num_attributes = 0;
crypto/heimdal/lib/hx509/softp11.c
1345
state->find.next_object = 0;
crypto/heimdal/lib/hx509/softp11.c
1366
if (state->find.next_object == -1) {
crypto/heimdal/lib/hx509/softp11.c
1375
for (i = state->find.next_object; i < soft_token.object.num_objs; i++) {
crypto/heimdal/lib/hx509/softp11.c
1377
state->find.next_object = i + 1;
crypto/heimdal/lib/hx509/softp11.c
1379
state->find.attributes,
crypto/heimdal/lib/hx509/softp11.c
1380
state->find.num_attributes)) {
crypto/heimdal/lib/hx509/softp11.c
650
if (state->find.attributes) {
crypto/heimdal/lib/hx509/softp11.c
653
for (i = 0; i < state->find.num_attributes; i++) {
crypto/heimdal/lib/hx509/softp11.c
654
if (state->find.attributes[i].pValue)
crypto/heimdal/lib/hx509/softp11.c
655
free(state->find.attributes[i].pValue);
crypto/heimdal/lib/hx509/softp11.c
657
free(state->find.attributes);
crypto/heimdal/lib/hx509/softp11.c
658
state->find.attributes = NULL;
crypto/heimdal/lib/hx509/softp11.c
659
state->find.num_attributes = 0;
crypto/heimdal/lib/hx509/softp11.c
660
state->find.next_object = -1;
crypto/heimdal/lib/hx509/softp11.c
680
if (state->find.attributes) {
crypto/heimdal/lib/hx509/softp11.c
86
} find;
crypto/heimdal/lib/hx509/softp11.c
879
soft_token.state[i].find.attributes = NULL;
crypto/heimdal/lib/hx509/softp11.c
880
soft_token.state[i].find.num_attributes = 0;
crypto/heimdal/lib/hx509/softp11.c
881
soft_token.state[i].find.next_object = -1;
crypto/heimdal/lib/krb5/test_cc.c
352
test_cache_find(krb5_context context, const char *principal, int find)
crypto/heimdal/lib/krb5/test_cc.c
363
if (ret && find)
crypto/heimdal/lib/krb5/test_cc.c
365
if (ret == 0 && !find)
crypto/heimdal/lib/sl/slc-gram.c
1835
a = find(as, "name");
crypto/heimdal/lib/sl/slc-gram.c
1841
b = find(as, "argument");
crypto/heimdal/lib/sl/slc-gram.c
1846
b = find(as, "help");
crypto/heimdal/lib/sl/slc-gram.c
1874
lopt = find(as, "long");
crypto/heimdal/lib/sl/slc-gram.c
1876
lopt = find(as, "name");
crypto/heimdal/lib/sl/slc-gram.c
1880
type = find(as, "type");
crypto/heimdal/lib/sl/slc-gram.c
1987
type = find(tmp->u.assignment, "type");
crypto/heimdal/lib/sl/slc-gram.c
2007
name = find(as, "name");
crypto/heimdal/lib/sl/slc-gram.c
2010
arg = find(as, "argument");
crypto/heimdal/lib/sl/slc-gram.c
2013
opt1 = find(as, "option");
crypto/heimdal/lib/sl/slc-gram.c
2014
function = find(as, "function");
crypto/heimdal/lib/sl/slc-gram.c
2036
for(tmp = find(as, "option");
crypto/heimdal/lib/sl/slc-gram.c
2039
struct assignment *type = find(tmp->u.assignment, "type");
crypto/heimdal/lib/sl/slc-gram.c
2040
struct assignment *lopt = find(tmp->u.assignment, "long");
crypto/heimdal/lib/sl/slc-gram.c
2041
struct assignment *sopt = find(tmp->u.assignment, "short");
crypto/heimdal/lib/sl/slc-gram.c
2042
struct assignment *aarg = find(tmp->u.assignment, "argument");
crypto/heimdal/lib/sl/slc-gram.c
2043
struct assignment *help = find(tmp->u.assignment, "help");
crypto/heimdal/lib/sl/slc-gram.c
2074
for(tmp = find(as, "option");
crypto/heimdal/lib/sl/slc-gram.c
2078
struct assignment *type = find(tmp->u.assignment, "type");
crypto/heimdal/lib/sl/slc-gram.c
2080
struct assignment *defval = find(tmp->u.assignment, "default");
crypto/heimdal/lib/sl/slc-gram.c
2090
for(tmp = find(as, "option");
crypto/heimdal/lib/sl/slc-gram.c
2109
if((tmp = find(as, "min_args")) != NULL) {
crypto/heimdal/lib/sl/slc-gram.c
2120
if((tmp = find(as, "max_args")) != NULL) {
crypto/heimdal/lib/sl/slc-gram.c
2163
for(tmp = find(as, "option");
crypto/heimdal/lib/sl/slc-gram.c
2167
struct assignment *type = find(tmp->u.assignment, "type");
crypto/heimdal/lib/sl/slc-gram.c
2182
for(tmp = find(as, "option");
crypto/heimdal/lib/sl/slc-gram.c
2186
struct assignment *type = find(tmp->u.assignment, "type");
crypto/heimdal/lib/sl/slc-gram.y
326
a = find(as, "name");
crypto/heimdal/lib/sl/slc-gram.y
332
b = find(as, "argument");
crypto/heimdal/lib/sl/slc-gram.y
337
b = find(as, "help");
crypto/heimdal/lib/sl/slc-gram.y
365
lopt = find(as, "long");
crypto/heimdal/lib/sl/slc-gram.y
367
lopt = find(as, "name");
crypto/heimdal/lib/sl/slc-gram.y
371
type = find(as, "type");
crypto/heimdal/lib/sl/slc-gram.y
478
type = find(tmp->u.assignment, "type");
crypto/heimdal/lib/sl/slc-gram.y
498
name = find(as, "name");
crypto/heimdal/lib/sl/slc-gram.y
501
arg = find(as, "argument");
crypto/heimdal/lib/sl/slc-gram.y
504
opt1 = find(as, "option");
crypto/heimdal/lib/sl/slc-gram.y
505
function = find(as, "function");
crypto/heimdal/lib/sl/slc-gram.y
527
for(tmp = find(as, "option");
crypto/heimdal/lib/sl/slc-gram.y
530
struct assignment *type = find(tmp->u.assignment, "type");
crypto/heimdal/lib/sl/slc-gram.y
531
struct assignment *lopt = find(tmp->u.assignment, "long");
crypto/heimdal/lib/sl/slc-gram.y
532
struct assignment *sopt = find(tmp->u.assignment, "short");
crypto/heimdal/lib/sl/slc-gram.y
533
struct assignment *aarg = find(tmp->u.assignment, "argument");
crypto/heimdal/lib/sl/slc-gram.y
534
struct assignment *help = find(tmp->u.assignment, "help");
crypto/heimdal/lib/sl/slc-gram.y
565
for(tmp = find(as, "option");
crypto/heimdal/lib/sl/slc-gram.y
569
struct assignment *type = find(tmp->u.assignment, "type");
crypto/heimdal/lib/sl/slc-gram.y
571
struct assignment *defval = find(tmp->u.assignment, "default");
crypto/heimdal/lib/sl/slc-gram.y
581
for(tmp = find(as, "option");
crypto/heimdal/lib/sl/slc-gram.y
600
if((tmp = find(as, "min_args")) != NULL) {
crypto/heimdal/lib/sl/slc-gram.y
611
if((tmp = find(as, "max_args")) != NULL) {
crypto/heimdal/lib/sl/slc-gram.y
654
for(tmp = find(as, "option");
crypto/heimdal/lib/sl/slc-gram.y
658
struct assignment *type = find(tmp->u.assignment, "type");
crypto/heimdal/lib/sl/slc-gram.y
673
for(tmp = find(as, "option");
crypto/heimdal/lib/sl/slc-gram.y
677
struct assignment *type = find(tmp->u.assignment, "type");
crypto/krb5/src/windows/leashdll/lshutil.cpp
341
HookWindow::map::const_iterator iter = sm_map.find(hwnd);
crypto/openssh/openbsd-compat/strcasestr.c
49
strcasestr(const char *s, const char *find)
crypto/openssh/openbsd-compat/strcasestr.c
54
if ((c = *find++) != 0) {
crypto/openssh/openbsd-compat/strcasestr.c
56
len = strlen(find);
crypto/openssh/openbsd-compat/strcasestr.c
62
} while (strncasecmp(s, find, len) != 0);
crypto/openssh/srclimit.c
262
struct penalty find, *penalty;
crypto/openssh/srclimit.c
295
memset(&find, 0, sizeof(find));
crypto/openssh/srclimit.c
296
if (srclimit_mask_addr(&addr, bits, &find.addr) != 0)
crypto/openssh/srclimit.c
298
if ((penalty = RB_FIND(penalties_by_addr, by_addr, &find)) == NULL)
crypto/openssl/crypto/ess/ess_lib.c
359
ret = find(sk_ESS_CERT_ID_value(ss->cert_ids, i), NULL, i, chain);
crypto/openssl/crypto/ess/ess_lib.c
364
ret = find(NULL, sk_ESS_CERT_ID_V2_value(ssv2->cert_ids, i), i, chain);
crypto/openssl/crypto/store/store_lib.c
409
if (ctx->loader->find == NULL) {
crypto/openssl/crypto/store/store_lib.c
413
ret = ctx->loader->find(ctx->loader_ctx, search);
crypto/openssl/crypto/store/store_lib.c
905
if (ctx->loader->find == NULL)
crypto/openssl/crypto/store/store_lib.c
908
ret = ctx->loader->find(NULL, &tmp_search);
crypto/openssl/crypto/store/store_local.h
91
OSSL_STORE_find_fn find;
crypto/openssl/crypto/store/store_register.c
102
loader->find = find_function;
lib/libc/string/strcasestr.c
48
strcasestr_l(const char *s, const char *find, locale_t locale)
lib/libc/string/strcasestr.c
54
if ((c = *find++) != 0) {
lib/libc/string/strcasestr.c
56
len = strlen(find);
lib/libc/string/strcasestr.c
62
} while (strncasecmp_l(s, find, len, locale) != 0);
lib/libc/string/strcasestr.c
68
strcasestr(const char *s, const char *find)
lib/libc/string/strcasestr.c
70
return strcasestr_l(s, find, __get_locale());
lib/libc/string/strnstr.c
43
strnstr(const char *s, const char *find, size_t slen)
lib/libc/string/strnstr.c
48
if ((c = *find++) != '\0') {
lib/libc/string/strnstr.c
49
len = strlen(find);
lib/libc/string/strnstr.c
57
} while (strncmp(s, find, len) != 0);
lib/libc/string/wcsstr.c
41
wcsstr(const wchar_t * __restrict s, const wchar_t * __restrict find)
lib/libc/string/wcsstr.c
46
if ((c = *find++) != L'\0') {
lib/libc/string/wcsstr.c
47
len = wcslen(find);
lib/libc/string/wcsstr.c
53
} while (wcsncmp(s, find, len) != 0);
lib/libc/tests/net/inet_net_test.cc
107
auto end = std::ranges::find(strbuf, '\0');
lib/libc/tests/net/inet_net_test.cc
226
auto end = std::ranges::find(strbuf, '\0');
lib/libc/tests/net/link_addr_test.cc
432
auto end = std::ranges::find(buf, '\0');
lib/libdevdctl/event.cc
116
NVPairMap::iterator system_item(nvpairs.find("system"));
lib/libdevdctl/event.cc
156
size_t loc(devName.find(*dName, find_start));
lib/libdevdctl/event.cc
186
NVPairMap::const_iterator item(m_nvPairs.find(varName));
lib/libdevdctl/event.cc
196
return (m_nvPairs.find(varName) != m_nvPairs.end());
lib/libdevdctl/event.cc
204
NVPairMap::const_iterator devName(m_nvPairs.find("device-name"));
lib/libdevdctl/event.cc
208
NVPairMap::const_iterator systemName(m_nvPairs.find("system"));
lib/libdevdctl/event.cc
368
start = eventString.find(" on ", end);
lib/libdevdctl/event.cc
390
end = eventString.find('=', start);
lib/libdevdctl/event.cc
432
if (eventString.find(" timestamp=") == string::npos) {
lib/libdevdctl/event_factory.cc
84
Registry::const_iterator foundMethod(m_registry.find(key));
lib/libfigpar/string_m.c
103
if (find == NULL)
lib/libfigpar/string_m.c
108
flen = strlen(find);
lib/libfigpar/string_m.c
128
if (strncmp(t, find, flen) == 0) {
lib/libfigpar/string_m.c
43
strcount(const char *source, const char *find)
lib/libfigpar/string_m.c
50
if (source == NULL || find == NULL)
lib/libfigpar/string_m.c
54
flen = strlen(find);
lib/libfigpar/string_m.c
60
if (strncmp(p, find, flen) == 0) { /* found an instance */
lib/libfigpar/string_m.c
88
replaceall(char *source, const char *find, const char *replace)
libexec/atf/atf-pytest-wrapper/atf_pytest_wrapper.cpp
111
size_t splitter = kv.find("=");
sbin/devd/devd.cc
401
i = _vars.find(var);
sbin/devd/devd.cc
410
return (_vars.find(var) != _vars.end());
sbin/devd/devd.cc
425
while ((pos = rv.find("\\\"", pos)) != rv.npos) {
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
200
_macro(_cname, find) \
sys/dev/bnxt/bnxt_en/bnxt_ioctl.h
174
struct bnxt_ioctl_hwrm_nvm_find_dir_entry find;
sys/dev/bnxt/bnxt_en/if_bnxt.c
4011
struct bnxt_ioctl_hwrm_nvm_find_dir_entry *find =
sys/dev/bnxt/bnxt_en/if_bnxt.c
4012
&iod->find;
sys/dev/bnxt/bnxt_en/if_bnxt.c
4014
rc = bnxt_hwrm_nvm_find_dir_entry(softc, find->type,
sys/dev/bnxt/bnxt_en/if_bnxt.c
4015
&find->ordinal, find->ext, &find->index,
sys/dev/bnxt/bnxt_en/if_bnxt.c
4016
find->use_index, find->search_opt,
sys/dev/bnxt/bnxt_en/if_bnxt.c
4017
&find->data_length, &find->item_length,
sys/dev/bnxt/bnxt_en/if_bnxt.c
4018
&find->fw_ver);
sys/dev/hptmv/gui_lib.c
869
goto find;
sys/dev/hptmv/gui_lib.c
873
find:
sys/dev/hptmv/gui_lib.c
949
goto find;
sys/dev/hptmv/gui_lib.c
953
find:
sys/fs/autofs/autofs_vnops.c
600
struct autofs_node *anp, find;
sys/fs/autofs/autofs_vnops.c
606
find.an_name = strndup(name, namelen, M_AUTOFS);
sys/fs/autofs/autofs_vnops.c
608
find.an_name = strdup(name, M_AUTOFS);
sys/fs/autofs/autofs_vnops.c
610
anp = RB_FIND(autofs_node_tree, &parent->an_children, &find);
sys/fs/autofs/autofs_vnops.c
619
free(find.an_name, M_AUTOFS);
sys/libkern/strcasestr.c
48
strcasestr(const char *s, const char *find)
sys/libkern/strcasestr.c
53
if ((c = *find++) != 0) {
sys/libkern/strcasestr.c
55
len = strlen(find);
sys/libkern/strcasestr.c
61
} while (strncasecmp(s, find, len) != 0);
sys/libkern/strnstr.c
46
strnstr(const char *s, const char *find, size_t slen)
sys/libkern/strnstr.c
51
if ((c = *find++) != '\0') {
sys/libkern/strnstr.c
52
len = strlen(find);
sys/libkern/strnstr.c
60
} while (strncmp(s, find, len) != 0);
sys/libkern/strstr.c
42
strstr(const char *s, const char *find)
sys/libkern/strstr.c
47
if ((c = *find++) != 0) {
sys/libkern/strstr.c
48
len = strlen(find);
sys/libkern/strstr.c
54
} while (strncmp(s, find, len) != 0);
sys/netinet/in_mcast.c
431
struct ip_msource find;
sys/netinet/in_mcast.c
439
find.ims_haddr = ntohl(psa->sin.sin_addr.s_addr);
sys/netinet/in_mcast.c
440
ims = RB_FIND(ip_msource_tree, &imf->imf_sources, &find);
sys/netinet/in_mcast.c
684
struct ip_msource find;
sys/netinet/in_mcast.c
689
find.ims_haddr = ntohl(naddr);
sys/netinet/in_mcast.c
690
ims = RB_FIND(ip_msource_tree, &inm->inm_srcs, &find);
sys/netinet/in_mcast.c
700
nims->ims_haddr = find.ims_haddr;
sys/netinet/in_mcast.c
731
struct ip_msource find;
sys/netinet/in_mcast.c
741
find.ims_haddr = ntohl(psin->sin_addr.s_addr);
sys/netinet/in_mcast.c
742
ims = RB_FIND(ip_msource_tree, &imf->imf_sources, &find);
sys/netinet/in_mcast.c
752
lims->ims_haddr = find.ims_haddr;
sys/netinet/in_mcast.c
803
struct ip_msource find;
sys/netinet/in_mcast.c
808
find.ims_haddr = ntohl(psin->sin_addr.s_addr);
sys/netinet/in_mcast.c
809
ims = RB_FIND(ip_msource_tree, &imf->imf_sources, &find);
sys/netinet/in_mcast.c
932
struct ip_msource find;
sys/netinet/in_mcast.c
935
find.ims_haddr = haddr;
sys/netinet/in_mcast.c
936
ims = RB_FIND(ip_msource_tree, &inm->inm_srcs, &find);
sys/netinet6/in6_mcast.c
293
struct ip6_msource find;
sys/netinet6/in6_mcast.c
300
find.im6s_addr = psa->sin6.sin6_addr;
sys/netinet6/in6_mcast.c
301
in6_clearscope(&find.im6s_addr); /* XXX */
sys/netinet6/in6_mcast.c
302
ims = RB_FIND(ip6_msource_tree, &imf->im6f_sources, &find);
sys/netinet6/in6_mcast.c
702
struct ip6_msource find;
sys/netinet6/in6_mcast.c
707
find.im6s_addr = *addr;
sys/netinet6/in6_mcast.c
708
ims = RB_FIND(ip6_msource_tree, &inm->in6m_srcs, &find);
sys/netinet6/in6_mcast.c
718
nims->im6s_addr = find.im6s_addr;
sys/netinet6/in6_mcast.c
749
struct ip6_msource find;
sys/netinet6/in6_mcast.c
758
find.im6s_addr = psin->sin6_addr;
sys/netinet6/in6_mcast.c
759
ims = RB_FIND(ip6_msource_tree, &imf->im6f_sources, &find);
sys/netinet6/in6_mcast.c
769
lims->im6s_addr = find.im6s_addr;
sys/netinet6/in6_mcast.c
820
struct ip6_msource find;
sys/netinet6/in6_mcast.c
824
find.im6s_addr = psin->sin6_addr;
sys/netinet6/in6_mcast.c
825
ims = RB_FIND(ip6_msource_tree, &imf->im6f_sources, &find);
sys/netinet6/in6_mcast.c
948
struct ip6_msource find;
sys/netinet6/in6_mcast.c
954
find.im6s_addr = *addr;
sys/netinet6/in6_mcast.c
955
ims = RB_FIND(ip6_msource_tree, &inm->in6m_srcs, &find);
sys/netpfil/pf/pf_osfp.c
346
pf_osfp_find(struct pf_osfp_list *list, struct pf_os_fingerprint *find,
sys/netpfil/pf/pf_osfp.c
354
if (f->_field != find->_field) \
sys/netpfil/pf/pf_osfp.c
357
if (f->_field == 0 || find->_field % f->_field) \
sys/netpfil/pf/pf_osfp.c
363
if (f->fp_tcpopts != find->fp_tcpopts ||
sys/netpfil/pf/pf_osfp.c
364
f->fp_optcnt != find->fp_optcnt ||
sys/netpfil/pf/pf_osfp.c
365
f->fp_ttl < find->fp_ttl ||
sys/netpfil/pf/pf_osfp.c
366
f->fp_ttl - find->fp_ttl > ttldiff ||
sys/netpfil/pf/pf_osfp.c
368
(find->fp_flags & (PF_OSFP_DF|PF_OSFP_TS0)))
sys/netpfil/pf/pf_osfp.c
376
if (find->fp_mss == 0)
sys/netpfil/pf/pf_osfp.c
384
if ((find->fp_wsize % find->fp_mss ||
sys/netpfil/pf/pf_osfp.c
385
find->fp_wsize / find->fp_mss !=
sys/netpfil/pf/pf_osfp.c
387
(find->fp_wsize % SMART_MSS ||
sys/netpfil/pf/pf_osfp.c
388
find->fp_wsize / SMART_MSS !=
sys/netpfil/pf/pf_osfp.c
392
if (find->fp_mss == 0)
sys/netpfil/pf/pf_osfp.c
397
if ((find->fp_wsize % (find->fp_mss + MTUOFF) ||
sys/netpfil/pf/pf_osfp.c
398
find->fp_wsize / (find->fp_mss + MTUOFF) !=
sys/netpfil/pf/pf_osfp.c
400
(find->fp_wsize % SMART_MTU ||
sys/netpfil/pf/pf_osfp.c
401
find->fp_wsize / SMART_MTU !=
sys/netpfil/pf/pf_osfp.c
405
if (f->fp_wsize == 0 || find->fp_wsize %
sys/netpfil/pf/pf_osfp.c
409
if (f->fp_wsize != find->fp_wsize)
sys/netpfil/pf/pf_osfp.c
421
pf_osfp_find_exact(struct pf_osfp_list *list, struct pf_os_fingerprint *find)
sys/netpfil/pf/pf_osfp.c
426
if (f->fp_tcpopts == find->fp_tcpopts &&
sys/netpfil/pf/pf_osfp.c
427
f->fp_wsize == find->fp_wsize &&
sys/netpfil/pf/pf_osfp.c
428
f->fp_psize == find->fp_psize &&
sys/netpfil/pf/pf_osfp.c
429
f->fp_mss == find->fp_mss &&
sys/netpfil/pf/pf_osfp.c
430
f->fp_flags == find->fp_flags &&
sys/netpfil/pf/pf_osfp.c
431
f->fp_optcnt == find->fp_optcnt &&
sys/netpfil/pf/pf_osfp.c
432
f->fp_wscale == find->fp_wscale &&
sys/netpfil/pf/pf_osfp.c
433
f->fp_ttl == find->fp_ttl)
sys/netpfil/pf/pf_osfp.c
491
struct pf_os_fingerprint *f, *f2, find;
sys/netpfil/pf/pf_osfp.c
494
memcpy(&find, f, sizeof(find));
sys/netpfil/pf/pf_osfp.c
497
if (find.fp_mss == 0)
sys/netpfil/pf/pf_osfp.c
498
find.fp_mss = 128;
sys/netpfil/pf/pf_osfp.c
500
find.fp_wsize *= find.fp_mss;
sys/netpfil/pf/pf_osfp.c
502
find.fp_wsize *= (find.fp_mss + 40);
sys/netpfil/pf/pf_osfp.c
504
find.fp_wsize *= 2;
sys/netpfil/pf/pf_osfp.c
505
if (f != (f2 = pf_osfp_find(&V_pf_osfp_list, &find, 0))) {
sys/opencrypto/cryptodev.c
1065
cryptodev_find(struct crypt_find_op *find)
sys/opencrypto/cryptodev.c
1068
size_t fnlen = sizeof find->name;
sys/opencrypto/cryptodev.c
1070
if (find->crid != -1) {
sys/opencrypto/cryptodev.c
1071
dev = crypto_find_device_byhid(find->crid);
sys/opencrypto/cryptodev.c
1074
strncpy(find->name, device_get_nameunit(dev), fnlen);
sys/opencrypto/cryptodev.c
1075
find->name[fnlen - 1] = '\x0';
sys/opencrypto/cryptodev.c
1077
find->name[fnlen - 1] = '\x0';
sys/opencrypto/cryptodev.c
1078
find->crid = crypto_find_driver(find->name);
sys/opencrypto/cryptodev.c
1079
if (find->crid == -1)
sys/x86/iommu/amd_drv.c
1092
.find = amdiommu_find_method,
sys/x86/iommu/intel_drv.c
1331
.find = dmar_find_method,
sys/x86/iommu/iommu_utils.c
241
.find = x86_no_iommu_find,
sys/x86/iommu/iommu_utils.c
294
return (x86_iommu->find(dev, verbose));
sys/x86/iommu/x86_iommu.h
84
struct iommu_unit *(*find)(device_t dev, bool verbose);
tests/sys/capsicum/capsicum-test.cc
31
if (tmp_paths.find(pathname) == tmp_paths.end()) {
tests/sys/fs/fusefs/mockfs.cc
760
if (m_uniques->find(in.header.unique) != m_uniques->end())
tests/sys/opencrypto/blake2_test.c
78
struct crypt_find_op find;
tests/sys/opencrypto/blake2_test.c
80
find.crid = -1;
tests/sys/opencrypto/blake2_test.c
81
strlcpy(find.name, devname, sizeof(find.name));
tests/sys/opencrypto/blake2_test.c
82
ATF_REQUIRE(ioctl(fd, CIOCFINDDEV, &find) != -1);
tests/sys/opencrypto/blake2_test.c
83
return (find.crid);
tools/build/cross-build/include/linux/string.h
55
char *strnstr(const char *str, const char *find, size_t str_len);
tools/tools/crypto/cryptocheck.c
376
struct crypt_find_op find;
tools/tools/crypto/cryptocheck.c
386
find.crid = -1;
tools/tools/crypto/cryptocheck.c
387
strlcpy(find.name, devname, sizeof(find.name));
tools/tools/crypto/cryptocheck.c
388
if (ioctl(devcrypto(), CIOCFINDDEV, &find) == -1)
tools/tools/crypto/cryptocheck.c
390
return (find.crid);
tools/tools/crypto/cryptocheck.c
396
static struct crypt_find_op find;
tools/tools/crypto/cryptocheck.c
403
bzero(&find, sizeof(find));
tools/tools/crypto/cryptocheck.c
404
find.crid = crid;
tools/tools/crypto/cryptocheck.c
405
if (ioctl(devcrypto(), CIOCFINDDEV, &find) == -1)
tools/tools/crypto/cryptocheck.c
407
return (find.name);
usr.bin/ar/read.c
109
find = 1;
usr.bin/ar/read.c
112
if (!find)
usr.bin/ar/read.c
63
char find;
usr.bin/ar/read.c
97
find = 0;
usr.bin/ar/write.c
240
int i, r, find;
usr.bin/ar/write.c
274
find = 0;
usr.bin/ar/write.c
286
find = 1;
usr.bin/ar/write.c
289
if (!find)
usr.bin/dtc/checking.cc
256
auto checker = checkers.find(name);
usr.bin/dtc/checking.cc
270
auto checker = disabled_checkers.find(name);
usr.bin/dtc/dtb.cc
310
auto old = string_offsets.find(str);
usr.bin/dtc/fdt.cc
1245
auto iter = node_names.find(name);
usr.bin/dtc/fdt.cc
1259
auto i = node_paths.find(name);
usr.bin/dtc/fdt.cc
1330
while (used_phandles.find(phandle) != used_phandles.end())
usr.bin/dtc/fdt.cc
1411
auto i = phandle_set.find(&v);
usr.bin/dtc/fdt.cc
2071
auto existing = node_names.find(name);
usr.bin/dtc/fdt.cc
2075
existing = node_names.find(name);
usr.bin/dtc/fdt.cc
2136
if (node_paths.find(s.first) == node_paths.end())
usr.bin/dtc/fdt.cc
485
((found = defines->find(name)) == defines->end()))
usr.sbin/bhyve/mem.c
87
struct mmio_rb_range find, *res;
usr.sbin/bhyve/mem.c
89
find.mr_base = find.mr_end = addr;
usr.sbin/bhyve/mem.c
91
res = RB_FIND(mmio_rb_tree, rbt, &find);
usr.sbin/ctld/ctld.cc
1087
auto it = pports.find(std::string(name));
usr.sbin/ctld/ctld.cc
1205
auto it = pg_ports.find(std::string(target));
usr.sbin/ctld/ctld.cc
1239
auto it = conf_controllers.find(std::string(name));
usr.sbin/ctld/ctld.cc
1279
auto it = conf_targets.find(std::string(name));
usr.sbin/ctld/ctld.cc
1506
auto it = conf_luns.find(std::string(name));
usr.sbin/ctld/ctld.cc
2004
auto it = oldconf->conf_portal_groups.find(kv.first);
usr.sbin/ctld/ctld.cc
2015
auto it = oldconf->conf_transport_groups.find(kv.first);
usr.sbin/ctld/ctld.cc
2045
const auto it = conf_ports.find(name);
usr.sbin/ctld/ctld.cc
2067
auto newit = conf_luns.find(it->first);
usr.sbin/ctld/ctld.cc
2109
auto oldit = oldconf->conf_luns.find(it->first);
usr.sbin/ctld/ctld.cc
2144
const auto oldit = oldconf->conf_ports.find(name);
usr.sbin/ctld/ctld.cc
215
auto it = ag_auths.find(std::string(user));
usr.sbin/ctld/ctld.cc
2200
auto it = oldconf->conf_isns.find(kv.first);
usr.sbin/ctld/ctld.cc
329
size_t pos = net.find('/');
usr.sbin/ctld/ctld.cc
356
if (brackets || net.find(':') != net.npos) {
usr.sbin/ctld/ctld.cc
504
auto it = conf_auth_groups.find(std::string(name));
usr.sbin/ctld/ctld.cc
548
auto it = conf_portal_groups.find(std::string(name));
usr.sbin/ctld/ctld.cc
587
auto it = conf_transport_groups.find(std::string(name));
usr.sbin/ctld/ctld.cc
617
size_t pos = addr.find(']');
usr.sbin/ctld/ctld.cc
632
size_t pos = addr.find(':');
usr.sbin/ctld/ctld.cc
633
if (pos != addr.npos && addr.find(':', pos + 1) == addr.npos) {
usr.sbin/ctld/ctld.cc
661
auto it = pg_ports.find(port->target()->name());
usr.sbin/pmc/cmd_pmc_filter.cc
164
auto kvpair = map.find(id);
usr.sbin/pmc/cmd_pmc_summary.cc
114
if (tideventmap.find(ev.pl_u.pl_tc.pl_tdname) == tideventmap.end())
usr.sbin/pmc/cmd_pmc_summary.cc
120
if (pideventmap.find(ev.pl_u.pl_pc.pl_pcomm) == pideventmap.end())
usr.sbin/pmc/cmd_pmc_summary.cc
129
auto tidname = tidmap.find(ev.pl_u.pl_cc.pl_tid);
usr.sbin/pmc/cmd_pmc_summary.cc
130
auto pidname = pidmap.find(ev.pl_u.pl_cc.pl_pid);