Searched refs:extrap (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.sbin/jail/ |
H A D | command.c | 301 char *addr, *extrap, *p, *val; in run_command() local 354 extrap = NULL; in run_command() 356 if (extrap == NULL) { in run_command() 358 extrap = p + 1; in run_command() 391 if (!down && extrap != NULL) { in run_command() 392 for (cs = strtok(extrap, " "); cs; in run_command() 411 extrap = NULL; in run_command() 413 if (extrap == NULL) { in run_command() 415 extrap = p + 1; in run_command() 440 if (!down && extrap != NULL) { in run_command() [all …]
|
/freebsd/sys/geom/ |
H A D | geom_slice.h | 78 …*mp, u_int slices, struct g_provider *pp, struct g_consumer **cpp, void *extrap, int extra, g_slic…
|
H A D | geom_slice.c | 522 …*mp, u_int slices, struct g_provider *pp, struct g_consumer **cpp, void *extrap, int extra, g_slic… in g_slice_new() argument 531 vp = (void **)extrap; in g_slice_new() 553 if (extrap != NULL) in g_slice_new()
|