Home
last modified time | relevance | path

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

/freebsd/usr.bin/iscsictl/
H A Discsictl.h98 struct target *target_new(struct conf *conf);
H A Dparse.y85 target = target_new(conf);
448 target = target_new(conf); in conf_new_from_file()
H A Discsictl.c80 target_new(struct conf *conf) in target_new() function
922 targ = target_new(conf); in main()
/freebsd/usr.sbin/ctld/
H A Dctld.h321 struct target *target_new(struct conf *conf, const char *name);
H A Dconf.c514 target = target_new(conf, name); in target_start()
H A Dkernel.c562 targ = target_new(conf, port->cfiscsi_target); in conf_new_from_kernel()
H A Dctld.c1177 target_new(struct conf *conf, const char *name) in target_new() function