Man Page: class_dev_iter_next
Operating Environment: centos
Section: 9
CLASS_DEV_ITER_NEXT(9) Device drivers infrastructure CLASS_DEV_ITER_NEXT(9)NAMEclass_dev_iter_next - iterate to the next deviceSYNOPSISstruct device * class_dev_iter_next(struct class_dev_iter * iter);ARGUMENTSiter class iterator to proceedDESCRIPTIONProceed iter to the next device and return it. Returns NULL if iteration is complete. The returned device is referenced and won't be released till iterator is proceed to the next device or exited. The caller is free to do whatever it wants to do with the device including calling back into class code.COPYRIGHTKernel Hackers Manual 3.10 June 2014 CLASS_DEV_ITER_NEXT(9)
| Related Man Pages |
|---|
| device_create_with_groups(9) - centos |
| device_create_vargs(9) - suse |
| deviter(9) - netbsd |
| net::cli::interact::role::iterator(3pm) - debian |
| net::dbus::binding::iterator(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Best performance UNIX just for HOST Virtualization? |
| DB2 convert digits to binary format |
| Tar Command |
| Shopt -s histappend |
| Unsure why access time on a directory change isn't changing |