Searched refs:target_find (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/usr.bin/iscsictl/
H A Discsictl.h99 struct target *target_find(struct conf *conf, const char *nickname);
H A Dparse.y84 if (target_find(conf, $1) != NULL)
H A Discsictl.c67 target_find(struct conf *conf, const char *nickname) function
985 targ = target_find(conf, nickname);
/freebsd-13-stable/usr.sbin/ctld/
H A Dctld.h387 struct target *target_find(struct conf *conf,
H A Dctld.c1387 targ = target_find(conf, name);
1430 target_find(struct conf *conf, const char *name) function
H A Dkernel.c585 targ = target_find(conf, port->cfiscsi_target);

Completed in 112 milliseconds