Searched defs:objlist (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libnetcfg/common/
H A Dlibnetcfg.c309 /* For the commands that pass object data as well, pack the objlist */
437 * properties passed in in objlist. If a passed-in property is not present
441 netcfg_get_object_props(nvlist_t **idlist, uint64_t flags, nvlist_t **objlist) argument
444 objlist));
452 * be passed both the idlist and objlist, as well as the flags. It should
455 * to be passed to cb instead of the objlist. This allows libraries which
467 nvpair_t *objlist; local
486 &objlist)) != 0 || (nverr = nvpair_value_nvlist_array(objlist,
551 nvpair_t *objlist; local
[all...]
H A Dlibnetcfg_files.c1102 nvlist_t *dbidlist = NULL, *objlist = NULL; local
1158 if ((nverr = nvlist_alloc(&objlist, NV_UNIQUE_NAME, 0)) != 0 ||
1159 (nverr = nvlist_add_nvlist(objlist, idstr, nvl)) != 0) {
1161 nvlist_free(objlist);
1165 objlist);
1167 nvlist_free(objlist);
1175 * the one to be updated, add it to another nvlist (objlist)
1179 if ((nverr = nvlist_alloc(&objlist, NV_UNIQUE_NAME, 0)) != 0) {
1244 * entry's objlist to be written out with the updated idlist.
1257 != NETCFG_SUCCESS || (nverr = nvlist_add_nvlist(objlist,
1360 nvlist_t *objlist; local
[all...]
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c478 OBJLIST **objlist, uint32_t *numobj)
524 *objlist = NULL;
581 *objlist = newlist;
641 *objlist = newlist;
649 *objlist = NULL;
671 OBJLIST *objlist = NULL; local
732 validity, &objlist, num_certs);
734 if (rv == KMF_OK && objlist != NULL && kmf_cert != NULL) {
735 OBJLIST *node = objlist;
745 if (objlist !
475 search_certs(KMF_HANDLE_T handle, char *label, char *issuer, char *subject, KMF_BIGINT *serial, boolean_t private, KMF_CERT_VALIDITY validity, OBJLIST **objlist, uint32_t *numobj) argument
1338 OBJLIST *objlist; local
[all...]

Completed in 24 milliseconds