Searched refs:dd_location (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/lib/libdevinfo/
H A Ddevinfo_var.h50 char dd_location[DEVINFO_STRLEN * 4]; member in struct:devinfo_i_dev
H A Ddevinfo.h50 char *dd_location; /* Where bus thinks dev at */ member in struct:devinfo_dev
H A Ddevinfo.c234 snprintf(dd->dd_location, sizeof(dd->dd_location), "%s",
236 dd->dd_dev.dd_location = &dd->dd_location[0];
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_device_tbl.c250 assert(dev_p->dd_location != NULL);
252 return (device_entry_create(dev_p->dd_name, dev_p->dd_location,
289 strcmp(map->location_key, dev_p->dd_location) == 0)
339 strstr(dev_p->dd_location, ".CPU") != NULL) {
378 dev->dd_drivername, dev->dd_location);
380 if (dev->dd_name[0] != '\0' || dev->dd_location[0] != '\0') {
382 dev->dd_name, dev->dd_location);
395 dev->dd_location );
/freebsd-9.3-release/usr.sbin/devinfo/
H A Ddevinfo.c147 if (vflag && *dev->dd_location)
148 printf(" at %s", dev->dd_location);

Completed in 69 milliseconds