/titanic_44/usr/src/man/man3nvpair/ |
H A D | Makefile | 19 MANSECT= 3nvpair 21 MANFILES= nvlist_add_boolean.3nvpair \ 22 nvlist_alloc.3nvpair \ 23 nvlist_lookup_boolean.3nvpair \ 24 nvlist_lookup_nvpair.3nvpair \ 25 nvlist_next_nvpair.3nvpair \ 26 nvlist_remove.3nvpair \ 27 nvpair_value_byte.3nvpair 29 MANLINKS= nv_alloc_fini.3nvpair \ 30 nv_alloc_init.3nvpair \ [all …]
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3nvpair.inc | 17 file path=usr/share/man/man3nvpair/nvlist_add_boolean.3nvpair 18 file path=usr/share/man/man3nvpair/nvlist_alloc.3nvpair 19 file path=usr/share/man/man3nvpair/nvlist_lookup_boolean.3nvpair 20 file path=usr/share/man/man3nvpair/nvlist_lookup_nvpair.3nvpair 21 file path=usr/share/man/man3nvpair/nvlist_next_nvpair.3nvpair 22 file path=usr/share/man/man3nvpair/nvlist_remove.3nvpair 23 file path=usr/share/man/man3nvpair/nvpair_value_byte.3nvpair 24 link path=usr/share/man/man3nvpair/nv_alloc_fini.3nvpair \ 25 target=nvlist_alloc.3nvpair 26 link path=usr/share/man/man3nvpair/nv_alloc_init.3nvpair \ [all …]
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | nvpair.c | 74 nvpair_t *nvpair; in nvpair_walk_step() local 85 nvpair = &((i_nvp_t *)wsp->walk_addr)->nvi_nvp; in nvpair_walk_step() 86 status = wsp->walk_callback((uintptr_t)nvpair, NULL, wsp->walk_cbdata); in nvpair_walk_step() 218 nvpair_t nvpair_tmp, *nvpair; in nvpair_print() local 236 if (mdb_vread(&nvpair_tmp, sizeof (nvpair), addr) == -1) { in nvpair_print() 247 nvpair = mdb_alloc(size, UM_SLEEP | UM_GC); in nvpair_print() 248 if (mdb_vread(nvpair, size, addr) == -1) { in nvpair_print() 254 type = NVP_TYPE(nvpair); in nvpair_print() 255 nelem = NVP_NELEM(nvpair); in nvpair_print() 265 mdb_printf("%s", NVP_NAME(nvpair)); in nvpair_print() [all …]
|
H A D | fm.c | 188 nvpair_t *nvp, *nvpair; in ereport() local 207 nvpair = mdb_alloc(size, UM_SLEEP | UM_GC); in ereport() 208 if (mdb_vread(nvpair, size, (uintptr_t)&nvcur->nvi_nvp) == -1) { in ereport() 213 if (strcmp(FM_CLASS, NVP_NAME(nvpair)) == 0 && in ereport() 214 NVP_TYPE(nvpair) == DATA_TYPE_STRING && class == NULL) { in ereport() 215 char *p = (char *)NVP_VALUE(nvpair); in ereport() 219 } else if (strcmp(FM_EREPORT_ENA, NVP_NAME(nvpair)) == 0 && in ereport() 220 NVP_TYPE(nvpair) == DATA_TYPE_UINT64 && ena == 0) { in ereport() 221 bcopy(NVP_VALUE(nvpair), (char *)&ena, in ereport()
|
H A D | Makefile.files | 71 nvpair.c \
|
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | platform.c | 1515 nvpair_t *nvpair; in platform_payloadprop() local 1591 nvpair = NULL; in platform_payloadprop() 1592 while ((nvpair = nvlist_next_nvpair(basenvp, nvpair)) != NULL) { in platform_payloadprop() 1593 nvpname = nvpair_name(nvpair); in platform_payloadprop() 1600 if (nvpair == NULL) { in platform_payloadprop() 1617 (void) nvpair_value_nvlist(nvpair, &embnvp); in platform_payloadprop() 1625 switch (nvpair_type(nvpair)) { in platform_payloadprop() 1629 (void) nvpair_value_boolean_value(nvpair, &val); in platform_payloadprop() 1636 (void) nvpair_value_byte(nvpair, &val); in platform_payloadprop() 1644 (void) nvpair_value_string(nvpair, &val); in platform_payloadprop() [all …]
|
/titanic_44/usr/src/lib/libnvpair/ |
H A D | Makefile.com | 35 nvpair.o \ 45 $(SRC)/common/nvpair/nvpair_alloc_fixed.c \ 46 $(SRC)/common/nvpair/nvpair.c \ 47 $(SRC)/common/nvpair/fnvpair.c 90 pics/%.o: $(SRC)/common/nvpair/%.c
|
H A D | inc.flg | 29 find_files "s.*" usr/src/common/nvpair
|
/titanic_44/usr/src/cmd/stat/kstat/ |
H A D | kstat.c | 709 ks_value_print(ks_nvpair_t *nvpair) in ks_value_print() argument 711 switch (nvpair->data_type) { in ks_value_print() 713 (void) fprintf(stdout, "%s", nvpair->value.c); in ks_value_print() 716 (void) fprintf(stdout, "%d", nvpair->value.i32); in ks_value_print() 719 (void) fprintf(stdout, "%u", nvpair->value.ui32); in ks_value_print() 722 (void) fprintf(stdout, "%lld", nvpair->value.i64); in ks_value_print() 725 (void) fprintf(stdout, "%llu", nvpair->value.ui64); in ks_value_print() 728 (void) fprintf(stdout, "%s", KSTAT_NAMED_STR_PTR(nvpair)); in ks_value_print() 731 if (nvpair->value.ui64 == 0) in ks_value_print() 735 nvpair->value.ui64 / 1000000000.0); in ks_value_print() [all …]
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | spa_config.c | 80 nvpair_t *nvpair; in spa_config_load() local 122 nvpair = NULL; in spa_config_load() 123 while ((nvpair = nvlist_next_nvpair(nvlist, nvpair)) != NULL) { in spa_config_load() 124 if (nvpair_type(nvpair) != DATA_TYPE_NVLIST) in spa_config_load() 127 VERIFY(nvpair_value_nvlist(nvpair, &child) == 0); in spa_config_load() 129 if (spa_lookup(nvpair_name(nvpair)) != NULL) in spa_config_load() 131 (void) spa_add(nvpair_name(nvpair), child, NULL); in spa_config_load()
|
/titanic_44/usr/src/uts/common/fs/dev/ |
H A D | sdev_profile.c | 935 nvpair_t *nvpair; in sdev_process_profile() local 948 nvpair = NULL; in sdev_process_profile() 949 while (nvpair = nvlist_next_nvpair(profile, nvpair)) { in sdev_process_profile() 950 nvname = nvpair_name(nvpair); in sdev_process_profile() 954 rv = nvpair_value_string(nvpair, &dname); in sdev_process_profile() 957 rv, nvpair_name(nvpair)); in sdev_process_profile() 963 rv = nvpair_value_string(nvpair, &dname); in sdev_process_profile() 966 rv, nvpair_name(nvpair)); in sdev_process_profile() 972 rv = nvpair_value_string_array(nvpair, &pair, &nelem); in sdev_process_profile() 975 rv, nvpair_name(nvpair)); in sdev_process_profile() [all …]
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 1273 nvlist_next_nvpair(char *nvl, char *nvpair) in nvlist_next_nvpair() argument 1281 if (nvpair == NULL) { in nvlist_next_nvpair() 1283 nvpair = nvl + 4 * 2; in nvlist_next_nvpair() 1286 encode_size = BSWAP_32(*(uint32_t *)nvpair); in nvlist_next_nvpair() 1287 nvpair += encode_size; in nvlist_next_nvpair() 1291 if (*(uint64_t *)nvpair == 0) in nvlist_next_nvpair() 1294 return (nvpair); in nvlist_next_nvpair() 1407 char *nvpair; in nvlist_lookup_value() local 1409 for (nvpair = nvlist_next_nvpair(nvlist, NULL); in nvlist_lookup_value() 1410 nvpair != NULL; in nvlist_lookup_value() [all …]
|
/titanic_44/usr/src/cmd/rcm_daemon/common/ |
H A D | rcm_script.c | 2138 nvpair_t *nvpair; in build_env_for_capacity() local 2163 nvpair = NULL; in build_env_for_capacity() 2164 while ((nvpair = nvlist_next_nvpair(capacity_info, nvpair)) in build_env_for_capacity() 2166 if (strcmp(nvpair_name(nvpair), in build_env_for_capacity() 2171 if (nvpair == NULL) { in build_env_for_capacity() 2183 switch (nvpair_type(nvpair)) { in build_env_for_capacity() 2188 if (nvpair_value_int16(nvpair, &x) == 0) { in build_env_for_capacity() 2200 if (nvpair_value_uint16(nvpair, &x) == 0) { in build_env_for_capacity() 2212 if (nvpair_value_int32(nvpair, &x) == 0) { in build_env_for_capacity() 2224 if (nvpair_value_uint32(nvpair, &x) == 0) { in build_env_for_capacity() [all …]
|
/titanic_44/usr/src/cmd/fm/eversholt/common/ |
H A D | escparse.y | 88 %type <np> root stmtlist stmt nvpairlist nvpair nvname nvexpr 176 | nvpair 177 | nvpairlist ',' nvpair 181 nvpair : nvname '=' nvexpr
|
/titanic_44/usr/src/lib/libsysevent/ |
H A D | libsysevent.c | 1357 nvpair_t *nvpair; in create_cached_registration() local 1374 nvpair = NULL; in create_cached_registration() 1375 if ((nvpair = nvlist_next_nvpair(nvl, nvpair)) == NULL) { in create_cached_registration() 1382 if (nvpair_value_string(nvpair, &class_name) != 0) { in create_cached_registration() 1401 if ((nvpair = nvlist_next_nvpair(nvl, nvpair)) in create_cached_registration() 1422 sc_list->sl_name = strdup(nvpair_name(nvpair)); in create_cached_registration() 1427 if (nvpair_value_byte_array(nvpair, in create_cached_registration() 1447 if ((nvpair = nvlist_next_nvpair(nvl, nvpair)) in create_cached_registration() 1451 } else if (strcmp(nvpair_name(nvpair), in create_cached_registration() 1485 nvpair_t *nvpair = NULL; in cache_update_service() local [all …]
|
/titanic_44/usr/src/cmd/mdb/intel/ia32/libnvpair/ |
H A D | Makefile | 32 nvpair.c
|
/titanic_44/usr/src/cmd/mdb/sparc/v7/libnvpair/ |
H A D | Makefile | 32 nvpair.c
|
/titanic_44/usr/src/cmd/mdb/intel/amd64/libnvpair/ |
H A D | Makefile | 32 nvpair.c
|
/titanic_44/usr/src/cmd/mdb/sparc/v9/libnvpair/ |
H A D | Makefile | 32 nvpair.c
|
/titanic_44/usr/src/uts/ |
H A D | req.flg | 54 find_files "s.*" usr/src/common/nvpair
|
/titanic_44/usr/src/uts/common/os/ |
H A D | log_sysevent.c | 1215 nvpair_t *nvpair = NULL; in add_registration() local 1220 if ((nvpair = nvlist_next_nvpair(nvl, nvpair)) == NULL) { in add_registration() 1225 if ((event_class = nvpair_name(nvpair)) == NULL) { in add_registration() 1229 if (nvpair_value_string_array(nvpair, &event_list, in add_registration()
|
/titanic_44/ |
H A D | .gitignore | 6846 usr/src/man/man3nvpair/nv_alloc_fini.3nvpair 6847 usr/src/man/man3nvpair/nv_alloc_init.3nvpair 6848 usr/src/man/man3nvpair/nv_alloc_reset.3nvpair 6849 usr/src/man/man3nvpair/nvlist_add_boolean_array.3nvpair 6850 usr/src/man/man3nvpair/nvlist_add_boolean_value.3nvpair 6851 usr/src/man/man3nvpair/nvlist_add_byte.3nvpair 6852 usr/src/man/man3nvpair/nvlist_add_byte_array.3nvpair 6853 usr/src/man/man3nvpair/nvlist_add_double.3nvpair 6854 usr/src/man/man3nvpair/nvlist_add_int16.3nvpair 6855 usr/src/man/man3nvpair/nvlist_add_int16_array.3nvpair [all …]
|
/titanic_44/usr/src/psm/stand/bootblks/zfs/common/ |
H A D | zfs.fth | 550 \ 4B encoded nvpair size 551 \ 4B decoded nvpair size 578 rot /nvhead + ( name$ nvpair ) 580 dup >r >nvname ( name$ nvname$ r: nvpair ) 581 2over $= if ( name$ r: nvpair ) 584 then ( name$ r: nvpair ) 585 r> dup >nvsize + ( name$ nvpair' ) 594 " no txg nvpair" die 600 " no name nvpair" die
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | nvpair.h | 77 typedef struct nvpair { struct
|
H A D | Makefile | 416 nvpair.h \
|