Man Page: subsys_dev_iter_next
Operating Environment: centos
Section: 9
SUBSYS_DEV_ITER_NEXT(9) Device drivers infrastructure SUBSYS_DEV_ITER_NEXT(9)NAMEsubsys_dev_iter_next - iterate to the next deviceSYNOPSISstruct device * subsys_dev_iter_next(struct subsys_dev_iter * iter);ARGUMENTSiter subsys 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 subsys code.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SUBSYS_DEV_ITER_NEXT(9)
| Related Man Pages |
|---|
| device_create_with_groups(9) - centos |
| device_schedule_callback_owner(9) - centos |
| ping_iterator_get(3) - debian |
| device_create(9) - suse |
| net::dbus::binding::iterator(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| Set hard block limit for user using quota |
| Best performance UNIX just for HOST Virtualization? |
| CentOS7 restoring file capabilities |