Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/iscsictl/
Discsictl.h99 struct target *target_find(struct conf *conf, const char *nickname);
Discsictl.c68 target_find(struct conf *conf, const char *nickname) in target_find() function
981 targ = target_find(conf, nickname); in main()
Dparse.y86 if (target_find(conf, $1) != NULL)
/freebsd-12-stable/usr.sbin/ctld/
Dctld.h387 struct target *target_find(struct conf *conf,
Dctld.c1380 targ = target_find(conf, name); in target_new()
1423 target_find(struct conf *conf, const char *name) in target_find() function
Dkernel.c570 targ = target_find(conf, port->cfiscsi_target); in conf_new_from_kernel()