Searched refs:target_new (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/usr.bin/iscsictl/
H A Discsictl.h113 struct target *target_new(struct conf *conf);
H A Dparse.y83 target = target_new(conf);
341 target = target_new(conf);
H A Discsictl.c80 target_new(struct conf *conf) function
1002 targ = target_new(conf);
/freebsd-11.0-release/usr.sbin/ctld/
H A Dctld.h375 struct target *target_new(struct conf *conf, const char *name);
H A Dparse.y489 target = target_new(conf, $1);
H A Duclparse.c608 target = target_new(conf, name);
H A Dkernel.c562 targ = target_new(conf, port->cfiscsi_target);
564 log_warnx("target_new failed");
H A Dctld.c1311 target_new(struct conf *conf, const char *name) function

Completed in 79 milliseconds