Searched refs:ctl_options_t (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/cam/ctl/
H A Dctl.h206 typedef STAILQ_HEAD(ctl_options, ctl_option) ctl_options_t; typedef
209 void ctl_init_opts(ctl_options_t *opts, int num_args, struct ctl_be_arg *args);
210 void ctl_update_opts(ctl_options_t *opts, int num_args,
212 void ctl_free_opts(ctl_options_t *opts);
213 char * ctl_get_opt(ctl_options_t *opts, const char *name);
214 int ctl_get_opt_number(ctl_options_t *opts, const char *name, uint64_t *num);
H A Dctl_backend.c142 ctl_init_opts(ctl_options_t *opts, int num_args, struct ctl_be_arg *args)
161 ctl_update_opts(ctl_options_t *opts, int num_args, struct ctl_be_arg *args)
196 ctl_free_opts(ctl_options_t *opts)
209 ctl_get_opt(ctl_options_t *opts, const char *name)
222 ctl_get_opt_number(ctl_options_t *opts, const char *name, uint64_t *val)
H A Dctl_frontend.h246 ctl_options_t options; /* passed to CTL */
H A Dctl_backend.h163 ctl_options_t options; /* passed to CTL */
H A Dctl_frontend_iscsi.c2100 ctl_options_t opts;
2212 ctl_options_t opts;

Completed in 135 milliseconds