Searched refs:nvtype (Results 1 – 5 of 5) sorted by relevance
| /src/usr.sbin/rtsold/ |
| H A D | cap_script.c | 213 int nvtype; in script_limit() local 222 while ((name = nvlist_next(newlimits, &nvtype, &cookie)) != NULL) { in script_limit() 223 if (nvtype == NV_TYPE_STRING_ARRAY && in script_limit()
|
| /src/lib/libcasper/services/cap_dns/ |
| H A D | cap_dns.c | 692 int nvtype; in dns_limit() local 699 while ((name = nvlist_next(newlimits, &nvtype, &cookie)) != NULL) { in dns_limit() 700 if (nvtype == NV_TYPE_STRING) { in dns_limit() 715 } else if (nvtype == NV_TYPE_NUMBER) { in dns_limit()
|
| /src/usr.sbin/iovctl/ |
| H A D | iovctl.c | 364 int nvtype; in print_subsystem_schema() local 367 while ((name = nvlist_next(subsystem_schema, &nvtype, &it)) != NULL) { in print_subsystem_schema()
|
| /src/sys/dev/sfxge/common/ |
| H A D | siena_nvram.c | 209 efx_nvram_type_t nvtype; member 253 if (entry->port == emip->emi_port && entry->nvtype == type) { in siena_nvram_type_to_partn()
|
| H A D | ef10_nvram.c | 2234 efx_nvram_type_t nvtype; member 2244 #define PARTN_MAP_ENTRY(partn, port_mask, nvtype) \ argument 2245 { (NVRAM_PARTITION_TYPE_##partn), (PORT_##port_mask), (EFX_NVRAM_##nvtype) } 2341 if ((entry->nvtype == type) && in ef10_nvram_type_to_partn() 2373 *typep = entry->nvtype; in ef10_nvram_partn_to_type()
|