Symbol: allocate
usr/src/cmd/allocate/allocate.c
607
error = allocate(optflg, uid, device, zonename);
usr/src/cmd/allocate/allocate.h
91
extern int allocate(int optflg, uid_t uid, char *device, char *zonename);
usr/src/cmd/lp/filter/postscript/download/download.c
114
static Map *allocate(Map *, int);
usr/src/cmd/lp/filter/postscript/download/download.c
305
map = allocate(map, next+50);
usr/src/lib/gss_mechs/mech_krb5/krb5/os/localaddr.c
1343
r = foreach_localaddr (&data, count_addrs, allocate, add_addr);
usr/src/lib/libnisdb/ldap_util.c
237
sdup(const char *msg, int allocate, char *str) {
usr/src/lib/libnisdb/ldap_util.c
240
if (!allocate)
usr/src/lib/libnisdb/ldap_util.h
91
char *sdup(const char *msg, int allocate, char *str);
usr/src/tools/smatch/src/allocate.h
30
extern void *allocate(struct allocator_struct *desc, unsigned int size);
usr/src/tools/smatch/src/allocate.h
52
return allocate(&x##_allocator, objsize+extra); \
usr/src/uts/common/disp/thread.c
1798
tsd_getcreate(uint_t *keyp, void (*destroy)(void *), void *(*allocate)(void))
usr/src/uts/common/disp/thread.c
1810
(void) tsd_set(*keyp, value = (*allocate)());
usr/src/uts/common/inet/ip/ip.c
5531
ip_find_hdr_v4(ipha_t *ipha, ip_pkt_t *ipp, boolean_t allocate)
usr/src/uts/common/inet/ip/ip.c
5550
if (!allocate)
usr/src/uts/common/inet/ip/ip.c
5575
if (!allocate) {
usr/src/uts/common/inet/ip/ip.c
5607
if (allocate && (ipp->ipp_fields & IPPF_LABEL_V4)) {
usr/src/uts/common/inet/ip/ip.c
5639
if (!allocate) {
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1918
goto allocate;
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1932
goto allocate;
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1979
goto allocate;
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1989
allocate:
usr/src/uts/common/io/ntxn/unm_gem.c
633
int i, ret, allocate = 0, sreoff;
usr/src/uts/common/io/ntxn/unm_gem.c
654
allocate++;
usr/src/uts/common/io/ntxn/unm_gem.c
689
for (i = 0; i < allocate; i++, rx_buffer++) {