Home
last modified time | relevance | path

Searched refs:RT_ATTR (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/zonecfg/
H A Dzonecfg.c649 case RT_ATTR: in CPL_MATCH_FN()
1136 case RT_ATTR: in usage()
1291 rt_to_str(RT_RCTL), rt_to_str(RT_ATTR), in usage()
1346 (void) fprintf(fp, "\t%s\t\t%s, %s, %s\n", rt_to_str(RT_ATTR), in usage()
2025 rt_to_str(RT_ATTR)); in export_func()
2181 case RT_ATTR: in add_resource()
2465 type == RT_NET || type == RT_DEVICE || type == RT_ATTR || in gz_invalid_resource()
3119 z_cmd_rt_perror(CMD_REMOVE, RT_ATTR, err, B_TRUE); in remove_attr()
3123 z_cmd_rt_perror(CMD_REMOVE, RT_ATTR, err, B_TRUE); in remove_attr()
3137 z_cmd_rt_perror(CMD_REMOVE, RT_ATTR, err, B_TRUE); in remove_attr()
[all …]
H A Dzonecfg.h73 #define RT_ATTR 9 macro
H A Dzonecfg_grammar.y956 | ATTR { $$ = RT_ATTR; }