Lines Matching defs:app
270 struct anon **app;
274 for (app = &anon_hash[ANON_HASH(ap->an_vp, ap->an_off)];
275 *app; app = &((*app)->an_hash)) {
276 if (*app == ap) {
277 *app = ap->an_hash;
384 struct anon **app;
399 app = ahp->array_chunk[an_idx >> ANON_CHUNK_SHIFT];
400 if (app) {
402 ((uintptr_t)app[an_idx & ANON_CHUNK_OFF] &
418 struct anon **app;
448 app = ahp->array_chunk[i >> ANON_CHUNK_SHIFT];
449 if (app)
452 ((uintptr_t)app[j] & ANON_PTRMASK);
473 struct anon **app;
504 app = *ppp;
505 ap_addr = (uintptr_t *)&app[an_idx & ANON_CHUNK_OFF];
1902 struct anon **app,
1912 struct anon *ap = *app;
2399 struct anon **app,
2407 struct anon *old = *app;
2426 *app = new = anon_alloc(NULL, 0);
2532 *app = old;
2796 anon_zero(struct seg *seg, caddr_t addr, struct anon **app, struct cred *cred)
2809 *app = ap = anon_alloc(NULL, 0);
2822 *app = NULL;
3448 * Returns true if the app array has some empty slots.
3486 * app in the range (off, off+len). The array and slots must be guaranteed
3573 struct anon **app;
3596 app = *ppp;
3597 return ((ulong_t *)&app[an_idx & ANON_CHUNK_OFF]);