Searched refs:BLOCK (Results 1 - 25 of 32) sorted by relevance

12

/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmregion.c50 vd = SEG(BLOCK(addr))->vmdt;
H A Dvmclear.c84 tp = BLOCK(seg->baddr);
H A Dvmlast.c143 else s = (Vmuchar_t*)BLOCK(seg->baddr) - (Vmuchar_t*)data;
150 SIZE(fp) = ((Vmuchar_t*)BLOCK(seg->baddr) - (Vmuchar_t*)data) - sizeof(Head_t);
223 else oldsize = (Vmuchar_t*)BLOCK(seg->baddr) - (Vmuchar_t*)data;
227 { s = (Vmuchar_t*)BLOCK(seg->baddr) - (Vmuchar_t*)data;
247 SIZE(BLOCK(seg->baddr)) = BUSY;
277 s = (Vmuchar_t*)BLOCK(seg->baddr) -
H A Dvmprivate.c121 bp = BLOCK(seg->baddr);
248 SEG(BLOCK(seg->baddr)) = seg;
249 SIZE(BLOCK(seg->baddr)) = BUSY;
H A Dvmstat.c81 endb = BLOCK(seg->baddr);
H A Dvmbest.c585 bp = BLOCK(seg->baddr);
623 /**/ASSERT(SEG(BLOCK(seg->baddr)) == seg);
815 { b = BLOCK(addr);
883 bp = BLOCK(data); s = SIZE(bp);
972 rp = BLOCK(data); /**/ASSERT(ISBUSY(SIZE(rp)) && !ISJUNK(SIZE(rp)));
1052 done: if(data && (type&VM_RSZERO) && (size = SIZE(BLOCK(data))&~BITS) > oldsize )
1162 tp = BLOCK(data);
1169 if((np = BLOCK(data)) != tp ) /* need to free left part */
1172 np = BLOCK(data);
H A Dvmtrace.c264 for(b = SEGBLOCK(seg), endb = BLOCK(seg->baddr); b < endb; )
H A Dvmhdr.h388 #define BLOCK(d) ((Block_t*)((char*)(d) - sizeof(Head_t)) ) macro
431 #define PFDATA(d) ((Head_t*)((Vmuchar_t*)(d)+(SIZE(BLOCK(d))&~BITS)-sizeof(Head_t)) )
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dlocale.pm23 affects statements to the end of the enclosing BLOCK.
H A Dsubs.pm21 C<use subs> declarations are not BLOCK-scoped. They are thus effective
H A Dvars.pm68 C<use subs> declarations are not BLOCK-scoped. They are thus effective
H A Dinteger.pm18 of the enclosing BLOCK. On many machines, this doesn't matter a great
H A Dsort.pm174 form of C<eval()>, I<not> the BLOCK form, as in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/List/
H A DUtil.pm107 =item first BLOCK LIST
109 Similar to C<grep> in that it evaluates BLOCK setting C<$_> to each element
111 BLOCK is a true value. If BLOCK never returns true or LIST was empty then
179 =item reduce BLOCK LIST
181 Reduces LIST by calling BLOCK multiple times, setting C<$a> and C<$b>
187 Returns the result of the last call to BLOCK. If LIST is empty then
189 element is returned and BLOCK is not executed.
/osnet-11/usr/src/lib/libc/port/gen/
H A Dmemalign.c127 blk = BLOCK(p); /* back up to get length word */
138 aligned_blk = BLOCK(alignedp);
H A Dmallint.h143 #define BLOCK(d) ((TREE *)(((uintptr_t)(d)) - WORDSIZE)) macro
H A Dmalloc.c197 sp = BLOCK(Lfree);
338 tp = BLOCK(old);
498 tp = BLOCK(old);
889 if (!ISBIT0(SIZE(BLOCK(old))))
/osnet-11/usr/src/lib/libc/amd64/unwind/
H A Dunwind_context.h164 BLOCK enumerator in enum:operand_desc
H A Dcall_frame_inst.c91 {BLOCK, NO_OPR}, /* DW_CFA_def_cfa_expression - expression */
92 {ULEB128, BLOCK}, /* DW_CFA_expression - reg, expression */
472 case BLOCK:
/osnet-11/usr/src/common/mpi/
H A DTHIRDPARTYLICENSE1 /* ***** BEGIN LICENSE BLOCK *****
36 * ***** END LICENSE BLOCK ***** */
38 * ***** BEGIN LICENSE BLOCK *****
74 * ***** END LICENSE BLOCK ***** */
76 * ***** BEGIN LICENSE BLOCK *****
111 * ***** END LICENSE BLOCK ***** */
113 * ***** BEGIN LICENSE BLOCK *****
148 * ***** END LICENSE BLOCK ***** */
150 * ***** BEGIN LICENSE BLOCK *****
186 * ***** END LICENSE BLOCK ***** */
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dmenuentry.c294 N_("BLOCK"), N_("Define a menuentry."), options);
298 N_("BLOCK"), N_("Define a submenu."),
/osnet-11/usr/src/lib/watchmalloc/common/
H A Dmallint.h113 #define BLOCK(d) ((TREE *)(((char *)(d)) - WORDSIZE)) macro
H A Dmalloc.c314 tp = BLOCK(old);
490 tp = BLOCK(old);
1178 blk = BLOCK(p); /* back up to get length word */
1191 aligned_blk = BLOCK(alignedp);
/osnet-11/usr/src/lib/libcmd/common/
H A Dcut.c104 #define BLOCK 8*1024 macro
560 fdtmp = sftmp(BLOCK);
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkglib.h350 #define BLOCK 256 macro

Completed in 152 milliseconds

12