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

/freebsd-13-stable/usr.sbin/rtsold/
H A Dcap_script.c214 int nvtype; local
223 while ((name = nvlist_next(newlimits, &nvtype, &cookie)) != NULL) {
224 if (nvtype == NV_TYPE_STRING_ARRAY &&
/freebsd-13-stable/usr.sbin/iovctl/
H A Diovctl.c361 int nvtype; local
364 while ((name = nvlist_next(subsystem_schema, &nvtype, &it)) != NULL) {
/freebsd-13-stable/lib/libcasper/services/cap_dns/
H A Dcap_dns.c695 int nvtype; local
702 while ((name = nvlist_next(newlimits, &nvtype, &cookie)) != NULL) {
703 if (nvtype == NV_TYPE_STRING) {
718 } else if (nvtype == NV_TYPE_NUMBER) {
/freebsd-13-stable/sys/dev/sfxge/common/
H A Dsiena_nvram.c211 efx_nvram_type_t nvtype; member in struct:siena_parttbl_entry_s
255 if (entry->port == emip->emi_port && entry->nvtype == type) {
H A Def10_nvram.c2236 efx_nvram_type_t nvtype; member in struct:ef10_parttbl_entry_s
2246 #define PARTN_MAP_ENTRY(partn, port_mask, nvtype) \
2247 { (NVRAM_PARTITION_TYPE_##partn), (PORT_##port_mask), (EFX_NVRAM_##nvtype) }
2251 /* partn ports nvtype */
2266 /* partn ports nvtype */
2280 /* partn ports nvtype */
2343 if ((entry->nvtype == type) &&
2375 *typep = entry->nvtype;

Completed in 73 milliseconds