Searched refs:extrap (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/usr.sbin/jail/ |
| HD | command.c | 277 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/ |
| HD | geom_slice.h | 78 …*mp, u_int slices, struct g_provider *pp, struct g_consumer **cpp, void *extrap, int extra, g_slic…
|
| HD | geom_slice.c | 497 …*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/ |
| HD | nv.h | 50 int nv_validate(struct nv *nv, size_t *extrap);
|
| HD | nv.c | 199 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()
|