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

/freebsd-10-stable/usr.bin/iscsictl/
H A Discsictl.h107 struct target *target_new(struct conf *conf);
H A Dparse.y82 target = target_new(conf);
317 target = target_new(conf);
H A Discsictl.c80 target_new(struct conf *conf) function
901 targ = target_new(conf);
/freebsd-10-stable/usr.sbin/ctld/
H A Dctld.h367 struct target *target_new(struct conf *conf, const char *name);
H A Dparse.y476 target = target_new(conf, $1);
H A Dkernel.c556 targ = target_new(conf, port->cfiscsi_target);
558 log_warnx("target_new failed");
H A Dctld.c1308 target_new(struct conf *conf, const char *name) function

Completed in 152 milliseconds