HomeSort by relevance Sort by last modified time
    Searched defs:bound (Results 1 - 25 of 28) sorted by null

1 2

  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
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) \
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/sparc/
sparc_a.out.c 132 * Record that this new link map is now bound to the caller.
159 * Make sure the object to which we've bound has had it's .init fired.
213 APlist *bound = NULL; local
220 * RTLD_NOW don't bother to do anything - a.out's are bound as if
302 if (aplist_test(&bound, _lmp,
435 return (relocate_finish(lmp, bound, ret));
sparc_elf.c 440 * Record that this new link map is now bound to the caller.
476 * to newly bound function.
508 * Make sure the object to which we've bound has had it's .init fired.
541 APlist *bound = NULL; local
855 if (aplist_test(&bound, _lmp,
1034 * to newly bound function.
1099 return (relocate_finish(lmp, bound, ret));
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
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);
  /onnv/onnv-gate/usr/src/cmd/ldap/common/
ldaptest.c 273 int bound, all, scope, attrsonly; local
390 bound = 0;
461 bound = 1;
510 bound = 1;
522 bound = 1;
  /onnv/onnv-gate/usr/src/common/openssl/crypto/pkcs7/
pk7_mime.c 103 static int mime_bound_check(char *line, int linelen, char *bound, int blen);
104 static int multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret);
151 char bound[33], c; local
166 RAND_pseudo_bytes((unsigned char *)bound, 32);
168 c = bound[i] & 0xf;
171 bound[i] = c;
173 bound[32] = 0;
178 bound, mime_eol, mime_eol);
182 BIO_printf(bio, "------%s%s", bound, mime_eol);
184 BIO_printf(bio, "%s------%s%s", mime_eol, bound, mime_eol)
    [all...]
  /onnv/onnv-gate/usr/src/stand/lib/sock/
socket_impl.h 128 boolean_t bound; /* boolean */ member in struct:inetboot_socket
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/amd64/
amd64_elf.c 289 * Record that this new link map is now bound to the caller.
322 * to newly bound function.
354 * Make sure the object to which we've bound has had it's .init fired.
389 APlist *bound = NULL; local
738 if (aplist_test(&bound, _lmp,
868 * to newly bound function.
900 return (relocate_finish(lmp, bound, ret));
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/i386/
i386_elf.c 268 * Record that this new link map is now bound to the caller.
301 * to newly bound function.
333 * Make sure the object to which we've bound has had it's .init fired.
367 APlist *bound = NULL; local
696 if (aplist_test(&bound, _lmp,
825 * to newly bound function.
856 return (relocate_finish(lmp, bound, ret));
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/sparcv9/
sparc_elf.c 579 * Record that this new link map is now bound to the caller.
617 * to newly bound function.
650 * Make sure the object to which we've bound has had it's .init fired.
747 APlist *bound = NULL; local
1083 if (aplist_test(&bound, _lmp,
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
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) {
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/tests/
test_client.c 82 int bound = 0; /* only broadcast on given interface */ variable
649 * we're bound. defend the lease. Add the
1251 if (bound) {
1273 if (bound) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/listen/
listen.c 97 int Valid_addrs; /* number of addresses bound */
513 sprintf(scratch, "Net opened, %d %s bound, %d fds free", Valid_addrs,
619 * happens when a duplicate address is bound, and the message
1178 sprintf(scratch, "No service bound to incoming fd %d: call disconnected", fd);
1767 int bound; local
    [all...]
  /onnv/onnv-gate/usr/src/common/lzma/
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...]
  /onnv/onnv-gate/usr/src/lib/libnsl/nis/cache/
cache.cc 348 int bound; local
388 bound = activeCheck(&ep[j]);
392 if (bound)
406 if (bound && (min_rank == -1 || rank < min_rank))
1111 * Create active server entries for each bound endpoint and then
1112 * free the list of bound endpoints. This allows us to pack
1113 * a bound directory without the bound endpoints, which saves
1177 * Create a bound endpoint for every active server for a directory.
1206 /* count the number of bound endpoints *
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/common/
analyze.c 493 * objects to insure any directly bound dependencies, filtees, etc.
543 * Having completed this control list of objects, they can now be bound
545 * that precedes it. Although this control list may have only bound to
559 * prevents relocations from being bound to objects that might yet fail
2954 uint_t bound; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/iscsiadm/
iscsiadm.h 223 /* True if sessions are bound to an interface */
224 IMA_BOOL bound; /* OUT */ member in struct:_SUN_IMA_CONFIG_SESSIONS
  /onnv/onnv-gate/usr/src/uts/common/disp/
disp.c 119 * on the CPU to be considered loosely-bound to that CPU to reduce
1171 int bound; local
1190 bound = 1;
1192 bound = 0;
1197 else if (!bound) {
1361 int bound; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun/io/
socal.c 2489 int bound = 0; local
4764 int retval, bound = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/vm/
vm_usage.c 176 * 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)
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...]
  /onnv/onnv-gate/usr/src/uts/sun4v/sys/
vsw_ldc.h 222 int bound; member in struct:vsw_private_desc
  /onnv/onnv-gate/usr/src/lib/libpp/common/
pplib.h 710 struct ppfile* bound[INC_MAX]; /* include bindings */ member in struct:ppfile
  /onnv/onnv-gate/usr/src/lib/libshell/common/edit/
vi.c 1540 register int bound = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/savecore/
savecore.c 539 int bound; member in struct:stream
655 while (s->bound || s->blocks.head != NULL)
951 int bound; local
955 bound = 0;
957 if (s->bound || s->blocks.head == NULL)
959 s->bound = 1;
960 bound = 1;
979 s->bound = 0;
982 if (!bound && !threads_stop)
1094 if (!s->bound)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/syslogd/
syslogd.c 3839 struct t_bind bind, *bound; local
3998 struct t_bind bind, *bound; local
    [all...]

Completed in 840 milliseconds

1 2