Home
last modified time | relevance | path

Searched refs:dd_location (Results 1 – 4 of 4) sorted by relevance

/dragonfly/lib/libdevinfo/
H A Ddevinfo.c234 snprintf(dd->dd_location, sizeof(dd->dd_location), "%s", in devinfo_init_devices()
236 dd->dd_dev.dd_location = &dd->dd_location[0]; in devinfo_init_devices()
H A Ddevinfo_var.h52 char dd_location[DEVINFO_STRLEN * 4]; member
H A Ddevinfo.h51 char *dd_location; /* Where bus thinks dev at */ member
/dragonfly/usr.sbin/devinfo/
H A Ddevinfo.c154 if (vflag && *dev->dd_location) in print_device()
155 printf(" at %s", dev->dd_location); in print_device()