OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:buf_alloc
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/include/drm/
drm_device.h
380
atomic_t
buf_alloc
;
member in struct:drm_device
/src/usr.sbin/rpcbind/
rpcb_svc_com.c
616
char *
buf_alloc
= NULL, *outbufp;
local in function:rpcbproc_callit_com
651
buf_alloc
= alloca(sendsz); /* not in IDR2? */
653
buf_alloc
= malloc(sendsz);
655
if (
buf_alloc
== NULL) {
662
a.rmt_args.args =
buf_alloc
;
915
if (
buf_alloc
)
916
free(
buf_alloc
);
/src/sys/kern/
vfs_bio.c
224
static void *
buf_alloc
(size_t);
646
buf_alloc
(size_t size)
function in typeref:typename:void *
1337
addr =
buf_alloc
(desired_size);
Completed in 13 milliseconds
Indexes created Mon Sep 22 10:09:38 GMT 2025