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

/freebsd-11-stable/sys/geom/
H A Dgeom_slice.h78 struct g_geom * g_slice_new(struct g_class *mp, u_int slices, struct g_provider *pp, struct g_consumer **cpp, void *extrap, int extra, g_slice_start_t *start);
H A Dgeom_slice.c525 g_slice_new(struct g_class *mp, u_int slices, struct g_provider *pp, struct g_consumer **cpp, void *extrap, int extra, g_slice_start_t *start) argument
534 vp = (void **)extrap;
556 if (extrap != NULL)
/freebsd-11-stable/usr.sbin/jail/
H A Dcommand.c287 char *addr, *extrap, *p, *val; local
340 extrap = NULL;
342 if (extrap == NULL) {
344 extrap = p + 1;
377 if (!down && extrap != NULL) {
378 for (cs = strtok(extrap, " "); cs;
397 extrap = NULL;
399 if (extrap == NULL) {
401 extrap = p + 1;
427 for (cs = strtok(extrap, " "); c
[all...]
/freebsd-11-stable/sbin/hastd/
H A Dnv.h52 int nv_validate(struct nv *nv, size_t *extrap);
H A Dnv.c198 * If extrap is not NULL, store number of extra bytes at the end of the buffer.
201 nv_validate(struct nv *nv, size_t *extrap) argument
335 if (extrap != NULL)
336 *extrap = size;

Completed in 63 milliseconds