Home
last modified time | relevance | path

Searched refs:buf_alloc (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/sys/dev/drm2/
H A Ddrm_bufs.c747 atomic_inc(&dev->buf_alloc); in drm_addbufs_agp()
754 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp()
760 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp()
768 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp()
844 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp()
898 atomic_inc(&dev->buf_alloc); in drm_addbufs_pci()
1050 atomic_dec(&dev->buf_alloc); in drm_addbufs_pci()
1110 atomic_inc(&dev->buf_alloc); in drm_addbufs_sg()
1208 atomic_dec(&dev->buf_alloc); in drm_addbufs_sg()
1266 atomic_inc(&dev->buf_alloc); in drm_addbufs_fb()
[all …]
H A Ddrm_fops.c62 atomic_set(&dev->buf_alloc, 0); in drm_setup()
H A DdrmP.h987 atomic_t buf_alloc; /**< Buffer allocation in progress */ member
/freebsd-12.1/gnu/usr.bin/grep/
H A Dexclude.c91 size_t buf_alloc = 1024; in add_exclude_file() local
101 buf = xmalloc (buf_alloc); in add_exclude_file()
106 if (buf_count == buf_alloc) in add_exclude_file()
107 buf = xrealloc (buf, buf_alloc *= 2); in add_exclude_file()
/freebsd-12.1/contrib/diff/lib/
H A Dexclude.c212 size_t buf_alloc = 0; in add_exclude_file() local
224 if (buf_count == buf_alloc) in add_exclude_file()
225 buf = x2realloc (buf, &buf_alloc); in add_exclude_file()
/freebsd-12.1/usr.sbin/rpcbind/
H A Drpcb_svc_com.c603 char *buf_alloc = NULL, *outbufp; in rpcbproc_callit_com() local
638 buf_alloc = alloca(sendsz); /* not in IDR2? */ in rpcbproc_callit_com()
640 buf_alloc = malloc(sendsz); in rpcbproc_callit_com()
642 if (buf_alloc == NULL) { in rpcbproc_callit_com()
650 a.rmt_args.args = buf_alloc; in rpcbproc_callit_com()
906 free(buf_alloc); in rpcbproc_callit_com()
/freebsd-12.1/lib/libc/db/mpool/
H A Dmpool.libtp14 buf_alloc
234 buf_alloc
240 buf_alloc ( fid, new_pageno )
/freebsd-12.1/usr.sbin/bsnmpd/bsnmpd/
H A DMakefile44 MLINKS+= snmpmod.3 buf_alloc.3
/freebsd-12.1/contrib/bsnmp/snmpd/
H A Dtrap.c560 if ((sndbuf = buf_alloc(1)) == NULL) { in snmp_send_trap()
627 if ((sndbuf = buf_alloc(1)) == NULL) { in snmp_send_trap()
H A Dtrans_udp.c285 if ((pi->buf = buf_alloc(0)) == NULL) { in udp_recv()
H A Dsnmpmod.h622 void *buf_alloc(int tx);
H A Dtrans_lsock.c454 if ((pi->buf = buf_alloc(0)) == NULL) { in lsock_recv()
H A Dmain.c254 buf_alloc(int tx) in buf_alloc() function
1179 if ((sndbuf = buf_alloc(1)) == NULL) { in snmpd_input()
1229 if ((sndbuf = buf_alloc(1)) == NULL) in snmp_send_port()
H A Dtrans_inet.c285 if ((pi->buf = buf_alloc(0)) == NULL) { in inet_alloc_buf()
/freebsd-12.1/sys/kern/
H A Dvfs_bio.c1644 buf_alloc(struct bufdomain *bd) in buf_alloc() function
3269 if ((bp = buf_alloc(bd)) == NULL) { in getnewbuf()
/freebsd-12.1/tools/build/mk/
H A DOptionalObsoleteFiles.inc892 OLD_FILES+=usr/share/man/man3/buf_alloc.3.gz