Searched refs:bus_entry (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10/pdisk-9/
H A DSCSI_media.c55 struct bus_entry { struct
66 struct bus_entry *bus_list;
135 void fill_bus_entry(struct bus_entry *entry, long bus);
184 scsi_mgr.bus_list = (struct bus_entry *)
185 calloc(scsi_mgr.bus_count, sizeof(struct bus_entry));
200 sizeof(struct bus_entry), /* size of element */
208 fill_bus_entry(struct bus_entry *entry, long bus)
261 const struct bus_entry *x = (const struct bus_entry *) a;
262 const struct bus_entry *
[all...]

Completed in 102 milliseconds