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

  /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
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
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
822 if (write(outfd, trailer, sizeof trailer) != sizeof trailer)
823 err(1, "write of trailer failed");
  /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

Completed in 49 milliseconds