Home
last modified time | relevance | path

Searched refs:extrap (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/usr.sbin/jail/
H A Dcommand.c302 char *addr, *extrap, *p, *val; in run_command() local
355 extrap = NULL; in run_command()
357 if (extrap == NULL) { in run_command()
359 extrap = p + 1; in run_command()
392 if (!down && extrap != NULL) { in run_command()
393 for (cs = strtok(extrap, " "); cs; in run_command()
412 extrap = NULL; in run_command()
414 if (extrap == NULL) { in run_command()
416 extrap = p + 1; in run_command()
441 if (!down && extrap != NULL) { in run_command()
[all …]
/freebsd-14.2/sys/geom/
H A Dgeom_slice.h78 …*mp, u_int slices, struct g_provider *pp, struct g_consumer **cpp, void *extrap, int extra, g_slic…
H A Dgeom_slice.c524 …*mp, u_int slices, struct g_provider *pp, struct g_consumer **cpp, void *extrap, int extra, g_slic… in g_slice_new() argument
533 vp = (void **)extrap; in g_slice_new()
555 if (extrap != NULL) in g_slice_new()
/freebsd-14.2/sbin/hastd/
H A Dnv.h49 int nv_validate(struct nv *nv, size_t *extrap);
H A Dnv.c198 nv_validate(struct nv *nv, size_t *extrap) in nv_validate() argument
332 if (extrap != NULL) in nv_validate()
333 *extrap = size; in nv_validate()