Searched defs:lvpp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdladm/common/
H A Dpropfuncs.c124 prop_val_t **lvpp; local
159 lvpp = &nlip->li_val;
171 lvpp = &lip->li_val;
178 if ((*lvpp = malloc(sizeof (prop_val_t))) == NULL) {
182 (*lvpp)->lv_name = lsp->ls_propval[i];
183 (*lvpp)->lv_nextval = NULL;
184 lvpp = &(*lvpp)->lv_nextval;
/illumos-gate/usr/src/uts/common/os/
H A Dmmapobj.c713 * into the lib_va hash, then *lvpp will be set to point to this lib_va
721 mmapobj_alloc_start_addr(struct lib_va **lvpp, size_t len, int use_lib_va, argument
736 ASSERT(lvpp != NULL);
847 *lvpp = lib_va_add_hash(base, len, align, vap);
854 if (*lvpp == NULL) {

Completed in 48 milliseconds