Searched refs:extrap (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/usr.sbin/jail/ |
| H A D | command.c | 302 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 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 | 524 …*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 D | nv.h | 49 int nv_validate(struct nv *nv, size_t *extrap);
|
| H A D | nv.c | 198 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()
|