| /src/sys/arch/usermode/include/ |
| mainbus.h | 47 } vdev; member in union:thunkbus_attach_args::__anon2144
|
| /src/sys/arch/usermode/usermode/ |
| machdep.c | 113 " [vdev=atapi,device]\n", 121 " vdev=atapi,/dev/rcd0d\")\n", pn); 222 } else if (strncmp(argv[i], "vdev=", 223 strlen("vdev=")) == 0) { 224 char *vdev = argv[i] + strlen("vdev="); local 233 t = vdev; 236 thunk_printf("bad vdev= format\n"); 242 thunk_printf("unknown vdev device type\n");
|
| /src/sys/external/bsd/drm2/dist/drm/virtio/ |
| virtgpu_drv.h | 172 struct virtio_device *vdev; member in struct:virtio_gpu_device 356 void virtio_gpu_fence_event_process(struct virtio_gpu_device *vdev,
|
| /src/external/cddl/osnet/dist/cmd/zpool/ |
| zpool_vdev.c | 48 * the same level as the root of the vdev tree. 53 * 1. Construct the vdev specification. Performs syntax validation and 91 * For any given vdev specification, we can have multiple errors. The 105 (void) fprintf(stderr, gettext("invalid vdev specification\n")); 426 * Create a leaf vdev. Determine if this is a file or a device. If it's a 428 * leaf vdev are: 439 nvlist_t *vdev = NULL; local 444 * Determine what type of vdev this is, and put the full path into 522 * acceptable to use. Construct the nvlist to describe this vdev. All 525 verify(nvlist_alloc(&vdev, NV_UNIQUE_NAME, 0) == 0) [all...] |
| zpool_main.c | 207 return (gettext("\tadd [-fn] <pool> <vdev> ...\n")); 216 "\t [-m mountpoint] [-R root] <pool> <vdev> ...\n")); 239 return (gettext("\tlabelclear [-f] <vdev>\n")); 483 * zpool add [-fn] <pool> <vdev> ... 530 (void) fprintf(stderr, gettext("missing vdev specification\n")); 590 * zpool remove <pool> <vdev> ... 592 * Removes the given vdev from the pool. Currently, this supports removing 629 * zpool labelclear [-f] <vdev> 634 * Verifies that the vdev is not active and zeros out the label information 640 char vdev[MAXPATHLEN] local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
| gvt.h | 224 } vdev; member in struct:intel_vgpu
|
| /src/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs_pool.c | 150 * vdev's guid then get it from the zhp config nvlist. 179 * Map VDEV STATE to printed strings. 1094 * Create the named pool, using the provided vdev list. It is assumed 1272 * necessary verification to ensure that the vdev specification is well-formed. 1923 * Find a vdev that matches the search criteria specified. We use the 1972 * - looking for a top-level vdev name (i.e. ZPOOL_CONFIG_TYPE). 2023 * Determine our vdev type, keeping in mind 2025 * vdev id pair (i.e. mirror-4). 2060 * Now verify that we have the correct vdev id. 2087 * vdev, not the leaf vdevs. So we always lookup th 2931 nvlist_t **mchild, *vdev; local [all...] |
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| metaslab.c | 690 * because we're done, and possibly removing the vdev. 1932 * This vdev is in the process of being removed so there is nothing 2183 spa_dbgmsg(spa, "condensing: txg %llu, msp[%llu] %p, vdev id %llu, " 2430 * the vdev. 2677 metaslab_group_alloc_increment(spa_t *spa, uint64_t vdev, void *tag, int flags) 2683 metaslab_group_t *mg = vdev_lookup_top(spa, vdev)->vdev_mg; 2691 metaslab_group_alloc_decrement(spa_t *spa, uint64_t vdev, void *tag, int flags) 2697 metaslab_group_t *mg = vdev_lookup_top(spa, vdev)->vdev_mg; 2712 uint64_t vdev = DVA_GET_VDEV(&dva[d]); local 2713 metaslab_group_t *mg = vdev_lookup_top(spa, vdev)->vdev_mg 3213 uint64_t vdev = DVA_GET_VDEV(dva); local 3271 uint64_t vdev = DVA_GET_VDEV(dva); local 3479 uint64_t vdev = DVA_GET_VDEV(&bp->blk_dva[i]); local [all...] |
| spa_misc.c | 103 * - RW_WRITER to change the vdev config 162 * vdev state without altering the vdev tree's topology (e.g. online/offline), 179 * Protects changes to the vdev tree topology, such as vdev 184 * Protects changes to pool state and vdev state, such as vdev 194 * to prevent changes to the vdev tree. The bp-level zio implicitly 195 * protects all of its vdev child zios, which do not hold SCL_ZIO. 205 * Held as reader to prevent changes to the vdev tree during trivia 1954 uint64_t vdev = DVA_GET_VDEV(dva); local [all...] |
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| vdev_impl.h | 34 #include <sys/vdev.h> 130 struct vdev { struct 132 * Common to all vdev types. 134 uint64_t vdev_id; /* child number in vdev parent */ 135 uint64_t vdev_guid; /* unique ID for this vdev */ 161 uint64_t vdev_prevstate; /* used when reopening a vdev */ 162 vdev_ops_t *vdev_ops; /* vdev operations */ 163 spa_t *vdev_spa; /* spa for this vdev */ 167 vdev_t *vdev_top; /* top-level vdev */ 168 vdev_t *vdev_parent; /* parent vdev */ [all...] |
| /src/external/cddl/osnet/dist/cmd/zdb/ |
| zdb.c | 43 #include <sys/vdev.h> 125 "poolname [vdev [metaslab...]]\n" 127 "vdev:offset:size[:flags]\n" 172 "-e to specify path to vdev dir\n"); 862 (void) fatal("bad vdev id: %llu", (u_longlong_t)c); 2537 (void) printf("leaked space: vdev %llu, offset 0x%llx, size %llu\n", 2620 "vdev %llu of %llu, " 2852 (void) printf("\tDittoed blocks on same vdev: %llu\n", 3225 * RAID-Zs, you can specify either RAID-Z vdev with 0.0 or 0.1 . 3228 zdb_vdev_lookup(vdev_t *vdev, char *path 3307 char *s, *p, *dup, *vdev, *flagstr; local [all...] |
| /src/external/cddl/osnet/dist/cmd/ztest/ |
| ztest.c | 577 "\t[-f dir (default: %s)] file directory for vdev files\n" 823 uint64_t vdev; local 833 vdev = ztest_shared->zs_vdev_aux; 837 aux, vdev); 839 vdev = ztest_shared->zs_vdev_next_leaf++; 842 pool == NULL ? ztest_opts.zo_pool : pool, vdev); 2342 * or create a pool with a bad vdev spec. 2629 * vdev state first to make sure we handle removal 2775 * Pick a random top-level vdev. 2785 * Locate this vdev [all...] |