Searched refs:buf_alloc (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/gnu/usr.bin/grep/
H A Dexclude.c91 size_t buf_alloc = 1024; local
101 buf = xmalloc (buf_alloc);
106 if (buf_count == buf_alloc)
107 buf = xrealloc (buf, buf_alloc *= 2);
/freebsd-11-stable/contrib/diff/lib/
H A Dexclude.c212 size_t buf_alloc = 0; local
224 if (buf_count == buf_alloc)
225 buf = x2realloc (buf, &buf_alloc);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_bufs.c747 atomic_inc(&dev->buf_alloc);
754 atomic_dec(&dev->buf_alloc);
760 atomic_dec(&dev->buf_alloc);
768 atomic_dec(&dev->buf_alloc);
800 atomic_dec(&dev->buf_alloc);
820 atomic_dec(&dev->buf_alloc);
844 atomic_dec(&dev->buf_alloc);
898 atomic_inc(&dev->buf_alloc);
905 atomic_dec(&dev->buf_alloc);
911 atomic_dec(&dev->buf_alloc);
[all...]
H A Ddrm_fops.c62 atomic_set(&dev->buf_alloc, 0);
H A DdrmP.h987 atomic_t buf_alloc; /**< Buffer allocation in progress */ member in struct:drm_device
/freebsd-11-stable/usr.sbin/rpcbind/
H A Drpcb_svc_com.c607 char *buf_alloc = NULL, *outbufp; local
642 buf_alloc = alloca(sendsz); /* not in IDR2? */
644 buf_alloc = malloc(sendsz);
646 if (buf_alloc == NULL) {
654 a.rmt_args.args = buf_alloc;
913 if (buf_alloc)
914 free(buf_alloc);
/freebsd-11-stable/usr.sbin/bsnmpd/bsnmpd/
H A DMakefile42 MLINKS+= snmpmod.3 buf_alloc.3
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dtrans_udp.c284 if ((pi->buf = buf_alloc(0)) == NULL) {
H A Dtrap.c558 if ((sndbuf = buf_alloc(1)) == NULL) {
625 if ((sndbuf = buf_alloc(1)) == NULL) {
H A Dsnmpmod.h580 void *buf_alloc(int tx);
H A Dtrans_lsock.c453 if ((pi->buf = buf_alloc(0)) == NULL) {
H A Dmain.c252 buf_alloc(int tx) function
1177 if ((sndbuf = buf_alloc(1)) == NULL) {
1222 if ((sndbuf = buf_alloc(1)) == NULL)
/freebsd-11-stable/sys/kern/
H A Dvfs_bio.c1463 * buf_alloc:
1468 buf_alloc(void) function
2978 if ((bp = buf_alloc()) == NULL)

Completed in 222 milliseconds