Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/jail/
HDcommand.c277 char *addr, *extrap, *p, *val; in run_command() local
330 extrap = NULL; in run_command()
332 if (extrap == NULL) { in run_command()
334 extrap = p + 1; in run_command()
368 for (cs = strtok(extrap, " "); cs; in run_command()
387 extrap = NULL; in run_command()
389 if (extrap == NULL) { in run_command()
391 extrap = p + 1; in run_command()
417 for (cs = strtok(extrap, " "); cs; in run_command()
/NextBSD/sys/geom/
HDgeom_slice.h78 …*mp, u_int slices, struct g_provider *pp, struct g_consumer **cpp, void *extrap, int extra, g_slic…
HDgeom_slice.c497 …*mp, u_int slices, struct g_provider *pp, struct g_consumer **cpp, void *extrap, int extra, g_slic… in g_slice_new() argument
506 vp = (void **)extrap; in g_slice_new()
528 if (extrap != NULL) in g_slice_new()
/NextBSD/sbin/hastd/
HDnv.h50 int nv_validate(struct nv *nv, size_t *extrap);
HDnv.c199 nv_validate(struct nv *nv, size_t *extrap) in nv_validate() argument
333 if (extrap != NULL) in nv_validate()
334 *extrap = size; in nv_validate()