| /illumos-gate/usr/src/uts/common/io/simnet/ | 
| H A D | simnet.c | 274 	simnet_dev_t *sdev;  in simnet_dev_lookup()  local277 	for (sdev = list_head(&simnet_dev_list); sdev != NULL;  in simnet_dev_lookup()
 278 	    sdev = list_next(&simnet_dev_list, sdev)) {  in simnet_dev_lookup()
 279 		if (!(sdev->sd_flags & SDF_SHUTDOWN) &&  in simnet_dev_lookup()
 280 		    (sdev->sd_link_id == link_id)) {  in simnet_dev_lookup()
 281 			atomic_inc_32(&sdev->sd_refcount);  in simnet_dev_lookup()
 282 			return (sdev);  in simnet_dev_lookup()
 290 simnet_wifidev_free(simnet_dev_t *sdev)  in simnet_wifidev_free()  argument
 292 	simnet_wifidev_t *wdev = sdev->sd_wifidev;  in simnet_wifidev_free()
 303 simnet_dev_unref(simnet_dev_t *sdev)  in simnet_dev_unref()  argument
 [all …]
 
 | 
| /illumos-gate/usr/src/test/zfs-tests/tests/functional/slog/ | 
| H A D | slog_010_neg.ksh | 51 log_must zpool create $TESTPOOL $VDEV spare $SDEV log $LDEV52 sdev=$(random_get $SDEV)
 54 log_mustnot zpool replace $TESTPOOL $ldev $sdev
 55 log_mustnot verify_slog_device $TESTPOOL $sdev 'ONLINE'
 
 | 
| H A D | slog_015_neg.ksh | 55 	log_must zpool create $TESTPOOL $VDEV log $SDEV63 		log_must zpool offline $TESTPOOL $SDEV
 64 		log_must verify_slog_device $TESTPOOL $SDEV 'OFFLINE'
 65 		log_must zpool online $TESTPOOL $SDEV
 66 		log_must verify_slog_device $TESTPOOL $SDEV 'ONLINE'
 
 | 
| H A D | slog_006_pos.ksh | 58 				$spare $SDEV log $logtype $LDEV59 			sdev=$(random_get $LDEV)
 61 			log_must zpool replace $TESTPOOL $sdev $tdev
 
 | 
| H A D | slog.cfg | 35 export SDEV="$VDIR/d"
 | 
| H A D | slog_005_pos.ksh | 55 		log_must zpool create $TESTPOOL $type $VDEV $spare $SDEV \
 | 
| H A D | slog_008_neg.ksh | 56 				$spare $SDEV log $logtype $LDEV $LDEV2
 | 
| H A D | slog_001_pos.ksh | 57 				$spare $SDEV log $logtype $LDEV
 | 
| H A D | slog_002_pos.ksh | 57 			log_must zpool create $TESTPOOL $type $VDEV $spare $SDEV
 | 
| H A D | slog_003_pos.ksh | 60 					$spare $SDEV log $logtype $LDEV
 | 
| H A D | slog_004_pos.ksh | 58 				$spare $SDEV log $logtype $LDEV
 | 
| H A D | slog_009_neg.ksh | 58 				$spare $SDEV $log $LDEV
 | 
| H A D | slog_011_neg.ksh | 55 		log_must zpool create $TESTPOOL $type $VDEV $spare $SDEV \
 | 
| H A D | slog_012_neg.ksh | 54 		log_must zpool create $TESTPOOL $type $VDEV $spare $SDEV \
 | 
| H A D | slog_007_pos.ksh | 64 				$spare $SDEV log $logtype $LDEV $LDEV2
 | 
| /illumos-gate/usr/src/uts/common/fs/dev/ | 
| H A D | sdev_plugin.c | 17  * Dynamic directory plugin interface for sdev.19  * The sdev plugin interfaces provides a means for a dynamic directory based on
 21  * built into sdev itself. While these legacy plugins are useful, it makes more
 55  * to create it in the GZ and not for all other instances of sdev because an
 56  * instance of sdev that isn't at /dev does not have dynamic directories, and
 57  * second, any instance of sdev present in a non-global zone cannot create
 59  * instance of sdev that we're good to go.
 404  * If we don't have a callback function that returns a failure, then sdev will
 460  * sdev is not a good citizen. We get inactive callbacks whenever a vnode goes
 604 	 * go through and grab the sdev root node as we cannot grab any sdev  in sdev_plugin_register()
 [all …]
 
 | 
| H A D | sdev_vnops.c | 39  * sdev has a few basic goals:47  * The sdev file system is primarily made up of sdev_node_t's which is sdev's
 54  * When sdev is mounted, it keeps track of the underlying file system it is
 55  * mounted over. In certain situations, sdev will go and create entries in that
 67  *    | /dev/dsk/c0t0d0  |<---------------->| for sdev     |
 77  * sdev is generally in memory. Therefore when a lookup happens and there is no
 109  * normal sdev vnode operations with the dynamic set here.
 128  * a non-global zone's /dev. These are sent to sdev by means of libdevinfo and a
 133  * When operating in a non-global zone, several of the sdev vnops are redirected
 141  * in the sdev life cycle it is. There are three primary states: SDEV_INIT,
 [all …]
 
 | 
| /illumos-gate/usr/src/test/zfs-tests/tests/functional/cache/ | 
| H A D | cache_005_neg.ksh | 56 	sdev=$(random_get $LDEV)58 	log_mustnot zpool replace $TESTPOOL $sdev $tdev
 59 	log_must verify_cache_device $TESTPOOL $sdev 'ONLINE'
 
 | 
| /illumos-gate/usr/src/cmd/rmformat/ | 
| H A D | rmf_misc.c | 109 static void		get_media_info(device_t *t_dev, char *sdev,1122 	char sdev[PATH_MAX], dev[PATH_MAX], *pname;  in find_device()  local
 1139 		(void) snprintf(sdev, PATH_MAX, "/dev/rdsk/%s",  in find_device()
 1142 		if (!strstr(sdev, "s2")) {  in find_device()
 1147 			if (!(strstr(sdev, "s2") || strstr(sdev, "p0"))) {  in find_device()
 1151 			if (!strstr(sdev, "p0")) {  in find_device()
 1156 		if (!lookup_device(sdev, dev)) {  in find_device()
 1180 			sn = volmgt_symname(sdev);  in find_device()
 1230 					pname = get_physical_name(sdev);  in find_device()
 1236 						    "Logical Node: %s\n", sdev);  in find_device()
 [all …]
 
 | 
| /illumos-gate/usr/src/lib/libnsl/dial/ | 
| H A D | callers.c | 181 	char **sdev;  in processdev()  local188 	sdev = dev;  in processdev()
 301 	/* use sdev[] since dev[] is incremented for internal callers */  in processdev()
 302 	fixline(dcf, atoi(fdig(sdev[D_CLASS])), D_DIRECT);  in processdev()
 345 	(void) strcpy(Dc, sdev[D_LINE]);  in processdev()
 
 | 
| /illumos-gate/usr/src/cmd/cdrw/ | 
| H A D | device.c | 558 	char sdev[PATH_MAX], dev[PATH_MAX];  in scan_for_cd_device()  local580 		(void) snprintf(sdev, PATH_MAX, "/dev/rdsk/%s",  in scan_for_cd_device()
 582 		if (strcmp("s2", (char *)strrchr(sdev, 's')) != 0)  in scan_for_cd_device()
 584 		if (!lookup_device(sdev, dev))  in scan_for_cd_device()
 612 			sn = hald_symname(sdev);  in scan_for_cd_device()
 619 			    sn ? sn : sdev, &t_dev->d_inq[8],  in scan_for_cd_device()
 
 | 
| /illumos-gate/usr/src/cmd/dtrace/test/tst/common/speculation/ | 
| H A D | err.D_AGG_SPEC.SpeculateWithStddev.d | 47 	@sdev["speculate"] = stddev(i);
 | 
| /illumos-gate/usr/src/man/man4fs/ | 
| H A D | dev.4fs | 35 .Sq sdev
 | 
| /illumos-gate/usr/src/uts/common/sys/fs/ | 
| H A D | sdev_plugin.h | 20  * Kernel sdev plugin interface
 | 
| /illumos-gate/usr/src/test/os-tests/tests/sdevfs/ | 
| H A D | sdevfs_eisdir.c | 66 	 * because of the different code paths taken in sdev.  in main()
 |