Searched refs:attrtab (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/zonecfg/ |
H A D | zonecfg.c | 1796 struct zone_attrtab attrtab; in export_func() local 2023 while (zonecfg_getattrent(handle, &attrtab) == Z_OK) { in export_func() 2026 export_prop(of, PT_NAME, attrtab.zone_attr_name); in export_func() 2027 export_prop(of, PT_TYPE, attrtab.zone_attr_type); in export_func() 2028 export_prop(of, PT_VALUE, attrtab.zone_attr_value); in export_func() 2819 fill_in_attrtab(cmd_t *cmd, struct zone_attrtab *attrtab, in fill_in_attrtab() argument 2828 bzero(attrtab, sizeof (*attrtab)); in fill_in_attrtab() 2838 (void) strlcpy(attrtab->zone_attr_name, pp->pv_simple, in fill_in_attrtab() 2839 sizeof (attrtab->zone_attr_name)); in fill_in_attrtab() 2842 (void) strlcpy(attrtab->zone_attr_type, pp->pv_simple, in fill_in_attrtab() [all …]
|