Searched defs:vsw (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | swapgeneric.c | 123 struct vfssw *vsw; local 166 vsw = vfs_getvfsswbyname(rootfs.bo_fstype); 168 if (vsw == NULL) { 173 VFS_INIT(rootvfs, &vsw->vsw_vfsops, (caddr_t)0); 228 vfs_unrefvfssw(vsw); 337 struct vfssw *vsw; local 374 if ((vsw = getfstype("root", rootfs.bo_fstype, BO_MAXFSNAME)) == NULL) 377 (void) strcpy(rootfs.bo_fstype, vsw->vsw_name); 379 vfs_unrefvfssw(vsw); 648 struct vfssw *vsw; local [all...] |
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | vsw.h | 29 * virtual switch (vsw) uses to communicate with its clients and 50 #define DRV_NAME "vsw" 60 #define VSW_LOCALDEV 4 /* vsw configured as an eth interface */ 118 * vsw instance state information. 120 typedef struct vsw { struct 125 struct vsw *next; /* next in list */ 149 (struct vsw *, mblk_t *, int,
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | vfs.c | 632 struct vfssw *vsw; local 655 vsw = vfs_getvfsswbyname("devfs"); 656 VFS_INIT(&devices, &vsw->vsw_vfsops, NULL); 710 struct vfssw *vsw; local 733 vsw = vfs_getvfsswbyname("dev"); 734 VFS_INIT(&dev, &vsw->vsw_vfsops, NULL); 4546 struct vfssw *vsw; local 4573 vsw = vfs_getvfsswbyname(fstyp); 4575 if (vsw == NULL) { 4579 VFS_INIT(rootvfs, &vsw [all...] |
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | kmem.c | 3471 vmem_seg_walk_t *vsw; local 3478 wsp->walk_data = vsw = mdb_alloc(sizeof (vmem_seg_walk_t), UM_SLEEP); 3480 vsw->vsw_type = type; 3481 vsw->vsw_start = wsp->walk_addr + offsetof(vmem_t, vm_seg0); 3482 vsw->vsw_current = vsw->vsw_start; 3520 vmem_seg_walk_t *vsw = wsp->walk_data; local 3521 uintptr_t addr = vsw->vsw_current; 3540 vsw->vsw_current = (uintptr_t)seg.vs_anext; 3541 if (vsw 3556 vmem_seg_walk_t *vsw = wsp->walk_data; local [all...] |
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | umem.c | 3127 vmem_seg_walk_t *vsw; local 3134 wsp->walk_data = vsw = mdb_alloc(sizeof (vmem_seg_walk_t), UM_SLEEP); 3136 vsw->vsw_type = type; 3137 vsw->vsw_start = wsp->walk_addr + OFFSETOF(vmem_t, vm_seg0); 3138 vsw->vsw_current = vsw->vsw_start; 3176 vmem_seg_walk_t *vsw = wsp->walk_data; local 3177 uintptr_t addr = vsw->vsw_current; 3196 vsw->vsw_current = (uintptr_t)seg.vs_anext; 3197 if (vsw 3212 vmem_seg_walk_t *vsw = wsp->walk_data; local [all...] |
Completed in 300 milliseconds