Searched refs:volname (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/sbin/sunlabel/
H A Dsunlabel.c544 char volname[SUN_VOLNAME_LEN + 1]; local
646 memset(volname, 0, sizeof volname);
647 rv = sscanf(bp, " %9[^\n]", volname);
653 memcpy(sl1.sl_vtoc_volname, volname,
655 if (volname[SUN_VOLNAME_LEN] != '\0')
777 char volname[4 * SUN_VOLNAME_LEN + 1]; local
803 volname[j++] = sl->sl_vtoc_volname[i];
805 j += sprintf(volname + j, "\\x%02X",
808 volname[
[all...]
/freebsd-10.0-release/sbin/gvinum/
H A Dgvinum.c486 char buf[BUFSIZ], *drivename, *volname; local
492 volname = NULL;
504 volname = argv[++i];
527 if (volname == NULL)
528 volname = find_name("gvinumvolume", GV_TYPE_VOL, GV_MAXVOLNAME);
534 gctl_ro_param(req, "name", -1, volname);
/freebsd-10.0-release/sys/geom/raid/
H A Dmd_intel.c1590 const char *nodename, *verb, *volname, *levelname, *diskname; local
1609 volname = gctl_get_asciiparam(req, "arg1");
1610 if (volname == NULL) {
1756 vol = g_raid_create_volume(sc, volname, -1);
1818 volname = gctl_get_asciiparam(req, "arg1");
1819 if (volname == NULL) {
1951 vol = g_raid_create_volume(sc, volname, -1);
2028 volname = gctl_get_asciiparam(req,
2030 if (volname == NULL) {
2037 if (strcmp(vol->v_name, volname)
[all...]
H A Dmd_promise.c1263 const char *nodename, *verb, *volname, *levelname, *diskname; local
1281 volname = gctl_get_asciiparam(req, "arg1");
1282 if (volname == NULL) {
1445 vol = g_raid_create_volume(sc, volname, -1);
1531 volname = gctl_get_asciiparam(req,
1533 if (volname == NULL) {
1540 if (strcmp(vol->v_name, volname) == 0)
1545 if (strcmp(pp->name, volname) == 0)
1548 strcmp(pp->name + 5, volname) == 0)
1552 i = strtol(volname,
[all...]
H A Dmd_jmicron.c1030 const char *verb, *volname, *levelname, *diskname; local
1048 volname = gctl_get_asciiparam(req, "arg1");
1049 if (volname == NULL) {
1184 vol = g_raid_create_volume(sc, volname, -1);
H A Dmd_ddf.c2230 const char *nodename, *verb, *volname, *levelname, *diskname; local
2250 volname = gctl_get_asciiparam(req, "arg1");
2251 if (volname == NULL) {
2418 vol = g_raid_create_volume(sc, volname, -1);
2520 volname = gctl_get_asciiparam(req,
2522 if (volname == NULL) {
2529 if (strcmp(vol->v_name, volname) == 0)
2534 if (strcmp(pp->name, volname) == 0)
2537 strcmp(pp->name + 5, volname) == 0)
2541 i = strtol(volname,
[all...]
H A Dmd_nvidia.c1033 const char *verb, *volname, *levelname, *diskname; local
1051 volname = gctl_get_asciiparam(req, "arg1");
1052 if (volname == NULL) {
1199 vol = g_raid_create_volume(sc, volname, -1);
H A Dmd_sii.c1117 const char *verb, *volname, *levelname, *diskname; local
1135 volname = gctl_get_asciiparam(req, "arg1");
1136 if (volname == NULL) {
1270 vol = g_raid_create_volume(sc, volname, -1);
/freebsd-10.0-release/sys/fs/fuse/
H A Dfuse_ipc.h193 char volname[MAXPATHLEN]; member in struct:fuse_data
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c4055 char *p, *volname; local
4075 volname = arg + pathlen;
4078 if ((p = strchr(volname, '/')) == NULL) {
4083 } else if (p - volname >= ZFS_MAXNAMELEN) {
4089 (void) strncpy(poolname, volname, p - volname);
4090 poolname[p - volname] = '\0';

Completed in 282 milliseconds