Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dswapgeneric.c122 struct vfssw *vsw; in rootconf() local
165 vsw = vfs_getvfsswbyname(rootfs.bo_fstype); in rootconf()
167 if (vsw == NULL) { in rootconf()
172 VFS_INIT(rootvfs, &vsw->vsw_vfsops, (caddr_t)0); in rootconf()
227 vfs_unrefvfssw(vsw); in rootconf()
336 struct vfssw *vsw; in loadrootmodules() local
373 if ((vsw = getfstype("root", rootfs.bo_fstype, BO_MAXFSNAME)) == NULL) in loadrootmodules()
376 (void) strcpy(rootfs.bo_fstype, vsw->vsw_name); in loadrootmodules()
378 vfs_unrefvfssw(vsw); in loadrootmodules()
647 struct vfssw *vsw; in getfstype() local
[all …]
/titanic_41/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_41/usr/src/uts/sun4v/vsw/
H A DMakefile43 MODULE = vsw
/titanic_41/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_41/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_41/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_41/usr/src/uts/common/fs/
H A Dvfs.c679 struct vfssw *vsw; in vfs_mountdevices() local
702 vsw = vfs_getvfsswbyname("devfs"); in vfs_mountdevices()
703 VFS_INIT(&devices, &vsw->vsw_vfsops, NULL); in vfs_mountdevices()
757 struct vfssw *vsw; in vfs_mountdev1() local
780 vsw = vfs_getvfsswbyname("dev"); in vfs_mountdev1()
781 VFS_INIT(&dev, &vsw->vsw_vfsops, NULL); in vfs_mountdev1()
4652 struct vfssw *vsw; in rootconf() local
4679 vsw = vfs_getvfsswbyname(fstyp); in rootconf()
4681 if (vsw == NULL) { in rootconf()
4685 VFS_INIT(rootvfs, &vsw->vsw_vfsops, 0); in rootconf()
[all …]
/titanic_41/usr/src/uts/sun4v/
H A DMakefile.files155 VSW_OBJS = vsw.o vsw_ldc.o vsw_phys.o vsw_switching.o vsw_hio.o \
H A DMakefile.sun4v359 DRV_KMODS += vsw