Home
last modified time | relevance | path

Searched refs:PSET (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y848 parser_resource_info(cmd, PSET); in parser_pset_info()
924 parser_resource_create(cmd, PSET); in parser_pset_create()
978 if ((resource = pool_get_resource(conf, PSET, cmd->cmd_tgt1)) == NULL) in parser_pset_rename()
979 die(gettext(ERR_LOCATE_ELEMENT), gettext(PSET), cmd->cmd_tgt1, in parser_pset_rename()
1032 parser_resource_destroy(cmd, PSET); in parser_pset_destroy()
1082 parser_resource_modify(cmd, PSET); in parser_pset_modify()
1160 if ((resource = pool_get_resource(conf, PSET, cmd->cmd_tgt1)) == NULL) in parser_resource_xtransfer()
1177 if ((src = pool_get_resource(conf, PSET, cmd->cmd_tgt1)) == NULL) in parser_resource_transfer()
1180 if ((tgt = pool_get_resource(conf, PSET, cmd->cmd_tgt2)) == NULL) in parser_resource_transfer()
1408 PSET, assoc->assoc_name)) == NULL) in assoc_list_walk()
[all …]
/titanic_41/usr/src/cmd/pools/common/
H A Dutils.h87 #define PSET "pset" macro
/titanic_41/usr/src/cmd/modload/
H A Dplcysubr.c58 #define PSET 0 macro
67 { DEVPLCY_TKN_RDP, PSET /* offsetof(devplcysys_t, dps_rdp) */ },
68 { DEVPLCY_TKN_WRP, PSET /* offsetof(devplcysys_t, dps_wrp) */ },
481 case PSET: in parse_plcy_token()
/titanic_41/usr/src/cmd/zonecfg/
H A Dzonecfg_grammar.y136 %token OPEN_PAREN CLOSE_PAREN COMMA DATASET LIMITPRIV BOOTARGS BRAND PSET PCAP
143 %type <ival> resource_type NET FS DEVICE RCTL ATTR DATASET PSET PCAP MCAP
804 | SELECT PSET
958 | PSET { $$ = RT_DCPU; }
H A Dzonecfg_lex.l191 <TSTATE>dedicated-cpu { return PSET; }