Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/rtsold/
H A Dcap_script.c216 int nvtype; in script_limit() local
225 while ((name = nvlist_next(newlimits, &nvtype, &cookie)) != NULL) { in script_limit()
226 if (nvtype == NV_TYPE_STRING_ARRAY && in script_limit()
/freebsd-13.1/lib/libcasper/services/cap_dns/
H A Dcap_dns.c695 int nvtype; in dns_limit() local
702 while ((name = nvlist_next(newlimits, &nvtype, &cookie)) != NULL) { in dns_limit()
703 if (nvtype == NV_TYPE_STRING) { in dns_limit()
718 } else if (nvtype == NV_TYPE_NUMBER) { in dns_limit()
/freebsd-13.1/usr.sbin/iovctl/
H A Diovctl.c361 int nvtype; in print_subsystem_schema() local
364 while ((name = nvlist_next(subsystem_schema, &nvtype, &it)) != NULL) { in print_subsystem_schema()
/freebsd-13.1/sys/dev/sfxge/common/
H A Dsiena_nvram.c211 efx_nvram_type_t nvtype; member
255 if (entry->port == emip->emi_port && entry->nvtype == type) { in siena_nvram_type_to_partn()
H A Def10_nvram.c2236 efx_nvram_type_t nvtype; member
2246 #define PARTN_MAP_ENTRY(partn, port_mask, nvtype) \ argument
2247 { (NVRAM_PARTITION_TYPE_##partn), (PORT_##port_mask), (EFX_NVRAM_##nvtype) }
2343 if ((entry->nvtype == type) && in ef10_nvram_type_to_partn()
2375 *typep = entry->nvtype; in ef10_nvram_partn_to_type()