Searched refs:attrtab (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/zonecfg/ |
H A D | zonecfg.c | 1840 struct zone_attrtab attrtab; local 2068 while (zonecfg_getattrent(handle, &attrtab) == Z_OK) { 2071 export_prop(of, PT_NAME, attrtab.zone_attr_name); 2072 export_prop(of, PT_TYPE, attrtab.zone_attr_type); 2073 export_prop(of, PT_VALUE, attrtab.zone_attr_value); 2883 fill_in_attrtab(cmd_t *cmd, struct zone_attrtab *attrtab, argument 2892 bzero(attrtab, sizeof (*attrtab)); 2902 (void) strlcpy(attrtab->zone_attr_name, pp->pv_simple, 2903 sizeof (attrtab 3228 struct zone_attrtab attrtab; local 5349 output_attr(FILE *fp, struct zone_attrtab *attrtab) argument 6087 struct zone_attrtab attrtab; local 6486 validate_attr_type_val(struct zone_attrtab *attrtab) argument [all...] |
Completed in 65 milliseconds