Lines Matching refs:connection
68 getinfo(const char *path, const char *connection, uint_t flags, hp_node_t *retp) in getinfo() argument
79 (connection == NULL) ? "NULL" : connection, flags); in getinfo()
86 if ((rv = copy_devinfo(basepath, connection, flags, &root)) != 0) { in getinfo()
136 copy_devinfo(const char *path, const char *connection, uint_t flags, in copy_devinfo() argument
157 if (connection != NULL) in copy_devinfo()
158 rv = copy_hotplug(NULL, di_root, connection, flags, &hp_root); in copy_devinfo()
241 copy_hotplug(hp_node_t parent, di_node_t dev, const char *connection, in copy_hotplug() argument
276 if ((connection == NULL) && (di_hp_depends_on(hp) != -1)) in copy_hotplug()
280 if ((connection != NULL) && in copy_hotplug()
281 (strcmp(di_hp_name(hp), connection) != 0)) in copy_hotplug()
313 if ((connection != NULL) && in copy_hotplug()
314 (strcmp(di_hp_name(hp), connection) != 0)) in copy_hotplug()