ata_host_register(9) centos man page | unix.com

Man Page: ata_host_register

Operating Environment: centos

Section: 9

ATA_HOST_REGISTER(9)						  libata Library					      ATA_HOST_REGISTER(9)

NAME
ata_host_register - register initialized ATA host
SYNOPSIS
int ata_host_register(struct ata_host * host, struct scsi_host_template * sht);
ARGUMENTS
host ATA host to register sht template for SCSI host
DESCRIPTION
Register initialized ATA host. host is allocated using ata_host_alloc and fully initialized by LLD. This function starts ports, registers host with ATA and SCSI layers and probe registered devices.
LOCKING
Inherited from calling layer (may sleep).
RETURNS
0 on success, -errno otherwise.
AUTHOR
Jeff Garzik Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 ATA_HOST_REGISTER(9)
Related Man Pages
ata_slave_link_init(9) - centos
srp_reconnect_rport(9) - centos
sg_sat_set_features(8) - suse
ata_slave_link_init(9) - suse
hv_ata_pci_disengage(4) - freebsd
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
How to increment version inside a file?
CentOS7 restoring file capabilities
Docker learning Phase-I
[TIP] Processing YAML files with yq