Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/pcitool/
H A Dpcitool.c202 static char slash_devices[] = {"/devices"}; in open_node() local
207 prefix = (strstr(device, slash_devices) == device) ? "" : slash_devices; in open_node()