Searched refs:cfparam (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/jail/ |
H A D | jailp.h | 160 TAILQ_HEAD(cfparams, cfparam); 162 struct cfparam { struct 163 TAILQ_ENTRY(cfparam) tq; 181 struct cfparam *intparams[IP_NPARAM]; argument 221 extern void add_param(struct cfjail *j, const struct cfparam *p, 223 extern int bool_param(const struct cfparam *p); 224 extern int int_param(const struct cfparam *p, int *ip); 225 extern const char *string_param(const struct cfparam *p); 231 extern void free_param_strings(struct cfparam *p);
|
H A D | jailparse.y | 46 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 D | config.c | 62 static void free_param(struct cfparams *pp, struct cfparam *p); 136 struct cfparam *p, *vp, *tp; in load_config() 352 add_param(struct cfjail *j, const struct cfparam *p, enum intparam ipnum, in add_param() 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() [all …]
|
H A D | jail.c | 70 static void print_param(FILE *fp, const struct cfparam *p, int sep, int doname); 949 struct cfparam *p; in print_jail() 1008 print_param(FILE *fp, const struct cfparam *p, int sep, int doname) in print_param()
|
H A D | state.c | 57 struct cfparam *p; in dep_setup()
|