Searched refs:bound (Results 1 - 25 of 54) sorted by relevance

123

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ufs.c170 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/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1buf.c51 bound, if non-NULL, points to the last valid octet
53 next <= bound+2 (i.e. next should be able to step just past the bound,
54 but no further. (The bound should move out in response
71 (*buf)->bound = NULL;
80 buf->bound = code->data + code->length - 1;
86 if (buf->next > buf->bound + 1) return ASN1_OVERRUN;
89 if (length > (size_t)(buf->bound + 1 - buf->next)) return ASN1_OVERRUN;
90 subbuf->bound = subbuf->base + length - 1;
92 subbuf->bound
[all...]
H A Dasn1buf.h11 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) \
H A Dasn1_get.c35 buf->bound - buf->next + 1 <= 0) {
/illumos-gate/usr/src/lib/libmapmalloc/common/
H A Dtextmem.c216 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/sendmail/db/
H A Ddb_int.h52 #define ALIGNP(value, bound) ALIGN((ALIGNTYPE)value, bound)
54 #define ALIGN(value, bound) (((value) + (bound) - 1) & ~((bound) - 1))
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_agpsupport.c241 entry->bound = 0;
297 if (!entry->bound)
309 entry->bound = 0;
329 if (!entry || entry->bound)
340 entry->bound = dev->agp->base + (start << AGP_PAGE_SHIFT);
360 if (entry->bound)
484 if (!entry || !entry->bound)
496 entry->bound = 0;
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DMakefile30 OBJS = adopt.o agent.o async.o bound.o class_id.o defaults.o inform.o \
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket_impl.h128 boolean_t bound; /* boolean */ member in struct:inetboot_socket
H A Dsocket.c563 sockets[k].bound) {
590 if (sockets[i].bound) {
593 sockets[i].bound = B_FALSE;
605 if (sockets[i].bound) {
611 errno = EINVAL; /* already bound */
629 sockets[i].bound = B_TRUE;
659 sockets[sock_id].bound = B_TRUE;
748 /* If the socket is not bound, we need to do a quick bind. */
749 if (!sockets[sock_id].bound) {
1090 /* Get a legal source port if the socket isn't bound
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dppsearch.c149 !(fp->flags & INC_MEMBER(INC_PREFIX)) && (xp = fp->bound[INC_PREFIX]) ? xp->name : NiL,
150 !(fp->flags & INC_MEMBER(INC_LOCAL)) && (xp = fp->bound[INC_LOCAL]) ? xp->name : NiL,
151 !(fp->flags & INC_MEMBER(INC_VENDOR)) && (xp = fp->bound[INC_VENDOR]) ? xp->name : NiL,
152 !(fp->flags & INC_MEMBER(INC_STANDARD)) && (xp = fp->bound[INC_STANDARD]) ? xp->name : NiL,
299 xp->bound[dp->index] = (struct ppfile*)ap;
366 xp = fp->bound[index];
376 fp->bound[index] = xp = ppsetfile(pp.path);
469 if ((fp->flags & INC_MEMBER(index)) && ((struct ppmember*)fp->bound[index])->archive == dp)
472 pp.member = (struct ppmember*)fp->bound[index];
515 fp->bound[inde
[all...]
/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.c26 #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/boot/bootadm/
H A Dbootadm_upgrade.c287 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/uts/common/vm/
H A Dvm_usage.c176 * Each bound is either entirely incore, entirely not in core, or
184 pgcnt_t vmb_start; /* page offset in vnode/amp on which bound starts */
185 pgcnt_t vmb_end; /* page offset in vnode/amp on which bound ends */
327 * Save a bound on the free list.
330 vmu_free_bound(vmu_bound_t *bound) argument
332 bound->vmb_next = vmu_data.vmu_free_bounds;
333 bound->vmb_start = 0;
334 bound->vmb_end = 0;
335 bound->vmb_type = 0;
336 vmu_data.vmu_free_bounds = bound;
347 vmu_bound_t *bound; local
577 vmu_bound_t *bound; local
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_a.out.c136 * 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));
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c119 * 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/sun4v/os/
H A Dmach_startup.c225 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 Dmach_startup.c347 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/lib/libc/port/threads/
H A Ddoor_calls.c341 * 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/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcmp.s76 and %o0, 7, %o4 ! is s1 aligned on a 8 byte bound
/illumos-gate/usr/src/cmd/iscsiadm/
H A Discsiadm.h223 /* True if sessions are bound to an interface */
224 IMA_BOOL bound; /* OUT */ member in struct:_SUN_IMA_CONFIG_SESSIONS
/illumos-gate/usr/src/stand/lib/inet/
H A Dudp.c185 if (sockets[index].bound)
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c695 int bound; member in struct:stream
811 while (s->bound || s->blocks.head != NULL)
1108 int bound; local
1112 bound = 0;
1114 if (s->bound || s->blocks.head == NULL)
1116 s->bound = 1;
1117 bound = 1;
1136 s->bound = 0;
1139 if (!bound && !threads_stop)
1252 if (!s->bound)
[all...]
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c268 int bound, all, scope, attrsonly; local
385 bound = 0;
456 bound = 1;
505 bound = 1;
517 bound = 1;
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c295 * 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));

Completed in 79 milliseconds

123