Home | Sort by: relevance | last modified time | path |
/src/sys/arch/dreamcast/dev/maple/ | |
maple.c | 576 struct maple_devinfo *newinfo = (void *) (u->u_rxbuf + 1); local in function:maple_check_unit_change 578 if (memcmp(&u->devinfo, newinfo, sizeof(struct maple_devinfo)) == 0) 584 u->devinfo = *newinfo; |
maple.c | 576 struct maple_devinfo *newinfo = (void *) (u->u_rxbuf + 1); local in function:maple_check_unit_change 578 if (memcmp(&u->devinfo, newinfo, sizeof(struct maple_devinfo)) == 0) 584 u->devinfo = *newinfo; |
maple.c | 576 struct maple_devinfo *newinfo = (void *) (u->u_rxbuf + 1); local in function:maple_check_unit_change 578 if (memcmp(&u->devinfo, newinfo, sizeof(struct maple_devinfo)) == 0) 584 u->devinfo = *newinfo; |