/src/lib/libc/sys/ |
makelintstub | 187 trailer() function 247 trailer
|
/src/sys/dev/raidframe/ |
rf_cvscan.c | 353 RF_DiskQueueData_t *trailer = NULL, *tmp = hdr->burner, *tlist = NULL; local in function:rf_CvscanPromote 368 trailer = tmp; 373 trailer->next = tmp->next; 377 tmp = trailer->next; 379 trailer = tmp;
|
rf_map.c | 534 RF_PhysDiskAddr_t *pdp, *trailer, *pdaList = NULL, *pdaEnd = NULL; local in function:rf_FreeAccessStripeMap 545 for (trailer = NULL, pdp = p->qInfo; pdp;) { 546 trailer = pdp; 550 if (trailer) 551 pdaEnd = trailer; 557 for (trailer = NULL, pdp = p->parityInfo; pdp;) { 558 trailer = pdp; 562 if (trailer) 563 pdaEnd = trailer; 569 for (trailer = NULL, pdp = p->physInfo; pdp;) [all...] |
/src/usr.bin/midirecord/ |
midirecord.c | 818 unsigned char trailer[] = { local in function:write_midi_trailer 822 if (write(outfd, trailer, sizeof trailer) != sizeof trailer) 823 err(1, "write of trailer failed");
|
/src/usr.bin/gzip/ |
unlz.c | 534 * 12-19 member size including header and trailer 551 uint8_t trailer[TRAILER_SIZE]; local in function:lz_decode 553 for(size_t i = 0; i < __arraycount(trailer); i++) 554 trailer[i] = (uint8_t)getc(lz.fin); 559 crc += trailer[i]; 565 data_size += trailer[i]; 574 rv += trailer[i];
|
/src/sys/dev/ic/ |
siopreg.h | 418 uint16_t byte_count; /* excluding header/trailer */ 492 uint8_t trailer[6]; /* 0xfe 0xfe 0x00 0x00 0x00 0x00 */ member in struct:nvram_symbios
|