Searched refs:zonecfg_getattrent (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/head/
H A Dlibzonecfg.h496 extern int zonecfg_getattrent(zone_dochandle_t, struct zone_attrtab *);
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c2068 while (zonecfg_getattrent(handle, &attrtab) == Z_OK) {
5365 while (zonecfg_getattrent(handle, &lookup) == Z_OK) {
6333 while (zonecfg_getattrent(handle, &attrtab) == Z_OK) {
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c5039 zonecfg_getattrent(zone_dochandle_t handle, struct zone_attrtab *tabptr) function

Completed in 73 milliseconds