Lines Matching refs:setrootattr
502 setrootattr(zone_dochandle_t handle, const xmlChar *propname, in setrootattr() function
641 if ((err = setrootattr(handle, DTD_ATTR_ZONEPATH, path)) != Z_OK) in zonecfg_get_attach_handle()
644 return (setrootattr(handle, DTD_ATTR_NAME, zonename)); in zonecfg_get_attach_handle()
671 return (setrootattr(handle, DTD_ATTR_NAME, zonename)); in zonecfg_get_template_handle()
865 err = setrootattr(handle, DTD_ATTR_NAME, name); in zonecfg_set_name()
907 if ((err = setrootattr(handle, DTD_ATTR_NAME, name)) != Z_OK) { in zonecfg_set_name()
974 ret = setrootattr(handle, DTD_ATTR_ZONEPATH, curr_mp); in zonecfg_set_zonepath()
1015 return (setrootattr(handle, DTD_ATTR_BRAND, brand)); in zonecfg_set_brand()
1040 return (setrootattr(handle, DTD_ATTR_AUTOBOOT, in zonecfg_set_autoboot()
1053 return (setrootattr(handle, DTD_ATTR_POOL, pool)); in zonecfg_set_pool()
1065 return (setrootattr(handle, DTD_ATTR_LIMITPRIV, limitpriv)); in zonecfg_set_limitpriv()
1077 return (setrootattr(handle, DTD_ATTR_BOOTARGS, bargs)); in zonecfg_set_bootargs()
1089 return (setrootattr(handle, DTD_ATTR_SCHED, sched)); in zonecfg_set_sched()
2366 return (setrootattr(handle, DTD_ATTR_FS_ALLOWED, bufp)); in zonecfg_set_fs_allowed()
2450 return (setrootattr(handle, DTD_ATTR_HOSTID, hostidp)); in zonecfg_set_hostid()