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

/freebsd-11.0-release/usr.sbin/jail/
H A Djailp.h154 TAILQ_HEAD(cfparams, cfparam);
156 struct cfparam { struct
157 TAILQ_ENTRY(cfparam) tq;
174 struct cfparam *intparams[IP_NPARAM];
208 extern void add_param(struct cfjail *j, const struct cfparam *p,
210 extern int bool_param(const struct cfparam *p);
211 extern int int_param(const struct cfparam *p, int *ip);
212 extern const char *string_param(const struct cfparam *p);
H A Djailparse.y44 struct cfparam *p;
142 $$ = emalloc(sizeof(struct cfparam));
149 $$ = emalloc(sizeof(struct cfparam));
H A Dconfig.c59 static void free_param(struct cfparams *pp, struct cfparam *p);
60 static void free_param_strings(struct cfparam *p);
131 struct cfparam *p, *vp, *tp;
295 add_param(struct cfjail *j, const struct cfparam *p, enum intparam ipnum,
299 struct cfparam *dp, *np;
380 np = emalloc(sizeof(struct cfparam));
404 bool_param(const struct cfparam *p)
421 int_param(const struct cfparam *p, int *ip)
433 string_param(const struct cfparam *p)
446 struct cfparam *
[all...]
H A Djail.c71 static void print_param(FILE *fp, const struct cfparam *p, int sep, int doname);
925 struct cfparam *p;
963 print_param(FILE *fp, const struct cfparam *p, int sep, int doname)
H A Dstate.c57 struct cfparam *p;

Completed in 165 milliseconds