Home
last modified time | relevance | path

Searched refs:find (Results 1 – 25 of 195) sorted by relevance

12345678

/f-stack/freebsd/netpfil/pf/
H A Dpf_osfp.c381 if (find->fp_mss == 0) in pf_osfp_find()
389 if ((find->fp_wsize % find->fp_mss || in pf_osfp_find()
390 find->fp_wsize / find->fp_mss != in pf_osfp_find()
402 if ((find->fp_wsize % (find->fp_mss + MTUOFF) || in pf_osfp_find()
403 find->fp_wsize / (find->fp_mss + MTUOFF) != in pf_osfp_find()
499 memcpy(&find, f, sizeof(find)); in pf_osfp_validate()
502 if (find.fp_mss == 0) in pf_osfp_validate()
503 find.fp_mss = 128; in pf_osfp_validate()
505 find.fp_wsize *= find.fp_mss; in pf_osfp_validate()
507 find.fp_wsize *= (find.fp_mss + 40); in pf_osfp_validate()
[all …]
/f-stack/freebsd/contrib/dev/acpica/
H A Dacpica_prep.sh56 find ${wrk} -name ${i} -type d -print | xargs rm -r
59 find ${wrk} -name ${i} -type f -delete
65 find ${wrk} -name ${i} -type d -print | xargs -J % mv % ${dst}
68 find ${wrk} -type f -print | xargs -J % mv % ${dst}
72 find ${dst} -name "*.[chly]" -type f -print | \
76 find ${dst}/common ${dst}/compiler ${dst}/components \
81 find ${dst}/include/platform -name "*.h" -type f -print | \
/f-stack/freebsd/libkern/
H A Dstrstr.c45 strstr(const char *s, const char *find) in strstr() argument
50 if ((c = *find++) != 0) { in strstr()
51 len = strlen(find); in strstr()
57 } while (strncmp(s, find, len) != 0); in strstr()
H A Dstrcasestr.c51 strcasestr(const char *s, const char *find) in strcasestr() argument
56 if ((c = *find++) != 0) { in strcasestr()
58 len = strlen(find); in strcasestr()
64 } while (strncasecmp(s, find, len) != 0); in strcasestr()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_strings.lua49 assert(string.find("123456789", "345") == 3)
50 a,b = string.find("123456789", "345")
52 assert(string.find("1234567890123456789", "345", 3) == 3)
53 assert(string.find("1234567890123456789", "345", 4) == 13)
54 assert(string.find("1234567890123456789", "346", 4) == nil)
56 assert(string.find("abcdefg", "\0", 5, 1) == nil)
57 assert(string.find("", "") == 1)
58 assert(string.find("", "", 1) == 1)
59 assert(not string.find("", "", 2))
60 assert(string.find('', 'aaa', 1) == nil)
[all …]
/f-stack/dpdk/devtools/
H A Dcheck-abi.sh19 incdir=$(find $refdir -type d -a -name include)
30 incdir2=$(find $newdir -type d -a -name include)
38 for dump in $(find $refdir -name "*.dump"); do
47 dump2=$(find $newdir -name $name)
H A Dcheck-symbol-maps.sh14 for map in $(find lib drivers -name '*.map') ; do
40 for def in $(find lib drivers -name '*_exports.def') ; do
H A Dtest-meson-builds.sh187 find $abirefdir/$targetdir/usr/local -name '*.a' -delete
267 pc_file=$(find $DESTDIR -name libdpdk.pc)
269 libdir=$(dirname $(find $DESTDIR -name librte_eal.so))
/f-stack/freebsd/tools/
H A Dmakesyscalls.lua420 return type:find("*") or type:find("caddr_t")
446 if line:find("^#%s*if") then
448 elseif line:find("^#%s*else") then
476 prevline:find("}") == nil
555 if k:find(pflags) then
661 if argtype:find("*") then
728 funcname:find("^linux") or
729 funcname:find("^cloudabi") then
756 funcname:find("^linux") or
757 funcname:find("^cloudabi") then
[all …]
/f-stack/freebsd/contrib/openzfs/
H A DMakefile.am66 -find . \( -name SCCS -o -name BitKeeper -o -name .svn -o -name CVS \
118 @find ${top_srcdir} -name build -prune \
131 $$(find ${top_srcdir}/scripts/*.sh -type f) \
132 $$(find ${top_srcdir}/cmd/zed/zed.d/*.sh -type f) \
133 $$(find ${top_srcdir}/cmd/zpool/zpool.d/* \
150 $$(find ${top_srcdir} \
173 find ${top_srcdir}/man/man8 -type f -name 'zfs.8' \
189 @find ${top_srcdir}/tests/zfs-tests -type f \
237 find $(top_srcdir) -name '.?*' -prune \
243 find $(top_srcdir) -name '.?*' -prune \
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted_mounts.ksh72 contents=$(log_must find $recv_mnt)
73 contents_orig=$(log_must find $send_mnt)
104 contents=$(log_must find $recv_mnt)
105 contents_orig=$(log_must find $send_mnt)
/f-stack/tools/libxo/xohtml/
H A Dxohtml.js4 $top.find('[class~="data"]').each(function() {
31 div.find(".xpath-link")
/f-stack/freebsd/contrib/openzfs/cmd/zpool/zpool.d/
H A Dsmart53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
56 find "$dir" -type f -printf "%f\n" | while read -r file ; do
/f-stack/freebsd/contrib/openzfs/module/
H A DMakefile.in68 find . -name '*.ur-safe' -type f -print | xargs $(RM)
84 find $$kmoddir -name 'modules.*' | xargs $(RM); \
110 (cd @srcdir@ && find $(ZFS_MODULES) os -name '*.[chS]') | \
/f-stack/freebsd/contrib/device-tree/
H A DMakefile102 ALL_DTS := $(shell find src/* -name \*.dts)
112 ARCH_DTS := $(shell find src/$(ARCH) -name \*.dts)
157 @find . $(RCS_FIND_IGNORE) \
/f-stack/freebsd/contrib/openzfs/config/
H A Dfind_system_library.m478 # if the user set LIBS, fail if we didn't find the header
79 AC_MSG_FAILURE([cannot find header [$3] for library [$5]])
95 AC_MSG_WARN([cannot find [$5] via pkg-config or in the standard locations])
/f-stack/freebsd/contrib/device-tree/Bindings/
H A DMakefile24 find_cmd = find $(srctree)/$(src) \( -name '*.yaml' ! \
72 clean-files = $(shell find $(obj) \( -name '*.example.dts' -o \
/f-stack/dpdk/usertools/
H A Ddpdk-pmdinfo.py183 if l.find("Date:") > -1:
199 if l.find("\t\t") == 0:
202 elif l.find("\t") == 0:
347 rc = mystring.find("PMD_INFO_STRING")
413 rc = mystring.find("DPDK_PLUGIN_PATH")
415 rc = mystring.find("=")
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/mv_files/
H A Dmv_files_common.kshlib155 find $1 -type f -print | xargs -I "{}" \
168 file_num=`find $1 -type f -print | \
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_encrypted_truncated_files.ksh57 find $1 -type f -exec sha256 -q {} \; | \
61 find $1 -type f -exec sha256sum {} \; | \
/f-stack/dpdk/lib/librte_gro/
H A Dgro_tcp4.c209 uint8_t find; in gro_tcp4_reassemble() local
257 find = 0; in gro_tcp4_reassemble()
261 find = 1; in gro_tcp4_reassemble()
272 if (find == 0) { in gro_tcp4_reassemble()
/f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/cpm_qe/cpm/
H A Di2c.txt16 i2c drivers to find the bus to probe:
20 by legacy i2c device drivers to find a bus in a specific context like
/f-stack/dpdk/doc/api/
H A Dgenerate_examples.sh15 find "${EXAMPLES_DIR}" -type f -name '*.c' -printf '@example examples/%P\n' | LC_ALL=C sort
/f-stack/freebsd/contrib/openzfs/scripts/
H A Dman-dates.sh8 find man -type f | while read -r i ; do
/f-stack/app/redis-5.0.5/deps/lua/test/
H A Dglobals.lua8 local ok,_,l,op,g=string.find(s,"%[%-?(%d*)%]%s*([GS])ETGLOBAL.-;%s+(.*)$")

12345678