Searched refs:newbus (Results 1 – 9 of 9) sorted by relevance
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/pci/hotplug/ |
H A D | ibmphp_res.c | 37 struct bus_node *newbus; in alloc_error_bus() local 45 if (!newbus) in alloc_error_bus() 49 newbus->busno = busno; in alloc_error_bus() 53 return newbus; in alloc_error_bus() 85 if (!newbus) in alloc_bus_range() 90 newbus = *new_bus; in alloc_bus_range() 107 kfree(newbus); in alloc_bus_range() 155 *new_bus = newbus; in alloc_bus_range() 299 if (!newbus) in ibmphp_rsrc_init() 316 if (!newbus) in ibmphp_rsrc_init() [all …]
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/pci/hotplug/ |
H A D | ibmphp_res.c | 37 struct bus_node *newbus; in alloc_error_bus() local 45 if (!newbus) in alloc_error_bus() 49 newbus->busno = busno; in alloc_error_bus() 53 return newbus; in alloc_error_bus() 85 if (!newbus) in alloc_bus_range() 90 newbus = *new_bus; in alloc_bus_range() 107 kfree(newbus); in alloc_bus_range() 155 *new_bus = newbus; in alloc_bus_range() 299 if (!newbus) in ibmphp_rsrc_init() 316 if (!newbus) in ibmphp_rsrc_init() [all …]
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/pci/hotplug/ |
H A D | ibmphp_res.c | 37 struct bus_node *newbus; in alloc_error_bus() local 45 if (!newbus) in alloc_error_bus() 49 newbus->busno = busno; in alloc_error_bus() 53 return newbus; in alloc_error_bus() 85 if (!newbus) in alloc_bus_range() 90 newbus = *new_bus; in alloc_bus_range() 107 kfree(newbus); in alloc_bus_range() 155 *new_bus = newbus; in alloc_bus_range() 299 if (!newbus) in ibmphp_rsrc_init() 316 if (!newbus) in ibmphp_rsrc_init() [all …]
|
/dports/graphics/dia/dia-0.97.3/objects/network/ |
H A D | bus.c | 406 Bus *newbus; in bus_copy() local 413 newbus = g_malloc0(sizeof(Bus)); in bus_copy() 414 newconn = &newbus->connection; in bus_copy() 419 newbus->num_handles = bus->num_handles; in bus_copy() 420 newbus->line_color = bus->line_color; in bus_copy() 422 newbus->handles = g_malloc(sizeof(Handle *)*newbus->num_handles); in bus_copy() 423 newbus->parallel_points = g_malloc(sizeof(Point)*newbus->num_handles); in bus_copy() 425 for (i=0;i<newbus->num_handles;i++) { in bus_copy() 426 newbus->handles[i] = g_new0(Handle,1); in bus_copy() 427 *newbus->handles[i] = *bus->handles[i]; in bus_copy() [all …]
|
/dports/cad/horizon-eda/horizon-2.1.0/src/dialogs/ |
H A D | manage_buses.cpp | 374 auto &newbus = block.buses.emplace(uu, uu).first->second; in add_bus() local 375 newbus.name = "NEW"; in add_bus() 376 auto ed = Gtk::manage(new BusEditor(newbus, block)); in add_bus() 379 stack->add(*ed, (std::string)newbus.uuid, newbus.name); in add_bus()
|
/dports/cad/qflow/qflow-1.4.98/src/ |
H A D | vlogFanout.c | 765 struct Bus *newbus = (struct Bus *)malloc(sizeof(struct Bus)); in registernode() local 769 newbus->imax = newbus->imin = idx; in registernode() 770 HashPtrInstall(nodename, newbus, &Bushash); in registernode() 776 struct Bus *newbus; in registernode() local 779 newbus = (struct Bus *)HashLookup(nodename, &Bushash); in registernode() 781 if (idx < newbus->imin) newbus->imin = idx; in registernode() 782 if (idx > newbus->imax) newbus->imax = idx; in registernode()
|
H A D | readliberty.c | 532 BUStype *newbus; in read_liberty() local 916 newbus = (BUStype *)malloc(sizeof(BUStype)); in read_liberty() 917 newbus->from = 0; in read_liberty() 918 newbus->to = 0; in read_liberty() 919 newbus->next = buses; in read_liberty() 920 buses = newbus; in read_liberty() 927 newbus->name = strdup(token); in read_liberty() 933 sscanf(token, "%d", &newbus->from); in read_liberty() 938 sscanf(token, "%d", &newbus->to); in read_liberty()
|
H A D | vesta.c | 1808 bus *buses = NULL, *newbus, *curbus = NULL; in libertyRead() local 2185 newbus = (bus *)malloc(sizeof(bus)); in libertyRead() 2186 newbus->from = 0; in libertyRead() 2187 newbus->to = 0; in libertyRead() 2188 newbus->next = buses; in libertyRead() 2189 buses = newbus; in libertyRead() 2196 newbus->name = tokendup(token); in libertyRead() 2202 sscanf(token, "%d", &newbus->from); in libertyRead() 2207 sscanf(token, "%d", &newbus->to); in libertyRead()
|
/dports/deskutils/virt-manager/virt-manager-3.2.0/virtinst/devices/ |
H A D | disk.py | 924 def change_bus(self, guest, newbus): argument 929 if self.bus == newbus: 933 self.bus = newbus
|