Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y148 static pool_component_t *get_cpu(const char *);
857 if ((comp = get_cpu(cmd->cmd_tgt1)) == NULL) in parser_cpu_info()
1090 if ((comp = get_cpu(cmd->cmd_tgt1)) == NULL) in parser_cpu_modify()
1438 if ((comp = get_cpu(assoc->assoc_name)) == NULL) in transfer_list_walk()
1475 get_cpu(const char *name) in get_cpu() function