Man Page: transport_add_device
Operating Environment: centos
Section: 9
TRANSPORT_ADD_DEVICE(9) Device drivers infrastructure TRANSPORT_ADD_DEVICE(9)NAMEtransport_add_device - declare a new dev for transport class associationSYNOPSISvoid transport_add_device(struct device * dev);ARGUMENTSdev the generic device representing the entity being addedDESCRIPTIONUsually, dev represents some component in the HBA system (either the HBA itself or a device remote across the HBA bus). This routine is simply a trigger point used to add the device to the system and register attributes for it.COPYRIGHTKernel Hackers Manual 3.10 June 2014 TRANSPORT_ADD_DEVICE(9)
| Related Man Pages |
|---|
| device_create(9) - centos |
| device_create_with_groups(9) - centos |
| device_create(9) - suse |
| tran_tgt_free(9e) - sunos |
| tran_tgt_free(9e) - minix |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| How to increment version inside a file? |
| Tar Command |
| [TIP] Processing YAML files with yq |