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
asr(4) - freebsd
asr(4) - debian
sg_sat_set_features(8) - suse
atapi_ide(7) - osf1
realhostname(3) - freebsd
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
How to increment version inside a file?
Docker learning Phase-I
[TIP] Processing YAML files with yq