Home
last modified time | relevance | path

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

/openbsd-src/sys/net/
H A Dpf_if.c168 pfi_kif_get(const char *kif_name, struct pfi_kif **prealloc) in pfi_kif_get() argument
178 if ((prealloc == NULL) || (*prealloc == NULL)) { in pfi_kif_get()
183 kif = *prealloc; in pfi_kif_get()
184 *prealloc = NULL; in pfi_kif_get()
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_fbdev.c230 bool prealloc = false; in intelfb_create() local
262 prealloc = true; in intelfb_create()
335 if (!i915_gem_object_is_shmem(vma->obj) && !prealloc) in intelfb_create()
/openbsd-src/gnu/usr.bin/perl/
H A DREADME.hpux467 open, prealloc, stat,
/openbsd-src/usr.sbin/unbound/doc/
H A DChangelog5763 - Fix 781: prealloc() is an HP-UX system library call.
8845 - removed abort on prealloc failure, error still printed but softfail.