Searched refs:getrootattr (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 482 getrootattr(zone_dochandle_t handle, const xmlChar *propname, in getrootattr() function 820 return (getrootattr(handle, DTD_ATTR_NAME, name, namesize)); in zonecfg_get_name() 851 if ((err = getrootattr(handle, DTD_ATTR_NAME, curname, in zonecfg_set_name() 942 return (getrootattr(handle, DTD_ATTR_ZONEPATH, path + len, in zonecfg_get_zonepath() 993 ret = getrootattr(handle, DTD_ATTR_BRAND, brand, brandsize); in i_zonecfg_get_brand() 1032 if ((ret = getrootattr(handle, DTD_ATTR_AUTOBOOT, autobootstr, in zonecfg_get_autoboot() 1055 return (getrootattr(handle, DTD_ATTR_POOL, pool, poolsize)); in zonecfg_get_pool() 1079 return (getrootattr(handle, DTD_ATTR_BOOTARGS, bargs, bargssize)); in zonecfg_get_bootargs() 1091 return (getrootattr(handle, DTD_ATTR_SCHED, sched, schedsize)); in zonecfg_get_sched_class() 1586 err = getrootattr(handle, DTD_ATTR_IPTYPE, property, sizeof (property)); in zonecfg_get_iptype() [all …]
|