Searched refs:bufid (Results 1 – 3 of 3) sorted by relevance
| /trueos/lib/libc/db/mpool/ |
| HD | mpool.libtp | 302 int bufid; 320 bufid = buf_hash_table[ndx]; 321 if ( bufid < NUM_BUFS ) { 322 for ( bhp = bufhdr_table+bufid; 326 if ( bhp->hash.next == bufid ) { 434 int bufid; 457 bufid = ((BUF_T *)addr) - buf_table; 458 assert ( bufid < NUM_BUFS); 459 bhp = &bufhdr_table[bufid];
|
| /trueos/release/picobsd/tinyware/msh/ |
| HD | sh5.c | 18 static unsigned bufid = AFID_ID; /* buffer id counter */ variable 138 if (++bufid == AFID_NOBUF) 139 bufid = AFID_ID; 140 e.iop->argp->afid = bufid;
|
| /trueos/sys/dev/sound/pci/ |
| HD | neomagic.c | 67 int regid, irqid, bufid; member 676 sc->bufid = PCIR_BAR(0); in nm_pci_attach() 677 sc->buf = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &sc->bufid, in nm_pci_attach() 718 if (sc->buf) bus_release_resource(dev, SYS_RES_MEMORY, sc->bufid, sc->buf); in nm_pci_attach() 737 bus_release_resource(dev, SYS_RES_MEMORY, sc->bufid, sc->buf); in nm_pci_detach()
|