Searched refs:dd_location (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
H A D | hostres_device_tbl.c | 248 assert(dev_p->dd_location != NULL); in device_entry_create_devinfo() 250 return (device_entry_create(dev_p->dd_name, dev_p->dd_location, in device_entry_create_devinfo() 287 strcmp(map->location_key, dev_p->dd_location) == 0) in device_find_by_dev() 337 strstr(dev_p->dd_location, ".CPU") != NULL) { in device_get_type() 375 dev->dd_drivername, dev->dd_location); in device_collector() 377 if (dev->dd_name[0] != '\0' || dev->dd_location[0] != '\0') { in device_collector() 379 dev->dd_name, dev->dd_location); in device_collector() 392 dev->dd_location ); in device_collector()
|
/freebsd/usr.sbin/devinfo/ |
H A D | devinfo.c | 141 if (vflag && *dev->dd_location) in print_dev() 142 printf(" at %s", dev->dd_location); in print_dev() 195 if (vflag && *dev->dd_location) in print_rman_resource() 196 printf(" at %s", dev->dd_location);
|
/freebsd/lib/libdevinfo/ |
H A D | devinfo.c | 241 dd->dd_location = NULL; in devinfo_init_devices() 258 UNPACK(dd_location); in devinfo_init_devices() 380 free(dd->dd_location); in devinfo_free_dev()
|
H A D | devinfo_var.h | 50 char *dd_location; member
|
H A D | devinfo.h | 49 char *dd_location; /* Where bus thinks dev at */ member
|
/freebsd/sbin/devmatch/ |
H A D | devmatch.c | 465 dev->dd_name, bus, dev->dd_location, dev->dd_pnpinfo); in find_unmatched() 503 parent->dd_location); in find_exact_dev()
|