ISCSID(8) - System Manager’s Manual # ISCSID(8) - System Manager’s Manual
NAME # iscsid - iSCSI (Internet SCSI) daemon
SYNOPSIS # iscsid [-dv] [-n device] [-s socket]
DESCRIPTION # iscsid is an Internet SCSI (iSCSI) initiator implementation.
iscsid is usually started at boot time.
A running iscsid can be controlled with the iscsictl(8) utility.
The options are as follows:
-d
Do not daemonize. If this option is specified, iscsid will run in the foreground and log to stderr.
...
VSCSI(4) - Device Drivers Manual # VSCSI(4) - Device Drivers Manual
NAME # vscsi - virtual SCSI controller
SYNOPSIS # vscsi0 at root
#include <sys/types.h>
#include <sys/ioctl.h>
#include <scsi/scsi_all.h>
#include <dev/vscsivar.h>
DESCRIPTION # The vscsi device takes commands from the kernel SCSI midlayer and makes them available to userland for handling. Using this interface it is possible to implement virtual SCSI devices that are usable by the kernel.
The following ioctl(2) commands are provided to allow userland to dequeue SCSI commands and reply to them:
...