Searched refs:sdev (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/sys/dev/firewire/ |
| D | sbp.c | 177 struct sbp_dev *sdev; member 373 sbp_show_sdev_info(struct sbp_dev *sdev) in sbp_show_sdev_info() argument 377 fwdev = sdev->target->fwdev; in sbp_show_sdev_info() 378 device_printf(sdev->target->sbp->fd.dev, in sbp_show_sdev_info() 382 sdev->bustgtlun, in sbp_show_sdev_info() 383 (sdev->type & 0x40) >> 6, in sbp_show_sdev_info() 384 (sdev->type & 0x1f), in sbp_show_sdev_info() 391 device_printf(sdev->target->sbp->fd.dev, in sbp_show_sdev_info() 394 sdev->bustgtlun, in sbp_show_sdev_info() 395 sdev->vendor, in sbp_show_sdev_info() [all …]
|
| /freebsd-9-stable/share/examples/kld/cdev/module/ |
| D | cdevmod.c | 93 static struct cdev *sdev; variable 121 sdev = make_dev(&my_devsw, 0, UID_ROOT, GID_WHEEL, 0600, "cdev"); in cdev_load() 126 destroy_dev(sdev); in cdev_load()
|
| /freebsd-9-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/ |
| D | err.D_AGG_SPEC.SpeculateWithStddev.d | 47 @sdev["speculate"] = stddev(i);
|