Searched refs:target_find (Results 1 – 6 of 6) sorted by relevance
99 struct target *target_find(struct conf *conf, const char *nickname);
68 target_find(struct conf *conf, const char *nickname) in target_find() function981 targ = target_find(conf, nickname); in main()
86 if (target_find(conf, $1) != NULL)
387 struct target *target_find(struct conf *conf,
1380 targ = target_find(conf, name); in target_new()1423 target_find(struct conf *conf, const char *name) in target_find() function
570 targ = target_find(conf, port->cfiscsi_target); in conf_new_from_kernel()