• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/usr.sbin/ctld/

Lines Matching defs:conf

44 #define	DEFAULT_CONFIG_PATH		"/etc/ctl.conf"
85 struct conf *ag_conf;
118 struct conf *pg_conf;
138 struct conf *pp_conf;
149 struct conf *p_conf;
170 struct conf *l_conf;
187 struct conf *t_conf;
198 struct conf *i_conf;
203 struct conf {
309 int parse_conf(struct conf *conf, const char *path);
310 int uclparse_conf(struct conf *conf, const char *path);
312 struct conf *conf_new(void);
313 struct conf *conf_new_from_kernel(void);
314 void conf_delete(struct conf *conf);
315 int conf_verify(struct conf *conf);
317 struct auth_group *auth_group_new(struct conf *conf, const char *name);
319 struct auth_group *auth_group_find(const struct conf *conf,
348 struct portal_group *portal_group_new(struct conf *conf, const char *name);
350 struct portal_group *portal_group_find(const struct conf *conf,
361 int isns_new(struct conf *conf, const char *addr);
367 struct pport *pport_new(struct conf *conf, const char *name,
369 struct pport *pport_find(const struct conf *conf, const char *name);
370 struct pport *pport_copy(struct pport *pport, struct conf *conf);
373 struct port *port_new(struct conf *conf, struct target *target,
375 struct port *port_new_ioctl(struct conf *conf, struct target *target,
377 struct port *port_new_pp(struct conf *conf, struct target *target,
379 struct port *port_find(const struct conf *conf, const char *name);
385 struct target *target_new(struct conf *conf, const char *name);
387 struct target *target_find(struct conf *conf,
392 struct lun *lun_new(struct conf *conf, const char *name);
394 struct lun *lun_find(const struct conf *conf, const char *name);