Searched refs:cfparam (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/usr.sbin/jail/ |
| H A D | jailp.h | 159 TAILQ_HEAD(cfparams, cfparam); 161 struct cfparam { struct 162 TAILQ_ENTRY(cfparam) tq; 179 struct cfparam *intparams[IP_NPARAM]; argument 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 D | config.c | 62 static void free_param_strings(struct cfparam *p); 135 struct cfparam *p, *vp, *tp; in load_config() 303 struct cfparam *dp, *np; in add_param() 391 np = emalloc(sizeof(struct cfparam)); in add_param() 424 bool_param(const struct cfparam *p) in bool_param() 441 int_param(const struct cfparam *p, int *ip) in int_param() 453 string_param(const struct cfparam *p) in string_param() 466 struct cfparam *p; in check_intparams() 696 struct cfparam *p; in import_params() 831 free_param(struct cfparams *pp, struct cfparam *p) in free_param() [all …]
|
| H A D | jailparse.y | 46 struct cfparam *p; 144 $$ = emalloc(sizeof(struct cfparam)); 151 $$ = emalloc(sizeof(struct cfparam));
|
| H A D | jail.c | 74 static void print_param(FILE *fp, const struct cfparam *p, int sep, int doname); 937 struct cfparam *p; in print_jail() 996 print_param(FILE *fp, const struct cfparam *p, int sep, int doname) in print_param()
|
| H A D | state.c | 59 struct cfparam *p; in dep_setup()
|