Home
last modified time | relevance | path

Searched refs:getrootattr (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c476 getrootattr(zone_dochandle_t handle, const xmlChar *propname, in getrootattr() function
812 return (getrootattr(handle, DTD_ATTR_NAME, name, namesize)); in zonecfg_get_name()
843 if ((err = getrootattr(handle, DTD_ATTR_NAME, curname, in zonecfg_set_name()
934 return (getrootattr(handle, DTD_ATTR_ZONEPATH, path + len, in zonecfg_get_zonepath()
985 ret = getrootattr(handle, DTD_ATTR_BRAND, brand, brandsize); in i_zonecfg_get_brand()
1024 if ((ret = getrootattr(handle, DTD_ATTR_AUTOBOOT, autobootstr, in zonecfg_get_autoboot()
1047 return (getrootattr(handle, DTD_ATTR_POOL, pool, poolsize)); in zonecfg_get_pool()
1071 return (getrootattr(handle, DTD_ATTR_BOOTARGS, bargs, bargssize)); in zonecfg_get_bootargs()
1083 return (getrootattr(handle, DTD_ATTR_SCHED, sched, schedsize)); in zonecfg_get_sched_class()
1578 err = getrootattr(handle, DTD_ATTR_IPTYPE, property, sizeof (property)); in zonecfg_get_iptype()
[all …]