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

/freebsd-13-stable/usr.sbin/jail/
H A Djailp.h159 TAILQ_HEAD(cfparams, cfparam);
161 struct cfparam { struct
162 TAILQ_ENTRY(cfparam) tq;
179 struct cfparam *intparams[IP_NPARAM];
213 extern void add_param(struct cfjail *j, const struct cfparam *p,
215 extern int bool_param(const struct cfparam *p);
216 extern int int_param(const struct cfparam *p, int *ip);
217 extern const char *string_param(const struct cfparam *p);
H A Djailparse.y46 struct cfparam *p;
144 $$ = emalloc(sizeof(struct cfparam));
151 $$ = emalloc(sizeof(struct cfparam));
H A Dconfig.c61 static void free_param(struct cfparams *pp, struct cfparam *p);
62 static void free_param_strings(struct cfparam *p);
135 struct cfparam *p, *vp, *tp;
299 add_param(struct cfjail *j, const struct cfparam *p, enum intparam ipnum,
303 struct cfparam *dp, *np;
391 np = emalloc(sizeof(struct cfparam));
424 bool_param(const struct cfparam *p)
441 int_param(const struct cfparam *p, int *ip)
453 string_param(const struct cfparam *p)
466 struct cfparam *
[all...]
H A Djail.c74 static void print_param(FILE *fp, const struct cfparam *p, int sep, int doname);
937 struct cfparam *p;
996 print_param(FILE *fp, const struct cfparam *p, int sep, int doname)
H A Dstate.c59 struct cfparam *p;

Completed in 101 milliseconds