Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y146 static pool_component_t *get_cpu(const char *);
855 if ((comp = get_cpu(cmd->cmd_tgt1)) == NULL) in parser_cpu_info()
1088 if ((comp = get_cpu(cmd->cmd_tgt1)) == NULL) in parser_cpu_modify()
1436 if ((comp = get_cpu(assoc->assoc_name)) == NULL) in transfer_list_walk()
1473 get_cpu(const char *name) in get_cpu() function