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

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c482 getrootattr(zone_dochandle_t handle, const xmlChar *propname, function
818 return (getrootattr(handle, DTD_ATTR_NAME, name, namesize));
849 if ((err = getrootattr(handle, DTD_ATTR_NAME, curname,
940 return (getrootattr(handle, DTD_ATTR_ZONEPATH, path + len,
991 ret = getrootattr(handle, DTD_ATTR_BRAND, brand, brandsize);
1030 if ((ret = getrootattr(handle, DTD_ATTR_AUTOBOOT, autobootstr,
1053 return (getrootattr(handle, DTD_ATTR_POOL, pool, poolsize));
1077 return (getrootattr(handle, DTD_ATTR_BOOTARGS, bargs, bargssize));
1089 return (getrootattr(handle, DTD_ATTR_SCHED, sched, schedsize));
1584 err = getrootattr(handl
[all...]

Completed in 86 milliseconds