Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c2789 char *busval; in get_child_by_path() local
2820 busval = alloca(strlen(baddr) + 1); in get_child_by_path()
2821 if (busval == NULL) { in get_child_by_path()
2856 busval, (strlen(baddr) + 1)) != PICL_SUCCESS) && in get_child_by_path()
2858 PICL_PROP_UNIT_ADDRESS, busval, in get_child_by_path()
2862 if (strcmp(busval, baddr) != 0) in get_child_by_path()