Home
last modified time | relevance | path

Searched refs:cfparam (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/usr.sbin/jail/
H A Djailp.h159 TAILQ_HEAD(cfparams, cfparam);
161 struct cfparam { struct
162 TAILQ_ENTRY(cfparam) tq;
180 struct cfparam *intparams[IP_NPARAM]; argument
220 extern void add_param(struct cfjail *j, const struct cfparam *p,
222 extern int bool_param(const struct cfparam *p);
223 extern int int_param(const struct cfparam *p, int *ip);
224 extern const char *string_param(const struct cfparam *p);
230 extern void free_param_strings(struct cfparam *p);
H A Djailparse.y46 struct cfparam *p;
156 $$ = emalloc(sizeof(struct cfparam));
163 $$ = emalloc(sizeof(struct cfparam));
256 special_param(struct cfparam *p, void *scanner) in special_param()
H A Dconfig.c63 static void free_param(struct cfparams *pp, struct cfparam *p);
136 struct cfparam *p, *vp, *tp; in load_config()
356 struct cfparam *dp, *np; in add_param()
444 np = emalloc(sizeof(struct cfparam)); in add_param()
477 bool_param(const struct cfparam *p) in bool_param()
494 int_param(const struct cfparam *p, int *ip) in int_param()
506 string_param(const struct cfparam *p) in string_param()
519 struct cfparam *p; in check_intparams()
749 struct cfparam *p; in import_params()
884 free_param(struct cfparams *pp, struct cfparam *p) in free_param()
[all …]
H A Djail.c71 static void print_param(FILE *fp, const struct cfparam *p, int sep, int doname);
947 struct cfparam *p; in print_jail()
1006 print_param(FILE *fp, const struct cfparam *p, int sep, int doname) in print_param()
H A Dstate.c57 struct cfparam *p; in dep_setup()