Home
last modified time | relevance | path

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

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