Lines Matching defs:pi
106 di_path_t pi = DI_PATH_NIL;
109 if ((pi = di_path_client_next_path(node, pi)) == DI_PATH_NIL)
136 get_string_path_prop(di_path_t pi, char *prop_name)
141 while ((pprop = di_path_prop_next(pi, pprop)) != DI_PROP_NIL) {
338 di_path_t pi = DI_PATH_NIL;
370 pi = DI_PATH_NIL;
371 while ((pi = di_path_client_next_path(node, pi)) != DI_PATH_NIL) {
377 phci_node = di_path_phci_node(pi);
388 get_tgt_in_path(pi, &target);
445 di_path_t pi = DI_PATH_NIL;
471 if ((pi = di_path_client_next_path(node, pi)) != DI_PATH_NIL) {
478 target = get_string_path_prop(pi, "target-port");
570 di_path_t pi = DI_PATH_NIL;
644 while ((pi = di_path_client_next_path(node, pi)) != DI_PATH_NIL) {
672 get_tgt_in_path(pi, &target);
680 phci_node = di_path_phci_node(pi);