Searched refs:devinfo_foreach_device_child (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/lib/libdevinfo/
H A DMakefile13 MLINKS+=devinfo.3 devinfo_foreach_device_child.3
H A Ddevinfo.h108 devinfo_foreach_device_child(struct devinfo_dev *parent,
H A Ddevinfo.c472 devinfo_foreach_device_child(struct devinfo_dev *parent, function
/freebsd-13-stable/usr.sbin/devinfo/
H A Ddevinfo.c174 return(devinfo_foreach_device_child(dev, print_device,
222 rv = devinfo_foreach_device_child(dev, print_path, xname);
281 if (devinfo_foreach_device_child(root, print_path, (void *)path) == 0)
290 devinfo_foreach_device_child(root, print_device, (void *)0);
/freebsd-13-stable/sbin/devmatch/
H A Ddevmatch.c445 return (devinfo_foreach_device_child(dev, find_unmatched, arg));
484 return (devinfo_foreach_device_child(dev, find_exact_dev, arg));
534 devinfo_foreach_device_child(root, find_exact_dev, (void *)&info);
598 devinfo_foreach_device_child(root, find_unmatched, (void *)0);
/freebsd-13-stable/tools/tools/ncpus/
H A Dacpi.c271 return devinfo_foreach_device_child(dd, acpi0_check, arg);
284 found = devinfo_foreach_device_child(root, acpi0_check, NULL);
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_device_tbl.c398 return (devinfo_foreach_device_child(dev, device_collector, arg));
585 if (devinfo_foreach_device_child(dev_root, device_collector, NULL))
586 syslog(LOG_ERR, "%s: devinfo_foreach_device_child failed",

Completed in 203 milliseconds