Symbol: ALLOC
bin/ksh/c_ksh.c
1025
if (ap->flag&ALLOC) {
bin/ksh/c_ksh.c
1026
ap->flag &= ~(ALLOC|ISSET);
bin/ksh/c_ksh.c
1036
if (ap->flag&ALLOC) {
bin/ksh/c_ksh.c
1037
ap->flag &= ~(ALLOC|ISSET);
bin/ksh/c_ksh.c
969
if (ap->flag&ALLOC) {
bin/ksh/c_ksh.c
970
ap->flag &= ~(ALLOC|ISSET);
bin/ksh/c_ksh.c
978
ap->flag |= ALLOC|ISSET;
bin/ksh/eval.c
1301
ap->flag |= DEFINED|ISSET|ALLOC;
bin/ksh/exec.c
1004
if (tp->flag&ALLOC) {
bin/ksh/exec.c
1005
tp->flag &= ~(ALLOC|ISSET);
bin/ksh/exec.c
674
if (tp->flag & ALLOC) {
bin/ksh/exec.c
675
tp->flag &= ~ALLOC;
bin/ksh/exec.c
840
if (tp->flag & ALLOC) {
bin/ksh/exec.c
841
tp->flag &= ~(ISSET|ALLOC);
bin/ksh/exec.c
851
tp->flag |= (ISSET|ALLOC);
bin/ksh/exec.c
941
if (tp->flag & ALLOC) {
bin/ksh/exec.c
942
tp->flag &= ~ALLOC;
bin/ksh/exec.c
972
tp->flag |= ISSET|ALLOC;
bin/ksh/var.c
1182
new->flag = vp->flag & ~(ALLOC|DEFINED|ISSET|SPECIAL);
bin/ksh/var.c
384
if ((vq->flag&ALLOC)) {
bin/ksh/var.c
393
vq->flag &= ~(ISSET|ALLOC);
bin/ksh/var.c
401
vq->flag |= ALLOC;
bin/ksh/var.c
510
if (!(vq->flag & INTEGER) && (vq->flag & ALLOC)) {
bin/ksh/var.c
511
vq->flag &= ~ALLOC;
bin/ksh/var.c
593
char *op = (vp->flag&ALLOC) ? vp->val.s : NULL;
bin/ksh/var.c
597
vp->flag |= ALLOC;
bin/ksh/var.c
702
free_me = (t->flag & ALLOC) ? t->val.s
bin/ksh/var.c
705
t->flag &= ~ALLOC;
bin/ksh/var.c
709
t->flag &= ~ALLOC;
bin/ksh/var.c
729
if (t->flag & ALLOC)
bin/ksh/var.c
732
t->flag &= ~(ISSET|ALLOC);
bin/ksh/var.c
772
if (vp->flag & ALLOC)
bin/ksh/var.c
781
if (tmp->flag & ALLOC)
games/fortune/strfile/strfile.c
207
ALLOC(Firstch, Num_pts);
games/fortune/strfile/strfile.c
349
ALLOC(Seekpts, Num_pts + 1);
lib/libc/rpc/svc_dg.c
432
uc = ALLOC(struct cl_cache, 1);
lib/libc/rpc/svc_dg.c
440
uc->uc_entries = ALLOC(cache_ptr, size * SPARSENESS);
lib/libc/rpc/svc_dg.c
448
uc->uc_fifo = ALLOC(cache_ptr, size);
lib/libc/rpc/svc_dg.c
514
victim = ALLOC(struct cache_node, 1);
lib/libc/rpc/svc_dg.c
554
victim->cache_addr.buf = ALLOC(char, xprt->xp_rtaddr.len);
sbin/mount_portal/conf.c
183
p = ALLOC(path);
share/examples/refuse/dmesgfs/dmesgfs.c
222
ALLOC(devicenode_t, devices.v, devices.size, devices.c, 10, 10, "add_dev", exit(EXIT_FAILURE));
share/examples/refuse/fanoutfs/fanoutfs.c
235
ALLOC(char *, names.v, names.size, names.c,
share/examples/refuse/fanoutfs/fanoutfs.c
86
ALLOC(char *, dirs.v, dirs.size, dirs.c, 10, 10,
share/examples/refuse/virtdir/virtdir.c
149
ALLOC(virt_dirent_t, tp->v, tp->size, tp->c, 10, 10, "virtdir_add",
sys/arch/bebox/stand/boot/siop.c
1191
script = ALLOC(uint32_t, SIOP_SCRIPT_SIZE);
sys/arch/bebox/stand/boot/siop.c
1195
cmd = ALLOC(struct scsipi_generic, SIOP_SCSI_COMMAND_SIZE);
sys/arch/bebox/stand/boot/siop.c
1198
sense = ALLOC(struct scsi_request_sense, SIOP_SCSI_COMMAND_SIZE);
sys/arch/bebox/stand/boot/siop.c
1201
data = ALLOC(u_char, SIOP_SCSI_DATA_SIZE);
sys/arch/bebox/stand/boot/siop.c
1204
xfer = ALLOC(struct siop_xfer, sizeof(struct siop_xfer));
sys/arch/cobalt/stand/boot/tlp.c
177
l = ALLOC(struct local, CACHELINESIZE);
sys/arch/landisk/stand/boot/biosdisk.c
98
d = (struct biosdisk *)ALLOC(sizeof(*d));
sys/arch/landisk/stand/boot/bootinfo.h
41
#define BI_ALLOC(max) (bootinfo = ALLOC(sizeof(struct btinfo) \
sys/arch/prep/stand/boot/siop.c
1153
script = ALLOC(uint32_t, SIOP_SCRIPT_SIZE);
sys/arch/prep/stand/boot/siop.c
1157
cmd = ALLOC(struct scsipi_generic, SIOP_SCSI_COMMAND_SIZE);
sys/arch/prep/stand/boot/siop.c
1160
sense = ALLOC(struct scsi_request_sense, SIOP_SCSI_COMMAND_SIZE);
sys/arch/prep/stand/boot/siop.c
1163
data = ALLOC(u_char, SIOP_SCSI_DATA_SIZE);
sys/arch/prep/stand/boot/siop.c
1166
xfer = ALLOC(struct siop_xfer, sizeof(struct siop_xfer));
sys/arch/sandpoint/stand/altboot/fxp.c
198
sc = ALLOC(struct local, sizeof(struct txdesc)); /* desc alignment */
sys/arch/sandpoint/stand/altboot/kse.c
133
l = ALLOC(struct local, 32); /* desc alignment */
sys/arch/sandpoint/stand/altboot/nvt.c
178
l = ALLOC(struct local, 32); /* desc alignment */
sys/arch/sandpoint/stand/altboot/pcn.c
152
l = ALLOC(struct local, 32); /* desc alignment */
sys/arch/sandpoint/stand/altboot/rge.c
155
l = ALLOC(struct local, 256); /* desc alignment */
sys/arch/sandpoint/stand/altboot/sip.c
145
l = ALLOC(struct local, 32); /* desc alignment */
sys/arch/sandpoint/stand/altboot/skg.c
212
l = ALLOC(struct local, 32); /* desc alignment */
sys/arch/sandpoint/stand/altboot/sme.c
126
l = ALLOC(struct local, 32); /* desc alignment */
sys/arch/sandpoint/stand/altboot/stg.c
171
l = ALLOC(struct local, 32); /* desc alignment */
sys/arch/sandpoint/stand/altboot/tlp.c
136
l = ALLOC(struct local, 2 * sizeof(struct desc)); /* desc alignment */
sys/arch/sandpoint/stand/altboot/vge.c
225
l = ALLOC(struct local, 64); /* desc alignment */
sys/arch/sandpoint/stand/altboot/wm.c
144
l = ALLOC(struct local, 32); /* desc alignment */
sys/arch/vax/boot/boot/if_ni.c
208
syspte = (int *)ALLOC(SPTSIZ*4);
sys/arch/vax/boot/boot/if_ni.c
213
gvppqb = (struct ni_gvppqb *)ALLOC(sizeof(struct ni_gvppqb));
sys/arch/vax/boot/boot/if_ni.c
214
fqb = (struct ni_fqb *)ALLOC(sizeof(struct ni_fqb));
sys/arch/vax/boot/boot/if_ni.c
215
bbd = (struct ni_bbd *)ALLOC(sizeof(struct ni_bbd) * NBDESCS);
sys/arch/vax/boot/boot/if_ni.c
281
va = ALLOC(NMSGBUF * 512);
sys/arch/vax/boot/boot/if_ni.c
296
va = ALLOC(NTXBUF * 512);
sys/arch/vax/boot/boot/if_ni.c
325
va = ALLOC(NRXBUF * 512);
sys/arch/zaurus/stand/zboot/bootinfo.h
41
#define BI_ALLOC(max) (bootinfo = ALLOC(sizeof(struct btinfo) \
sys/coda/coda_venus.c
227
ALLOC(coda_open); /* sets inp & outp */
sys/coda/coda_venus.c
293
ALLOC(coda_ioctl); /* sets inp & outp */
sys/coda/coda_venus.c
345
ALLOC(coda_getattr); /* sets inp & outp */
sys/coda/coda_venus.c
405
ALLOC(coda_readlink); /* sets inp & outp */
sys/coda/coda_venus.c
478
ALLOC(coda_lookup); /* sets inp & outp */
sys/coda/coda_venus.c
517
ALLOC(coda_create); /* sets inp & outp */
sys/coda/coda_venus.c
619
ALLOC(coda_mkdir); /* sets inp & outp */
sys/coda/coda_venus.c
696
ALLOC(coda_readdir); /* sets inp & outp */
sys/coda/coda_venus.c
721
ALLOC(coda_statfs); /* sets inp & outp */
sys/coda/coda_venus.c
742
ALLOC(coda_vget); /* sets inp & outp */
sys/fs/nilfs/nilfs_vfsops.c
114
DPRINTF(ALLOC, ("nilfs_gop_alloc called for %"PRIu64" bytes\n", len));
sys/fs/udf/udf_allocation.c
1309
DPRINTF(ALLOC, ("udf_free_allocated_space: freeing virt lbnum %d "
sys/fs/udf/udf_allocation.c
2062
DPRINTF(ALLOC,("adding allocation extent %d\n", extnr));
sys/fs/udf/udf_allocation.c
2191
DPRINTF(ALLOC, ("udf_count_alloc_ext counted %d live extents\n",
sys/fs/udf/udf_allocation.c
2198
DPRINTF(ALLOC, ("freeing alloc ext %d\n", extnr));
sys/fs/udf/udf_allocation.c
2251
DPRINTF(ALLOC, ("udf_record_allocation_in_node\n"));
sys/fs/udf/udf_allocation.c
2283
DPRINTF(ALLOC, ("record allocation from %"PRIu64" + %d\n", from, buf->b_bcount));
sys/fs/udf/udf_allocation.c
2325
DPRINTF(ALLOC, ("\t1: vp %d, lb %d, len %d, flags %d "
sys/fs/udf/udf_allocation.c
2341
DPRINTF(ALLOC, ("\tslot_offset = %d, flags = %d (%d)\n",
sys/fs/udf/udf_allocation.c
2347
DPRINTF(ALLOC, ("\t2: vp %d, lb %d, len %d, flags %d "
sys/fs/udf/udf_allocation.c
2394
DPRINTF(ALLOC, ("\t3: insert new mapping vp %d lb %d, len %d, "
sys/fs/udf/udf_allocation.c
2424
DPRINTF(ALLOC, ("\t4i: got slot %d, slot_offset %d, "
sys/fs/udf/udf_allocation.c
2435
DPRINTF(ALLOC, ("\t4s: skipping %d\n", slot_offset));
sys/fs/udf/udf_allocation.c
2447
DPRINTF(ALLOC, ("\t4d: replacing %d\n", replace));
sys/fs/udf/udf_allocation.c
2477
DPRINTF(ALLOC, ("\t4: vp %d, lb %d, len %d, flags %d "
sys/fs/udf/udf_allocation.c
2506
DPRINTF(ALLOC, ("\t5: insert new mapping "
sys/fs/udf/udf_allocation.c
2525
DPRINTF(ALLOC, ("\t7s: stack -> got mapping vp %d "
sys/fs/udf/udf_allocation.c
2535
DPRINTF(ALLOC, ("\t7i: stack -> got mapping vp %d "
sys/fs/udf/udf_allocation.c
2545
DPRINTF(ALLOC, ("\t7: appending vp %d lb %d, "
sys/fs/udf/udf_allocation.c
2564
DPRINTF(ALLOC, ("\t8: last append vp %d lb %d, "
sys/fs/udf/udf_allocation.c
2614
DPRINTF(ALLOC, ("udf_grow_node\n"));
sys/fs/udf/udf_allocation.c
2652
DPRINTF(ALLOC, ("\tfrom %"PRIu64" to %"PRIu64"\n", old_size, new_size));
sys/fs/udf/udf_allocation.c
2695
DPRINTF(ALLOC, ("\tCONVERT from internal\n"));
sys/fs/udf/udf_allocation.c
2889
DPRINTF(ALLOC, ("udf_shrink_node\n"));
sys/fs/udf/udf_allocation.c
2930
DPRINTF(ALLOC, ("\tfrom %"PRIu64" to %"PRIu64"\n", old_size, new_size));
sys/fs/udf/udf_allocation.c
3013
DPRINTF(ALLOC, ("\t1: vp %d, lb %d, len %d, flags %d "
sys/fs/udf/udf_allocation.c
3046
DPRINTF(ALLOC, ("\t2: vp %d, lb %d, len %d, flags %d "
sys/fs/udf/udf_allocation.c
3069
DPRINTF(ALLOC, ("\t3: delete remainder "
sys/fs/udf/udf_allocation.c
3146
DPRINTF(ALLOC, ("\t6: stack -> got mapping vp %d "
sys/fs/udf/udf_allocation.c
3156
DPRINTF(ALLOC, ("\t6: appending vp %d lb %d, "
sys/fs/udf/udf_allocation.c
3173
DPRINTF(ALLOC, ("\t7: last append vp %d lb %d, "
sys/fs/udf/udf_subr.c
4036
DPRINTF(ALLOC, ("udf_gop_alloc called for offset %"PRIu64" for %"PRIu64" bytes, %s\n",
sys/fs/udf/udf_subr.c
4065
DPRINTF(ALLOC, ("\tlb_start %"PRIu64", lb_end %"PRIu64", num_lb %d\n",
sys/fs/udf/udf_subr.c
5559
DPRINTF(ALLOC, ("udf_get_node: implementation limit, "
sys/fs/udf/udf_subr.c
5568
DPRINTF(ALLOC, ("udf_get_node: bad allocation "
sys/lib/libsa/loadfile_elf32.c
368
shdr = ALLOC(shdrsz);
sys/lib/libsa/loadfile_elf32.c
526
shp = ALLOC(sz);
sys/lib/libsa/loadfile_elf32.c
555
shstr = ALLOC(shstrsz);
sys/lib/libsa/loadfile_elf32.c
708
phdr = ALLOC(sz);
usr.bin/rdist/gram.y
395
nc = ALLOC(cmd);
usr.bin/rdist/gram.y
424
c = ALLOC(cmd);
usr.bin/rdist/gram.y
477
nl = ALLOC(namelist);
usr.bin/rdist/gram.y
511
sc = ALLOC(subcmd);
usr.bin/rdist/lookup.c
159
s = ALLOC(syment);
usr.bin/rpcgen/rpc_parse.c
135
decls = ALLOC(decl_list);
usr.bin/rpcgen/rpc_parse.c
168
vlist = ALLOC(version_list);
usr.bin/rpcgen/rpc_parse.c
174
plist = ALLOC(proc_list);
usr.bin/rpcgen/rpc_parse.c
192
decls = ALLOC(decl_list);
usr.bin/rpcgen/rpc_parse.c
201
decls = ALLOC(decl_list);
usr.bin/rpcgen/rpc_parse.c
264
elist = ALLOC(enumval_list);
usr.bin/rpcgen/rpc_parse.c
313
cases = ALLOC(case_list);
usr.bin/rpcgen/rpc_parse.c
325
cases = ALLOC(case_list);
usr.bin/rpcgen/rpc_parse.c
344
defp->def.un.default_decl = ALLOC(declaration);
usr.bin/rpcgen/rpc_parse.c
81
defp = ALLOC(definition);
usr.bin/rpcgen/rpc_util.c
128
lst = ALLOC(list);