Searched refs:find (Results 1 – 25 of 54) sorted by relevance
123
19 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"); do44 dump2=$(find $newdir -name $name)
189 find $abirefdir/$targetdir/usr/local -name '*.a' -delete284 pc_file=$(find $DESTDIR -name libdpdk.pc)286 libdir=$(dirname $(find $DESTDIR -name librte_eal.so))
44 find $update_path -name version.map -exec \
19 for f in $(find $installdir -name "*.so.*"); do
11 set -- $(find lib drivers -name '*.map')
51 find $rootdir/drivers/net -mindepth 1 -maxdepth 1 -type d |
21 find $1 -type f |
60 find $1 $ignore $3 -name $2 -not -type l -print
278 git format-patch --find-renames \
44 V4F=`find ${TACL_DIR} -type f | egrep -e 'acl[0-9]v4_[0-9,a-z]+_rule$'`45 V6F=`find ${TACL_DIR} -type f | egrep -e 'acl[0-9]v6_[0-9,a-z]+_rule$'`
183 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("=")
37 idx = BINARY_PREFIX.find(suffix)
208 uint8_t find; in gro_tcp4_reassemble() local256 find = 0; in gro_tcp4_reassemble()260 find = 1; in gro_tcp4_reassemble()271 if (find == 0) { in gro_tcp4_reassemble()
211 uint8_t find; in gro_udp4_reassemble() local249 find = 0; in gro_udp4_reassemble()253 find = 1; in gro_udp4_reassemble()264 if (find == 0) { in gro_udp4_reassemble()
307 uint8_t find; in gro_vxlan_tcp4_reassemble() local380 find = 0; in gro_vxlan_tcp4_reassemble()384 find = 1; in gro_vxlan_tcp4_reassemble()395 if (find == 0) { in gro_vxlan_tcp4_reassemble()
303 uint8_t find; in gro_vxlan_udp4_reassemble() local360 find = 0; in gro_vxlan_udp4_reassemble()364 find = 1; in gro_vxlan_udp4_reassemble()375 if (find == 0) { in gro_vxlan_udp4_reassemble()
8 FIND=find
8 # (tail) component of it (:T), as VPATH is used to find actual file. The
116 packet first, then checks all packets in the "flow" and tries to find a117 "neighbor" for it. If find a "neighbor", merge the two packets together.118 If can't find a "neighbor", store the packet into its "flow". If can't119 find a matched "flow", insert a new "flow" and store the packet into the
74 In some use cases it is useful to have a way to find partial collisions of the78 in this case it would be useful to find another tuple whose hash has the same84 find a special source port number on translation so that the hash of
8 that is typically used to find the best match route in IPv6 forwarding applications.171 * If it is valid and the external entry flag is set to 1, then we use the tbl8 index to find out …176 * Repeat the process until either we find an invalid entry (lookup miss) or a valid entry with th…
58 After the build is completed, you can find the images and SDK in147 Where sdX is name of the drive. (You can find it though ``fdisk -l``)
152 index = data.find(b'\x00')
153 find reference/usr/local -name '*.a' -delete
73 error('Did not find -target and its value in c_args in input cross-file.')