Home
last modified time | relevance | path

Searched refs:vsw (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/uts/common/os/
H A Dswapgeneric.c124 struct vfssw *vsw; in rootconf() local
160 vsw = vfs_getvfsswbyname(rootfs.bo_fstype); in rootconf()
162 if (vsw == NULL) { in rootconf()
167 VFS_INIT(rootvfs, &vsw->vsw_vfsops, (caddr_t)0); in rootconf()
218 vfs_unrefvfssw(vsw); in rootconf()
292 struct vfssw *vsw; in loadrootmodules() local
317 if ((vsw = getfstype("root", rootfs.bo_fstype, BO_MAXFSNAME)) == NULL) in loadrootmodules()
320 (void) strcpy(rootfs.bo_fstype, vsw->vsw_name); in loadrootmodules()
322 vfs_unrefvfssw(vsw); in loadrootmodules()
587 struct vfssw *vsw; in getfstype() local
[all …]
/titanic_50/usr/src/uts/sun4v/sys/
H A Dvsw.h120 typedef struct vsw { struct
125 struct vsw *next; /* next in list */ argument
149 (struct vsw *, mblk_t *, int, argument
H A Dvsw_hio.h49 struct vsw *vs_vswp; /* Back pointer to vswp */
H A Dvsw_ldc.h322 struct vsw *ldc_vswp; /* associated vsw */
402 struct vsw *p_vswp; /* associated vsw */
/titanic_50/usr/src/uts/sun4v/vsw/
H A DMakefile43 MODULE = vsw
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-ldoms.mf69 driver name=vsw alias=SUNW,sun4v-network-switch \
70 clone_perms="vsw 0666 root sys" perms="* 0666 root sys"
87 file path=platform/sun4v/kernel/drv/$(ARCH64)/vsw group=sys
/titanic_50/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c3126 vmem_seg_walk_t *vsw; in vmem_seg_walk_common_init() local
3133 wsp->walk_data = vsw = mdb_alloc(sizeof (vmem_seg_walk_t), UM_SLEEP); in vmem_seg_walk_common_init()
3135 vsw->vsw_type = type; in vmem_seg_walk_common_init()
3136 vsw->vsw_start = wsp->walk_addr + OFFSETOF(vmem_t, vm_seg0); in vmem_seg_walk_common_init()
3137 vsw->vsw_current = vsw->vsw_start; in vmem_seg_walk_common_init()
3175 vmem_seg_walk_t *vsw = wsp->walk_data; in vmem_seg_walk_step() local
3176 uintptr_t addr = vsw->vsw_current; in vmem_seg_walk_step()
3195 vsw->vsw_current = (uintptr_t)seg.vs_anext; in vmem_seg_walk_step()
3196 if (vsw->vsw_type != VMEM_NONE && seg.vs_type != vsw->vsw_type) { in vmem_seg_walk_step()
3202 if (vsw->vsw_current == vsw->vsw_start) in vmem_seg_walk_step()
[all …]
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c3493 vmem_seg_walk_t *vsw; in vmem_seg_walk_common_init() local
3500 wsp->walk_data = vsw = mdb_alloc(sizeof (vmem_seg_walk_t), UM_SLEEP); in vmem_seg_walk_common_init()
3502 vsw->vsw_type = type; in vmem_seg_walk_common_init()
3503 vsw->vsw_start = wsp->walk_addr + offsetof(vmem_t, vm_seg0); in vmem_seg_walk_common_init()
3504 vsw->vsw_current = vsw->vsw_start; in vmem_seg_walk_common_init()
3542 vmem_seg_walk_t *vsw = wsp->walk_data; in vmem_seg_walk_step() local
3543 uintptr_t addr = vsw->vsw_current; in vmem_seg_walk_step()
3562 vsw->vsw_current = (uintptr_t)seg.vs_anext; in vmem_seg_walk_step()
3563 if (vsw->vsw_type != VMEM_NONE && seg.vs_type != vsw->vsw_type) { in vmem_seg_walk_step()
3569 if (vsw->vsw_current == vsw->vsw_start) in vmem_seg_walk_step()
[all …]
/titanic_50/usr/src/uts/common/fs/
H A Dvfs.c687 struct vfssw *vsw; in vfs_mountdevices() local
710 vsw = vfs_getvfsswbyname("devfs"); in vfs_mountdevices()
711 VFS_INIT(&devices, &vsw->vsw_vfsops, NULL); in vfs_mountdevices()
765 struct vfssw *vsw; in vfs_mountdev1() local
788 vsw = vfs_getvfsswbyname("dev"); in vfs_mountdev1()
789 VFS_INIT(&dev, &vsw->vsw_vfsops, NULL); in vfs_mountdev1()
4640 struct vfssw *vsw; in rootconf() local
4667 vsw = vfs_getvfsswbyname(fstyp); in rootconf()
4669 if (vsw == NULL) { in rootconf()
4673 VFS_INIT(rootvfs, &vsw->vsw_vfsops, 0); in rootconf()
[all …]
/titanic_50/usr/src/uts/sun4v/
H A DMakefile.files154 VSW_OBJS = vsw.o vsw_ldc.o vsw_phys.o vsw_switching.o vsw_hio.o \
H A DMakefile.sun4v359 DRV_KMODS += vsw