Searched refs:cfparam (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/usr.sbin/jail/ |
| HD | jailp.h | 153 TAILQ_HEAD(cfparams, cfparam); 155 struct cfparam { struct 156 TAILQ_ENTRY(cfparam) tq; 173 struct cfparam *intparams[IP_NPARAM]; argument 207 extern void add_param(struct cfjail *j, const struct cfparam *p, 209 extern int bool_param(const struct cfparam *p); 210 extern int int_param(const struct cfparam *p, int *ip); 211 extern const char *string_param(const struct cfparam *p);
|
| HD | config.c | 59 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; in load_config() 295 add_param(struct cfjail *j, const struct cfparam *p, enum intparam ipnum, in add_param() 299 struct cfparam *dp, *np; in add_param() 380 np = emalloc(sizeof(struct cfparam)); in add_param() 404 bool_param(const struct cfparam *p) in bool_param() 421 int_param(const struct cfparam *p, int *ip) in int_param() 433 string_param(const struct cfparam *p) in string_param() 446 struct cfparam *p; in check_intparams() [all …]
|
| HD | jailparse.y | 44 struct cfparam *p; 142 $$ = emalloc(sizeof(struct cfparam)); 149 $$ = emalloc(sizeof(struct cfparam));
|
| HD | jail.c | 71 static void print_param(FILE *fp, const struct cfparam *p, int sep, int doname); 925 struct cfparam *p; in print_jail() 963 print_param(FILE *fp, const struct cfparam *p, int sep, int doname) in print_param()
|
| HD | state.c | 57 struct cfparam *p; in dep_setup()
|