Home
last modified time | relevance | path

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

/illumos-gate/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
320 (void) strcpy(rootfs.bo_fstype, vsw->vsw_name); in loadrootmodules()
322 vfs_unrefvfssw(vsw); in loadrootmodules()
587 struct vfssw *vsw; in getfstype() local
610 if ((vsw = vfs_getvfssw(fsname)) != NULL) in getfstype()
[all …]
/illumos-gate/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 */
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c3127 vmem_seg_walk_t *vsw; in vmem_seg_walk_common_init() local
3136 vsw->vsw_type = type; in vmem_seg_walk_common_init()
3137 vsw->vsw_start = wsp->walk_addr + OFFSETOF(vmem_t, vm_seg0); in vmem_seg_walk_common_init()
3138 vsw->vsw_current = vsw->vsw_start; in vmem_seg_walk_common_init()
3176 vmem_seg_walk_t *vsw = wsp->walk_data; in vmem_seg_walk_step() local
3177 uintptr_t addr = vsw->vsw_current; in vmem_seg_walk_step()
3196 vsw->vsw_current = (uintptr_t)seg.vs_anext; in vmem_seg_walk_step()
3197 if (vsw->vsw_type != VMEM_NONE && seg.vs_type != vsw->vsw_type) { in vmem_seg_walk_step()
3203 if (vsw->vsw_current == vsw->vsw_start) in vmem_seg_walk_step()
3212 vmem_seg_walk_t *vsw = wsp->walk_data; in vmem_seg_walk_fini() local
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c3494 vmem_seg_walk_t *vsw; in vmem_seg_walk_common_init() local
3503 vsw->vsw_type = type; in vmem_seg_walk_common_init()
3504 vsw->vsw_start = wsp->walk_addr + offsetof(vmem_t, vm_seg0); in vmem_seg_walk_common_init()
3505 vsw->vsw_current = vsw->vsw_start; in vmem_seg_walk_common_init()
3543 vmem_seg_walk_t *vsw = wsp->walk_data; in vmem_seg_walk_step() local
3544 uintptr_t addr = vsw->vsw_current; in vmem_seg_walk_step()
3563 vsw->vsw_current = (uintptr_t)seg.vs_anext; in vmem_seg_walk_step()
3564 if (vsw->vsw_type != VMEM_NONE && seg.vs_type != vsw->vsw_type) { in vmem_seg_walk_step()
3570 if (vsw->vsw_current == vsw->vsw_start) in vmem_seg_walk_step()
3579 vmem_seg_walk_t *vsw = wsp->walk_data; in vmem_seg_walk_fini() local
[all …]
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c639 struct vfssw *vsw; in vfs_mountdevices() local
662 vsw = vfs_getvfsswbyname("devfs"); in vfs_mountdevices()
663 VFS_INIT(&devices, &vsw->vsw_vfsops, NULL); in vfs_mountdevices()
717 struct vfssw *vsw; in vfs_mountdev1() local
740 vsw = vfs_getvfsswbyname("dev"); in vfs_mountdev1()
741 VFS_INIT(&dev, &vsw->vsw_vfsops, NULL); in vfs_mountdev1()
4493 struct vfssw *vsw; in rootconf() local
4520 vsw = vfs_getvfsswbyname(fstyp); in rootconf()
4522 if (vsw == NULL) { in rootconf()
4526 VFS_INIT(rootvfs, &vsw->vsw_vfsops, 0); in rootconf()
[all …]