Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/iscsictl/
Discsictl.h98 struct target *target_new(struct conf *conf);
Dparse.y89 target = target_new(conf);
391 target = target_new(conf); in conf_new_from_file()
Discsictl.c82 target_new(struct conf *conf) in target_new() function
1003 targ = target_new(conf); in main()
/freebsd-12-stable/usr.sbin/ctld/
Dctld.h385 struct target *target_new(struct conf *conf, const char *name);
Dparse.y541 target = target_new(conf, $1);
Duclparse.c688 target = target_new(conf, name); in uclparse_target()
Dkernel.c576 targ = target_new(conf, port->cfiscsi_target); in conf_new_from_kernel()
Dctld.c1375 target_new(struct conf *conf, const char *name) in target_new() function