Symbol: RT_ATTR
usr/src/cmd/zonecfg/zonecfg.c
1164
case RT_ATTR:
usr/src/cmd/zonecfg/zonecfg.c
1334
rt_to_str(RT_RCTL), rt_to_str(RT_ATTR),
usr/src/cmd/zonecfg/zonecfg.c
1389
(void) fprintf(fp, "\t%s\t\t%s, %s, %s\n", rt_to_str(RT_ATTR),
usr/src/cmd/zonecfg/zonecfg.c
2074
rt_to_str(RT_ATTR));
usr/src/cmd/zonecfg/zonecfg.c
2241
case RT_ATTR:
usr/src/cmd/zonecfg/zonecfg.c
2533
type == RT_NET || type == RT_DEVICE || type == RT_ATTR ||
usr/src/cmd/zonecfg/zonecfg.c
3235
z_cmd_rt_perror(CMD_REMOVE, RT_ATTR, err, B_TRUE);
usr/src/cmd/zonecfg/zonecfg.c
3239
z_cmd_rt_perror(CMD_REMOVE, RT_ATTR, err, B_TRUE);
usr/src/cmd/zonecfg/zonecfg.c
3253
z_cmd_rt_perror(CMD_REMOVE, RT_ATTR, err, B_TRUE);
usr/src/cmd/zonecfg/zonecfg.c
3517
case RT_ATTR:
usr/src/cmd/zonecfg/zonecfg.c
3959
case RT_ATTR:
usr/src/cmd/zonecfg/zonecfg.c
3962
z_cmd_rt_perror(CMD_SELECT, RT_ATTR, err, B_TRUE);
usr/src/cmd/zonecfg/zonecfg.c
4720
case RT_ATTR:
usr/src/cmd/zonecfg/zonecfg.c
5355
(void) fprintf(fp, "%s:\n", rt_to_str(RT_ATTR));
usr/src/cmd/zonecfg/zonecfg.c
5395
rt_to_str(RT_ATTR));
usr/src/cmd/zonecfg/zonecfg.c
5673
case RT_ATTR:
usr/src/cmd/zonecfg/zonecfg.c
5817
case RT_ATTR:
usr/src/cmd/zonecfg/zonecfg.c
6338
check_reqd_prop(attrtab.zone_attr_name, RT_ATTR, PT_NAME,
usr/src/cmd/zonecfg/zonecfg.c
6340
check_reqd_prop(attrtab.zone_attr_type, RT_ATTR, PT_TYPE,
usr/src/cmd/zonecfg/zonecfg.c
6342
check_reqd_prop(attrtab.zone_attr_value, RT_ATTR, PT_VALUE,
usr/src/cmd/zonecfg/zonecfg.c
6475
"numeric character."), rt_to_str(RT_ATTR),
usr/src/cmd/zonecfg/zonecfg.c
6483
rt_to_str(RT_ATTR), pt_to_str(PT_NAME), name);
usr/src/cmd/zonecfg/zonecfg.c
6501
rt_to_str(RT_ATTR), pt_to_str(PT_TYPE), "boolean");
usr/src/cmd/zonecfg/zonecfg.c
6509
rt_to_str(RT_ATTR), pt_to_str(PT_TYPE), "int");
usr/src/cmd/zonecfg/zonecfg.c
6518
rt_to_str(RT_ATTR), pt_to_str(PT_TYPE), "string");
usr/src/cmd/zonecfg/zonecfg.c
6526
rt_to_str(RT_ATTR), pt_to_str(PT_TYPE), "uint");
usr/src/cmd/zonecfg/zonecfg.c
6530
zerr(gettext("invalid %s %s '%s'"), rt_to_str(RT_ATTR),
usr/src/cmd/zonecfg/zonecfg.c
671
case RT_ATTR:
usr/src/cmd/zonecfg/zonecfg.c
6792
case RT_ATTR:
usr/src/cmd/zonecfg/zonecfg.c
6821
rt_to_str(RT_ATTR), pt_to_str(PT_NAME),
usr/src/cmd/zonecfg/zonecfg_grammar.y
957
| ATTR { $$ = RT_ATTR; }