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

/illumos-gate/usr/src/lib/libadm/common/
H A Dputdev.c1054 * int _rmdevtabattrs(device, attributes, notfounds)
1057 * char ***notfounds
1062 * to remove from the device, and <notfounds> is the address of a
1072 * notfounds The place to put the address of the list of addresses
1089 char ***notfounds) /* Attributes req'd but not found */
1114 *notfounds = NULL;
1208 if (*notfounds = malloc(sizeof (char **)*(nattrs+1))) {
1212 pnxt = *notfounds;
1219 free(*notfounds);
1220 *notfounds
1086 _rmdevtabattrs( char *device, char **attributes, char ***notfounds) argument
[all...]
H A Dputdgrp.c765 * int _rmdgrpmems(dgrp, mems, notfounds)
768 * char ***notfounds
772 * returned in the list referenced by <notfounds>.
779 * notfounds The place to put the address of the list of addresses
791 char ***notfounds) /* Members req'd but not found */
814 *notfounds = NULL;
896 *notfounds = nflst;
902 if (!noerr) *notfounds = NULL;
788 _rmdgrpmems( char *dgrp, char **mems, char ***notfounds) argument

Completed in 78 milliseconds