Home
last modified time | relevance | path

Searched refs:max_id (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c504 uint64_t *hole_array, max_id; in get_configs() local
559 max_id = 0; in get_configs()
563 ZPOOL_CONFIG_VDEV_CHILDREN, &max_id) == 0) { in get_configs()
566 max_id) == 0); in get_configs()
677 if (max_id < children) { in get_configs()
678 for (c = max_id; c < children; c++) in get_configs()
680 children = max_id; in get_configs()
681 } else if (max_id > children) { in get_configs()
684 newchild = zutil_alloc(hdl, (max_id) * in get_configs()
694 children = max_id; in get_configs()
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_dispatch.c97 const int max_id = *eax; in get_cpu_features() local
115 if (max_id >= 7) { in get_cpu_features()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_ulp.c371 unsigned long *events_bmap, u16 max_id) in bnxt_register_async_events() argument
383 ulp->max_async_event_id = max_id; in bnxt_register_async_events()
384 bnxt_hwrm_func_drv_rgtr(bp, events_bmap, max_id + 1, true); in bnxt_register_async_events()
/freebsd/contrib/wpa/src/common/
H A Ddpp.c4323 unsigned int max_id = 0; in dpp_next_id() local
4326 if (bi->id > max_id) in dpp_next_id()
4327 max_id = bi->id; in dpp_next_id()
4329 return max_id + 1; in dpp_next_id()
4780 unsigned int max_id = 0; in dpp_next_configurator_id() local
4784 if (conf->id > max_id) in dpp_next_configurator_id()
4785 max_id = conf->id; in dpp_next_configurator_id()
4787 return max_id + 1; in dpp_next_configurator_id()
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.c9793 u_int max_id; in ahd_find_tmode_devs() local
9795 max_id = (ahd->features & AHD_WIDE) ? 15 : 7; in ahd_find_tmode_devs()
9796 if (ccb->ccb_h.target_id > max_id) in ahd_find_tmode_devs()