Home
last modified time | relevance | path

Searched refs:search (Results 1 – 25 of 121) sorted by relevance

12345

/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A Dzfs_agents.c195 guid_search_t search = { 0 }; in zfs_agent_post_event() local
215 &search.gs_devid); in zfs_agent_post_event()
216 (void) zpool_iter(g_zfs_hdl, zfs_agent_iter_pool, &search); in zfs_agent_post_event()
217 pool_guid = search.gs_pool_guid; in zfs_agent_post_event()
218 vdev_guid = search.gs_vdev_guid; in zfs_agent_post_event()
219 devtype = search.gs_vdev_type; in zfs_agent_post_event()
227 if (search.gs_vdev_expandtime != 0 && in zfs_agent_post_event()
228 search.gs_vdev_expandtime + 10 > tv.tv_sec) { in zfs_agent_post_event()
231 search.gs_devid); in zfs_agent_post_event()
/f-stack/dpdk/drivers/net/mlx4/
H A Dmeson.build87 # input array for meson member search:
88 # [ "MACRO to define if found", "header for the search",
89 # "symbol to search", "struct member to search" ]
95 # input array for meson symbol search:
96 # [ "MACRO to define if found", "header for the search",
97 # "symbol to search" ]
/f-stack/freebsd/security/mac_veriexec/
H A Dveriexec_metadata.c307 search: in find_veriexec_dev()
335 goto search; in find_veriexec_dev()
633 search: in mac_veriexec_metadata_add_file()
697 goto search; in mac_veriexec_metadata_add_file()
752 struct veriexec_devhead *search[3]; in mac_veriexec_metadata_get_file_info() local
758 search[0] = &veriexec_file_dev_head; in mac_veriexec_metadata_get_file_info()
759 search[1] = &veriexec_dev_head; in mac_veriexec_metadata_get_file_info()
761 search[0] = &veriexec_dev_head; in mac_veriexec_metadata_get_file_info()
762 search[1] = &veriexec_file_dev_head; in mac_veriexec_metadata_get_file_info()
764 search[2] = NULL; in mac_veriexec_metadata_get_file_info()
[all …]
/f-stack/dpdk/drivers/net/tap/
H A Dmeson.build23 # input array for meson symbol search:
24 # [ "MACRO to define if found", "header for the search",
25 # "enum/define", "symbol to search" ]
/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmeson.build57 # input array for meson member search:
58 # [ "MACRO to define if found", "header for the search",
59 # "symbol to search", "struct member to search" ]
70 # input array for meson symbol search:
71 # [ "MACRO to define if found", "header for the search",
72 # "symbol to search" ]
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_fm.c272 search.re_subclass = ZSC_IO; in zfs_ereport_is_duplicate()
274 search.re_subclass = ZSC_DATA; in zfs_ereport_is_duplicate()
276 search.re_subclass = ZSC_CHECKSUM; in zfs_ereport_is_duplicate()
280 search.re_pool_guid = spa_guid(spa); in zfs_ereport_is_duplicate()
281 search.re_vdev_guid = vd->vdev_guid; in zfs_ereport_is_duplicate()
282 search.re_io_error = zio->io_error; in zfs_ereport_is_duplicate()
286 search.re_io_size = size; in zfs_ereport_is_duplicate()
287 search.re_io_offset = offset; in zfs_ereport_is_duplicate()
289 search.re_io_size = zio->io_size; in zfs_ereport_is_duplicate()
290 search.re_io_offset = zio->io_offset; in zfs_ereport_is_duplicate()
[all …]
H A Ddsl_bookmark.c974 dsl_bookmark_node_t search = { 0 }; in dsl_bookmark_destroy_sync_impl() local
997 search.dbn_name = realname; in dsl_bookmark_destroy_sync_impl()
1289 dsl_bookmark_node_t search = { 0 }; in dsl_bookmark_ds_destroyed() local
1291 search.dbn_phys.zbm_creation_txg = in dsl_bookmark_ds_destroyed()
1293 search.dbn_phys.zbm_flags = ZBM_FLAG_HAS_FBN; in dsl_bookmark_ds_destroyed()
1298 search.dbn_name = ""; in dsl_bookmark_ds_destroyed()
1299 VERIFY3P(avl_find(&head->ds_bookmarks, &search, &idx), ==, NULL); in dsl_bookmark_ds_destroyed()
1416 dsl_bookmark_node_t search = { 0 }; in dsl_bookmark_next_changed() local
1418 search.dbn_phys.zbm_creation_txg = in dsl_bookmark_next_changed()
1420 search.dbn_phys.zbm_flags = ZBM_FLAG_HAS_FBN; in dsl_bookmark_next_changed()
[all …]
H A Dspa_misc.c579 (void) strlcpy(search.spa_name, name, sizeof (search.spa_name)); in spa_lookup()
585 cp = strpbrk(search.spa_name, "/@#"); in spa_lookup()
953 spa_aux_t search; in spa_aux_add() local
956 search.aux_guid = vd->vdev_guid; in spa_aux_add()
970 spa_aux_t search; in spa_aux_remove() local
974 search.aux_guid = vd->vdev_guid; in spa_aux_remove()
975 aux = avl_find(avl, &search, &where); in spa_aux_remove()
990 spa_aux_t search, *found; in spa_aux_exists() local
992 search.aux_guid = guid; in spa_aux_exists()
1015 spa_aux_t search, *found; in spa_aux_activate() local
[all …]
H A Dspa_errlog.c95 spa_error_entry_t search; in spa_log_error() local
118 search.se_bookmark = *zb; in spa_log_error()
119 if (avl_find(tree, &search, &where) != NULL) { in spa_log_error()
/f-stack/freebsd/kern/
H A Dkern_cpu.c735 struct cf_level *level, *search; in cpufreq_insert_abs() local
759 if (sets[i].freq <= search->total_set.freq) { in cpufreq_insert_abs()
761 sets[i].freq, search->total_set.freq); in cpufreq_insert_abs()
762 TAILQ_INSERT_AFTER(list, search, level, link); in cpufreq_insert_abs()
768 TAILQ_FOREACH(search, list, link) in cpufreq_insert_abs()
769 if (sets[i].freq >= search->total_set.freq) { in cpufreq_insert_abs()
771 sets[i].freq, search->total_set.freq); in cpufreq_insert_abs()
772 TAILQ_INSERT_BEFORE(search, level, link); in cpufreq_insert_abs()
787 struct cf_level *fill, *search; in cpufreq_expand_set() local
810 fill = search; in cpufreq_expand_set()
[all …]
/f-stack/freebsd/contrib/openzfs/config/
H A Dlib-prefix.m428 [[ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib
29 --without-lib-prefix don't search for libraries in includedir and libdir]],
160 dnl the compiler's default mode by looking at the compiler's library search
188 AC_CACHE_CHECK([for the common suffixes of directories in the library search path],
212 dnl compilers sometimes have odd library search paths. Therefore
215 … && LC_ALL=C /usr/bin/gcc -print-search-dirs >/dev/null 2>/dev/null; then \
216 LC_ALL=C /usr/bin/gcc -print-search-dirs; \
218 LC_ALL=C $CC -print-search-dirs; \
H A Dfind_system_library.m41 # find_system_lib.m4 - Macros to search for a system library. -*- Autoconf -*-
48 # search for header under HEADER-PREFIXES
H A Dlib-ld.m466 ac_prog=ld # Program to search in $PATH
85 # Got the pathname. No search in PATH is needed.
93 # If it is relative, then search for the first ld in PATH.
/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_device.c175 fsdev_find_all_devs(const char *path, const char *search, in fsdev_find_all_devs() argument
191 if (strstr(entry->d_name, search)) { in fsdev_find_all_devs()
209 fsdev_find_sub_dir(char *path, const char *search, char *output) in fsdev_find_sub_dir() argument
221 if (!strcmp(entry->d_name, search)) { in fsdev_find_sub_dir()
/f-stack/freebsd/netinet6/
H A Dnd6_rtr.c613 struct nd_pfxrouter *search; in pfxrtr_lookup() local
618 if (search->router == dr) in pfxrtr_lookup()
621 return (search); in pfxrtr_lookup()
1309 struct nd_prefix *search; in nd6_prefix_lookup_locked() local
1314 if (key->ndpr_ifp == search->ndpr_ifp && in nd6_prefix_lookup_locked()
1315 key->ndpr_plen == search->ndpr_plen && in nd6_prefix_lookup_locked()
1318 nd6_prefix_ref(search); in nd6_prefix_lookup_locked()
1322 return (search); in nd6_prefix_lookup_locked()
1328 struct nd_prefix *search; in nd6_prefix_lookup() local
1331 search = nd6_prefix_lookup_locked(key); in nd6_prefix_lookup()
[all …]
/f-stack/tools/libxo/doc/_static/
H A Dbasic.css_t93 /* -- search page ----------------------------------------------------------- */
95 ul.search {
100 ul.search li {
107 ul.search li a {
111 ul.search li div.context {
/f-stack/tools/arp/
H A Darp.c102 static int search(u_long addr, action_fn *action);
210 search(0, print_entry); in main()
233 search(0, nuke_entry); in main()
478 found = search(addr->sin_addr.s_addr, print_entry); in get()
562 search(u_long addr, action_fn *action) in search() function
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_ctldir.c266 zfs_snapentry_t *se, search; in zfsctl_snapshot_find_by_name() local
270 search.se_name = (char *)snapname; in zfsctl_snapshot_find_by_name()
271 se = avl_find(&zfs_snapshots_by_name, &search, NULL); in zfsctl_snapshot_find_by_name()
286 zfs_snapentry_t *se, search; in zfsctl_snapshot_find_by_objsetid() local
290 search.se_spa = spa; in zfsctl_snapshot_find_by_objsetid()
291 search.se_objsetid = objsetid; in zfsctl_snapshot_find_by_objsetid()
292 se = avl_find(&zfs_snapshots_by_objsetid, &search, NULL); in zfsctl_snapshot_find_by_objsetid()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpacket_classif_access_ctrl.rst10 The ACL library is used to perform an N-tuple search over a set of rules with multiple categories
37 …erformance reasons - search function processes the first input byte as part of the flow setup and …
76 This is the offset from the beginning of the buffer parameter for the search.
222 In the following example the last element of the search key is 8-bit long.
268 * Next element of search key (Type of Service) is indeed 1 byte long.
300 …This effectively provides a "parallel lookup" by enabling a single search to return multiple resul…
312 …When the search is performed for an input tuple, all fields in that tuple must be in network byte …
367 …xt has finished successfully, it can be used to perform classification - search for a rule with hi…
395 …efault classifier function for a given ACL context or perform particular search using non-default …
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/docs/source/
H A Dindex.rst21 * :ref:`search`
/f-stack/freebsd/mips/conf/
H A DTP-MR3040.hints64 hint.map.2.end="search:0x00100000:0x10000:.!/bin/sh"
70 hint.map.3.start="search:0x00100000:0x10000:.!/bin/sh"
H A DPICOSTATION_M2HP.hints83 hint.map.2.end="search:0x00100000:0x10000:.!/bin/sh"
88 hint.map.3.start="search:0x00100000:0x10000:.!/bin/sh"
H A DROCKET_M2HP.hints83 hint.map.2.end="search:0x00100000:0x10000:.!/bin/sh"
88 hint.map.3.start="search:0x00100000:0x10000:.!/bin/sh"
H A DCARAMBOLA2.hints72 hint.map.2.end="search:0x00050000:0x10000:.!/bin/sh"
77 hint.map.3.start="search:0x00050000:0x10000:.!/bin/sh"
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2504 nvpair_t *pair = nvlist_next_nvpair(search, NULL); in vdev_to_nvlist_iter()
2507 if (search == NULL || pair == NULL) in vdev_to_nvlist_iter()
2615 if ((ret = vdev_to_nvlist_iter(child[c], search, in vdev_to_nvlist_iter()
2636 if ((ret = vdev_to_nvlist_iter(child[c], search, in vdev_to_nvlist_iter()
2647 if ((ret = vdev_to_nvlist_iter(child[c], search, in vdev_to_nvlist_iter()
2665 nvlist_t *search, *nvroot, *ret; in zpool_find_vdev_by_physpath() local
2675 verify(nvlist_add_string(search, ZPOOL_CONFIG_PHYS_PATH, in zpool_find_vdev_by_physpath()
2687 nvlist_free(search); in zpool_find_vdev_by_physpath()
2717 nvlist_t *nvroot, *search, *ret; in zpool_find_vdev() local
2739 nvlist_free(search); in zpool_find_vdev()
[all …]

12345