Searched defs:addprop (Results 1 - 1 of 1) sorted by relevance
| /illumos-gate/usr/src/cmd/coreadm/ |
| H A D | coreadm.c | 378 addprop(scf_propvec_t *props, int size, int count, scf_propvec_t *pv, void *ptr) function 419 addprop(properties, MAX_PROPS, count++, &prop_gpattern, 425 addprop(properties, MAX_PROPS, count++, &prop_gcontent, 430 addprop(properties, MAX_PROPS, count++, &prop_ipattern, 436 addprop(properties, MAX_PROPS, count++, &prop_icontent, 442 addprop(properties, MAX_PROPS, count++, prop, &options); 635 addprop(properties, MAX_PROPS, count++, &prop_gpattern, &glob_pattern); 636 addprop(properties, MAX_PROPS, count++, &prop_gcontent, &gcstr); 637 addprop(properties, MAX_PROPS, count++, &prop_ipattern, &init_pattern); 638 addprop(propertie [all...] |
Completed in 44 milliseconds