Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y846 parser_resource_info(cmd, PSET); in parser_pset_info()
922 parser_resource_create(cmd, PSET); in parser_pset_create()
976 if ((resource = pool_get_resource(conf, PSET, cmd->cmd_tgt1)) == NULL) in parser_pset_rename()
977 die(gettext(ERR_LOCATE_ELEMENT), gettext(PSET), cmd->cmd_tgt1, in parser_pset_rename()
1030 parser_resource_destroy(cmd, PSET); in parser_pset_destroy()
1080 parser_resource_modify(cmd, PSET); in parser_pset_modify()
1158 if ((resource = pool_get_resource(conf, PSET, cmd->cmd_tgt1)) == NULL) in parser_resource_xtransfer()
1175 if ((src = pool_get_resource(conf, PSET, cmd->cmd_tgt1)) == NULL) in parser_resource_transfer()
1178 if ((tgt = pool_get_resource(conf, PSET, cmd->cmd_tgt2)) == NULL) in parser_resource_transfer()
1406 PSET, assoc->assoc_name)) == NULL) in assoc_list_walk()
[all …]
/illumos-gate/usr/src/cmd/modload/
H A Dplcysubr.c60 #define PSET 0 macro
69 { DEVPLCY_TKN_RDP, PSET /* offsetof(devplcysys_t, dps_rdp) */ },
70 { DEVPLCY_TKN_WRP, PSET /* offsetof(devplcysys_t, dps_wrp) */ },
481 case PSET: in parse_plcy_token()
/illumos-gate/usr/src/cmd/pools/common/
H A Dutils.h85 #define PSET "pset" macro
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_grammar.y136 %token OPEN_PAREN CLOSE_PAREN COMMA DATASET LIMITPRIV BOOTARGS BRAND PSET PCAP
144 %type <ival> resource_type NET FS DEVICE RCTL ATTR DATASET PSET PCAP MCAP
805 | SELECT PSET
959 | PSET { $$ = RT_DCPU; }
H A Dzonecfg_lex.l193 <TSTATE>dedicated-cpu { return PSET; }