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

/illumos-gate/usr/src/cmd/pools/common/
H A Dutils.h87 #define PSET "pset" macro
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y848 parser_resource_info(cmd, PSET);
924 parser_resource_create(cmd, PSET);
978 if ((resource = pool_get_resource(conf, PSET, cmd->cmd_tgt1)) == NULL)
979 die(gettext(ERR_LOCATE_ELEMENT), gettext(PSET), cmd->cmd_tgt1,
1032 parser_resource_destroy(cmd, PSET);
1082 parser_resource_modify(cmd, PSET);
1160 if ((resource = pool_get_resource(conf, PSET, cmd->cmd_tgt1)) == NULL)
1177 if ((src = pool_get_resource(conf, PSET, cmd->cmd_tgt1)) == NULL)
1180 if ((tgt = pool_get_resource(conf, PSET, cmd->cmd_tgt2)) == NULL)
1408 PSET, asso
[all...]
/illumos-gate/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:
/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; }

Completed in 87 milliseconds