Searched refs:fal (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_execve.c123 size_t fal, fal32, slen, i = 0; local
140 fal = fa->len * sizeof(*fae);
143 fa->fae = kmem_alloc(fal, KM_SLEEP);
/netbsd-current/sys/kern/
H A Dkern_exec.c2482 size_t fal = fa->len * sizeof(*fae); local
2484 fa->fae = kmem_alloc(fal, KM_SLEEP);
2485 error = copyin(fae, fa->fae, fal);
2494 error = copyinstr(*pathp, pbuf, MAXPATHLEN, &fal);
2497 *pathp = kmem_alloc(fal, KM_SLEEP);
2498 memcpy(*pathp, pbuf, fal);
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dtrees.c1243 int fal = talign(ftyp, ap); local
1245 off = (off/fal)*fal;
1249 p->n_rval = PKFIELD(fsz, s->soffset%fal);
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dtrees.c1166 int fal = talign(ftyp, ap); local
1167 off = (off/fal)*fal;
1171 p->n_rval = PKFIELD(dsc&FLDSIZ, s->soffset%fal);

Completed in 186 milliseconds