Searched refs:quadp (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/ieee1394/ |
D | nodemgr.c | 261 quadlet_t *quadp) in nodemgr_read_text_leaf() argument 281 for (i = 0; i < 2; i++, address += 4, quadp++) { in nodemgr_read_text_leaf() 282 if (nodemgr_read_quadlet(ne->host, ne->nodeid, ne->generation, address, quadp)) in nodemgr_read_text_leaf() 288 for (; size > 0; size--, address += 4, quadp++) { in nodemgr_read_text_leaf() 290 ret = hpsb_node_read(ne, address, quadp, 4); in nodemgr_read_text_leaf() 550 quadlet_t *quadp; in nodemgr_process_unit_directory() local 569 quadp = &(ud->quadlets[ud->length]); in nodemgr_process_unit_directory() 570 if (nodemgr_read_text_leaf(ne, address, quadp) == 0 in nodemgr_process_unit_directory() 571 && quadp[0] == 0 && quadp[1] == 0) { in nodemgr_process_unit_directory() 574 quadp[ud->vendor_name_size] = 0; in nodemgr_process_unit_directory() [all …]
|