Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/instmem/ | |
nouveau_nvkm_subdev_instmem_nv50.c | 152 void *emap; local in function:nv50_instobj_kmap 179 emap = eobj->map; 191 __USE(emap); 194 iounmap(emap); |
/src/usr.sbin/puffs/mount_psshfs/ | |
psbuf.c | 419 static int emap[] = { variable in typeref:typename:int[] 434 #define NERRORS ((int)(sizeof(emap) / sizeof(emap[0]))) 446 return emap[error]; |
/src/sys/netinet/ | |
ip_encap.c | 202 thmap_t *emap = encap_map[0]; local in function:encap4_lookup 227 while ((ep = thmap_get(emap, &key, sizeof(key))) != NULL) { 364 thmap_t *emap = encap_map[1]; local in function:encap6_lookup 389 while ((ep = thmap_get(emap, &key, sizeof(key))) != NULL) { 644 thmap_t *emap; local in function:encap_attach_addr 658 emap = encap_map[0]; 663 emap = encap_map[1]; 698 while ((retep = thmap_put(emap, &ep->key, sizeof(ep->key), ep)) != ep) 808 thmap_t *emap; local in function:encap_detach_addr 819 emap = encap_map[0] [all...] |