HomeSort by: relevance | last modified time | path
    Searched defs:anptr (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ata/
ata_raid_nvidia.c 136 } arrayno = { 0, 0, NULL}, *anptr; local
194 for (anptr = &arrayno, count = 0; anptr->next; anptr = anptr->next, count++) {
195 if (anptr->magic1 == info->magic_1 &&
196 anptr->magic2 == info->magic_2)
199 if (anptr->next == NULL) {
201 anptr->magic1 = info->magic_1;
202 anptr->magic2 = info->magic_2
    [all...]
ata_raid_nvidia.c 136 } arrayno = { 0, 0, NULL}, *anptr; local
194 for (anptr = &arrayno, count = 0; anptr->next; anptr = anptr->next, count++) {
195 if (anptr->magic1 == info->magic_1 &&
196 anptr->magic2 == info->magic_2)
199 if (anptr->next == NULL) {
201 anptr->magic1 = info->magic_1;
202 anptr->magic2 = info->magic_2
    [all...]
ata_raid_nvidia.c 136 } arrayno = { 0, 0, NULL}, *anptr; local
194 for (anptr = &arrayno, count = 0; anptr->next; anptr = anptr->next, count++) {
195 if (anptr->magic1 == info->magic_1 &&
196 anptr->magic2 == info->magic_2)
199 if (anptr->next == NULL) {
201 anptr->magic1 = info->magic_1;
202 anptr->magic2 = info->magic_2
    [all...]
ata_raid_nvidia.c 136 } arrayno = { 0, 0, NULL}, *anptr; local
194 for (anptr = &arrayno, count = 0; anptr->next; anptr = anptr->next, count++) {
195 if (anptr->magic1 == info->magic_1 &&
196 anptr->magic2 == info->magic_2)
199 if (anptr->next == NULL) {
201 anptr->magic1 = info->magic_1;
202 anptr->magic2 = info->magic_2
    [all...]

Completed in 49 milliseconds