Lines Matching refs:setrootattr
508 setrootattr(zone_dochandle_t handle, const xmlChar *propname, in setrootattr() function
648 if ((err = setrootattr(handle, DTD_ATTR_ZONEPATH, path)) != Z_OK) in zonecfg_get_attach_handle()
651 return (setrootattr(handle, DTD_ATTR_NAME, zonename)); in zonecfg_get_attach_handle()
678 return (setrootattr(handle, DTD_ATTR_NAME, zonename)); in zonecfg_get_template_handle()
873 err = setrootattr(handle, DTD_ATTR_NAME, name); in zonecfg_set_name()
915 if ((err = setrootattr(handle, DTD_ATTR_NAME, name)) != Z_OK) { in zonecfg_set_name()
982 ret = setrootattr(handle, DTD_ATTR_ZONEPATH, curr_mp); in zonecfg_set_zonepath()
1023 return (setrootattr(handle, DTD_ATTR_BRAND, brand)); in zonecfg_set_brand()
1048 return (setrootattr(handle, DTD_ATTR_AUTOBOOT, in zonecfg_set_autoboot()
1061 return (setrootattr(handle, DTD_ATTR_POOL, pool)); in zonecfg_set_pool()
1073 return (setrootattr(handle, DTD_ATTR_LIMITPRIV, limitpriv)); in zonecfg_set_limitpriv()
1085 return (setrootattr(handle, DTD_ATTR_BOOTARGS, bargs)); in zonecfg_set_bootargs()
1097 return (setrootattr(handle, DTD_ATTR_SCHED, sched)); in zonecfg_set_sched()
2374 return (setrootattr(handle, DTD_ATTR_FS_ALLOWED, bufp)); in zonecfg_set_fs_allowed()
2458 return (setrootattr(handle, DTD_ATTR_HOSTID, hostidp)); in zonecfg_set_hostid()