/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1buf.h | 11 char *base, *bound, *next; member in struct:code_buffer_rep 25 : ((buf)->bound - (buf)->base + 1)) 34 : ((buf)->bound - (buf)->next + 1)) 77 3) bound - Points to the top of the array. Used for bounds-checking. 187 (((buf)->next > (buf)->bound) \
|
/illumos-gate/usr/src/lib/libmapmalloc/common/ |
H A D | textmem.c | 216 align(size_t size, int bound) argument 218 if (size < bound) 219 return ((size_t)bound); 221 return (size + bound - 1 - (size + bound - 1) % bound);
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/ |
H A D | sparc_a.out.c | 136 * Record that this new link map is now bound to the caller. 163 * Make sure the object to which we've bound has had it's .init fired. 217 APlist *bound = NULL; local 224 * RTLD_NOW don't bother to do anything - a.out's are bound as if 311 if (aplist_test(&bound, _lmp, 444 return (relocate_finish(lmp, bound, ret));
|
H A D | sparc_elf.c | 446 * Record that this new link map is now bound to the caller. 483 * to newly bound function. 515 * Make sure the object to which we've bound has had it's .init fired. 549 APlist *bound = NULL; local 879 if (aplist_test(&bound, _lmp, 1059 * to newly bound function. 1124 return (relocate_finish(lmp, bound, ret));
|
/illumos-gate/usr/src/uts/sun4v/os/ |
H A D | mach_startup.c | 225 cpu_wakeup(cpu_t *cpu, int bound) argument 260 * No need to wake up other CPUs if this is for a bound thread. 262 if (bound)
|
/illumos-gate/usr/src/uts/sun4u/os/ |
H A D | mach_startup.c | 347 cpu_wakeup(cpu_t *cpu, int bound) argument 382 * No need to wake up other CPUs if this is for a bound thread. 384 if (bound)
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_ufs.c | 170 int level, bound, i, index; local 182 bound = UFS_NINDIR(SUPERBLOCK); 183 while (bn >= bound) { 185 bn -= bound; 186 bound *= UFS_NINDIR(SUPERBLOCK); 204 bound /= UFS_NINDIR(SUPERBLOCK); 205 index = (bn / bound) % UFS_NINDIR(SUPERBLOCK); 217 bound /= UFS_NINDIR(SUPERBLOCK); 218 index = (bn / bound) % UFS_NINDIR(SUPERBLOCK);
|
/illumos-gate/usr/src/stand/lib/sock/ |
H A D | socket_impl.h | 128 boolean_t bound; /* boolean */ member in struct:inetboot_socket
|
/illumos-gate/usr/src/uts/i86pc/os/cpupm/ |
H A D | cpu_idle.c | 175 cstate_wakeup(cpu_t *cp, int bound) argument 226 * is bound. 228 if (bound)
|
/illumos-gate/usr/src/cmd/boot/bootadm/ |
H A D | bootadm_upgrade.c | 287 rskip_bspace(char *bound, char *ptr) argument 290 assert(bound); 292 assert(bound <= ptr); 293 assert(*bound != ' ' && *bound != '\t' && *bound != '\n'); 296 for (; ptr > bound; ptr--) {
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | door_calls.c | 341 * If we were indeed bound to the door then check to see whether 509 * bound to the door; door_xcreate will not return until all 510 * requested threads have at least bound 586 int bound = 0; local 714 bound++; 717 if (bound == n) {
|
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/ |
H A D | amd64_elf.c | 295 * Record that this new link map is now bound to the caller. 329 * to newly bound function. 361 * Make sure the object to which we've bound has had it's .init fired. 397 APlist *bound = NULL; local 749 if (aplist_test(&bound, _lmp, 880 * to newly bound function. 912 return (relocate_finish(lmp, bound, ret));
|
/illumos-gate/usr/src/cmd/sgs/rtld/i386/ |
H A D | i386_elf.c | 274 * Record that this new link map is now bound to the caller. 308 * to newly bound function. 340 * Make sure the object to which we've bound has had it's .init fired. 375 APlist *bound = NULL; local 725 if (aplist_test(&bound, _lmp, 855 * to newly bound function. 886 return (relocate_finish(lmp, bound, ret));
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | sparc_elf.c | 587 * Record that this new link map is now bound to the caller. 626 * to newly bound function. 659 * Make sure the object to which we've bound has had it's .init fired. 757 APlist *bound = NULL; local 1108 if (aplist_test(&bound, _lmp, 1293 * to newly bound function. 1380 return (relocate_finish(lmp, bound, ret));
|
/illumos-gate/usr/src/cmd/ldap/common/ |
H A D | ldaptest.c | 268 int bound, all, scope, attrsonly; local 385 bound = 0; 456 bound = 1; 505 bound = 1; 517 bound = 1;
|
/illumos-gate/usr/src/common/lzma/ |
H A D | LzmaDec.c | 26 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound) 27 #define UPDATE_0(p) range = bound; *(p) = (CLzmaProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits)); 28 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CLzmaProb)(ttt - (ttt >> kNumMoveBits)); 56 #define IF_BIT_0_CHECK(p) ttt = *(p); NORMALIZE_CHECK; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound) 57 #define UPDATE_0_CHECK range = bound; 58 #define UPDATE_1_CHECK range -= bound; code -= bound; 173 UInt32 bound; local 517 UInt32 bound; local [all...] |
/illumos-gate/usr/src/cmd/iscsiadm/ |
H A D | iscsiadm.h | 223 /* True if sessions are bound to an interface */ 224 IMA_BOOL bound; /* OUT */ member in struct:_SUN_IMA_CONFIG_SESSIONS
|
/illumos-gate/usr/src/cmd/listen/ |
H A D | listen.c | 98 int Valid_addrs; /* number of addresses bound */ 515 sprintf(scratch, "Net opened, %d %s bound, %d fds free", Valid_addrs, 621 * happens when a duplicate address is bound, and the message 1180 sprintf(scratch, "No service bound to incoming fd %d: call disconnected", fd); 1769 int bound; local 1850 sprintf(scratch, "Re-read complete, %d %s bound, %d fds free", Valid_addrs,
|
/illumos-gate/usr/src/uts/common/disp/ |
H A D | disp.c | 119 * on the CPU to be considered loosely-bound to that CPU to reduce 1187 int bound; local 1206 bound = 1; 1208 bound = 0; 1213 else if (!bound) { 1325 if (!bound) 1345 if (!bound && tpri > dp->disp_max_unbound_pri) { 1359 (*disp_enq_thread)(cp, bound); 1377 int bound; local 1393 bound 2699 generic_enq_thread(cpu_t *cpu, int bound) argument [all...] |
/illumos-gate/usr/src/uts/common/os/ |
H A D | cyclic.c | 64 * optionally bound to a CPU or a CPU partition. A cyclic's CPU or CPU 246 * each child), but at most one cache miss at the root. This yields a bound 342 * To bound the size of the producer/consumer buffer, cyclic_expire() only 425 * Recall that we bound the size of the producer/consumer buffer by 1540 * specified by the partition, bound CPU, and flags. Additionally, 1550 cyclic_pick_cpu(cpupart_t *part, cpu_t *bound, cpu_t *avoid, uint16_t flags) argument 1556 CYC_PTRACE("pick-cpu", part, bound); 1558 ASSERT(!(flags & CYF_CPU_BOUND) || bound != NULL); 1562 * If we're bound to our CPU, there isn't much choice involved. We 1563 * need to check that the CPU passed as bound i [all...] |
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | vi.c | 1540 register int bound = 0; local 1655 bound = last_virt; 1664 bound = last_virt; 1676 bound = last_virt; 1689 while( incr*(tcur_virt+=incr) <= bound 1691 if( incr*tcur_virt > bound ) 1715 bound = last_virt; 1721 while(count >0 && incr*(tcur_virt+=incr) <= bound)
|
/illumos-gate/usr/src/lib/libpp/common/ |
H A D | pplib.h | 710 struct ppfile* bound[INC_MAX]; /* include bindings */ member in struct:ppfile
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | analyze.c | 502 * objects to ensure any directly bound dependencies, filtees, etc. 552 * Having completed this control list of objects, they can now be bound 554 * that precedes it. Although this control list may have only bound to 568 * prevents relocations from being bound to objects that might yet fail 2618 * which we've bound can be interposed upon. In this context, copy relocations 2630 * If we've bound to a copy relocation definition then we need to assign 2665 * bound to an uninitialized variable (.bss) within a shared object did 2672 * new shared object that is directly bound. With no copy-relocation 2680 * .bss symbol definition as has been directly bound to, redirect the 2741 * If we had already bound t 2976 uint_t bound; local 3347 relocate_finish(Rt_map *lmp, APlist *bound, int ret) argument [all...] |
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | vsw_ldc.h | 249 int bound; member in struct:vsw_private_desc
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | mp_machdep.c | 570 cpu_wakeup(cpu_t *cpu, int bound) argument 605 * No need to wake up other CPUs if this is for a bound thread. 607 if (bound) 755 cpu_wakeup_mwait(cpu_t *cp, int bound) argument 799 * is bound. 801 if (bound || ncpus == 1)
|