Searched refs:segmap (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | nl7curi.c | 1542 if (desb->segmap != NULL) { in uri_desb_free() 1543 REF_RELE(desb->segmap); in uri_desb_free() 1556 uri_segmap_t *segmap = kmem_cache_alloc(uri_segmap_kmc, KM_SLEEP); in uri_segmap_map() local 1562 REF_INIT(segmap, 1, uri_segmap_inactive, uri_segmap_kmc); in uri_segmap_map() 1563 segmap->len = len; in uri_segmap_map() 1565 segmap->vp = rdp->data.vnode; in uri_segmap_map() 1567 segmap->base = segmap_getmapflt(segkmap, segmap->vp, rdp->off, len, in uri_segmap_map() 1570 if (segmap_fault(kas.a_hat, segkmap, segmap->base, len, in uri_segmap_map() 1572 REF_RELE(segmap); in uri_segmap_map() 1575 return (segmap); in uri_segmap_map() [all …]
|
H A D | nl7curi.h | 171 uri_segmap_t *segmap; /* If segmap mapped else NULL */ member
|
/titanic_41/usr/src/man/man9e/ |
H A D | Makefile | 52 segmap.9e \
|
/titanic_41/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 2321 int (*segmap)(dev_t, off_t, struct as *, in spec_char_map() local 2334 segmap = devopsp[maj]->devo_cb_ops->cb_segmap; in spec_char_map() 2335 if (segmap == NULL || segmap == nulldev || segmap == nodev) { in spec_char_map() 2366 segmap = spec_segmap; in spec_char_map() 2368 segmap = cdev_segmap; in spec_char_map() 2370 return ((*segmap)(dev, (off_t)off, as, addrp, len, prot, in spec_char_map()
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | startup.c | 309 static struct seg *segmap = &kmapseg; /* easier to use name for in here */ variable 2113 if (seg_attach(&kas, (caddr_t)segmap_start, segmapsize, segmap) < 0) { in startup_vm() 2117 PRM_DEBUG(segmap); in startup_vm() 2123 if (segmap_create(segmap, (caddr_t)&a) != 0) in startup_vm()
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-kernel.man9e.inc | 48 file path=usr/share/man/man9e/segmap.9e
|