Searched refs:cfvar (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.sbin/jail/
H A Djailparse.y196 struct cfvar *v;
202 v = emalloc(sizeof(struct cfvar));
220 struct cfvar *v;
223 v = emalloc(sizeof(struct cfvar));
H A Djailp.h143 STAILQ_HEAD(cfvars, cfvar);
145 struct cfvar { struct
146 STAILQ_ENTRY(cfvar) tq;
H A Dconfig.c138 struct cfvar *v, *vv;
358 struct cfvar *v, *nv;
383 nv = emalloc(sizeof(struct cfvar));
896 struct cfvar *v;

Completed in 124 milliseconds