Searched refs:db_nvl (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_cro.c678 nvlist_t *db_nvl = NULL; local
701 /* Allocate and initialize the db_nvl nvlist (the entire db file). */
702 if (nvlist_alloc(&db_nvl, NV_UNIQUE_NAME, 0) ||
703 nvlist_add_int32(db_nvl, DB_VERSION, DB_VERSION_VALUE) ||
704 nvlist_add_int32(db_nvl, DB_MAGIC, DB_MAGIC_VALUE) ||
705 nvlist_add_string(db_nvl, DB_DATE, mk->mk_date) ||
706 nvlist_add_string(db_nvl, DB_SERVER_ID, mk->mk_server_id) ||
707 nvlist_add_string(db_nvl, DB_PRODUCT_ID, mk->mk_product_id) ||
708 nvlist_add_string(db_nvl, DB_CHASSIS_ID, mk->mk_chassis_id) ||
709 nvlist_add_uint64(db_nvl, DB_CN
847 nvlist_t *db_nvl = NULL; local
[all...]
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_persist.c598 nvlist_t *db_nvl = NULL; local
614 if (ipadm_str2nvlist(buf, &db_nvl, 0) == 0) {
615 cont = db_walk_func(arg, db_nvl, buf,
621 nvlist_free(db_nvl);
622 db_nvl = NULL;

Completed in 19 milliseconds