Home
last modified time | relevance | path

Searched refs:ofree (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/libexec/ld.so/
Dmalloc.c905 ofree(void *p) in ofree() function
991 ofree(ptr); in _dl_free()
1051 ofree(p); in orealloc()
/openbsd/src/sys/dev/pci/
Dif_pcn.c814 int nexttx, lasttx = -1, ofree, seg; in pcn_start() local
823 ofree = sc->sc_txfree; in pcn_start()
954 if (sc->sc_txfree != ofree) { in pcn_start()
/openbsd/src/lib/libc/stdlib/
Dmalloc.c1601 ofree(struct dir_info **argpool, void *p, int clear, int check, size_t argsz) in ofree() function
1747 ofree(&d, ptr, 0, 0, 0); in free()
1785 ofree(&d, ptr, 1, 1, sz); in freezero()
1944 ofree(&pool, p, 0, 0, 0); in orealloc()
2088 ofree(&pool, p, 1, 0, oldsize); in orecallocarray()
/openbsd/src/sys/dev/ic/
Datw.c3563 int ctl, error, firsttx, nexttx, lasttx = -1, first, ofree, seg; in atw_start() local
3575 ofree = sc->sc_txfree; in atw_start()
3579 sc->sc_dev.dv_xname, ofree, firsttx)); in atw_start()
3933 if (sc->sc_txfree != ofree) { in atw_start()