Searched defs:here (Results 1 - 25 of 36) sorted by relevance

12

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dftw.c192 long here; local
202 here = telldir(dirp);
227 seekdir(dirp, here);
/illumos-gate/usr/src/cmd/backup/dump/
H A Dlftw.c155 * The following check must be made here because:
243 long here; local
254 here = telldir(dirp);
279 seekdir(dirp, here);
/illumos-gate/usr/src/lib/libdll/common/
H A Ddllnext.c63 _dll_next(int flags, _DLL_RLD_SYM_TYPE* here) argument
148 else if ((_DLL_RLD_SYM_TYPE*)dlsym(lp, _DLL_RLD_SYM_STR) == here)
/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A Dargs.c50 static Place here; variable
121 if(here.pos < 10 && here.pos >= 0)
122 here.list[here.pos++] = c;
133 tmp = here;
134 here.pos = c[1] - '1';
135 if(here.pos < 0 || here.pos >= tmp.pos-1) {
139 (void) demangle_doarg(sptr,here
[all...]
/illumos-gate/usr/src/uts/common/disp/
H A Dcmt_policy.c63 * somewhere "here" to somewhere "there".
66 cmt_should_migrate(pg_cmt_t *here, pg_cmt_t *there, pg_cmt_policy_t policy, argument
71 here_util = here->cmt_utilization;
77 if (self && bitset_in_set(&here->cmt_cpus_actv_set, CPU->cpu_seqid))
96 (CMT_CAPACITY(there) > CMT_CAPACITY(here)))) {
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfdcsubstr.c38 Sfoff_t here; /* current seek location */ member in struct:_subfile_s
53 reg Sfoff_t here, parent; local
59 if(su->extent >= 0 && (ssize_t)n > (io = (ssize_t)(su->extent - su->here)) )
68 here = su->here + su->offset;
69 if(sfsk(f,here,SEEK_SET,disc) != here)
76 su->here += io;
122 reg Sfoff_t here, parent; local
129 here
183 reg Sfoff_t here; local
[all...]
H A Dsfdcunion.c44 Sfoff_t here; /* current location */ member in struct:_union_s
82 un->here += r;
119 addr += un->here;
138 un->here = addr;
/illumos-gate/usr/src/cmd/lp/lib/forms/
H A Drdform.c64 char * here; local
82 * be null or empty. Do the latter here as opposed to
285 * comment to the allocated space. "here"
/illumos-gate/usr/src/boot/lib/libz/
H A Dinffast.c90 code here; /* retrieved table entry */ local
127 here = lcode[hold & lmask];
129 op = (unsigned)(here.bits);
132 op = (unsigned)(here.op);
134 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
136 "inflate: literal 0x%02x\n", here.val));
137 PUP(out) = (unsigned char)(here.val);
140 len = (unsigned)(here.val);
158 here
[all...]
H A Dinftrees.c53 code here; /* table entry for duplication */ local
118 here.op = (unsigned char)64; /* invalid code marker */
119 here.bits = (unsigned char)1;
120 here.val = (unsigned short)0;
121 *(*table)++ = here; /* make a table to force an error */
122 *(*table)++ = here;
218 here.bits = (unsigned char)(len - drop);
220 here.op = (unsigned char)0;
221 here.val = work[sym];
224 here
[all...]
H A Dinfback.c265 code here; /* current decoding table entry */ local
401 here = state->lencode[BITS(state->lenbits)];
402 if ((unsigned)(here.bits) <= bits) break;
405 if (here.val < 16) {
406 DROPBITS(here.bits);
407 state->lens[state->have++] = here.val;
410 if (here.val == 16) {
411 NEEDBITS(here.bits + 2);
412 DROPBITS(here.bits);
422 else if (here
[all...]
H A Dinflate.c618 code here; /* current decoding table entry */ local
939 here = state->lencode[BITS(state->lenbits)];
940 if ((unsigned)(here.bits) <= bits) break;
943 if (here.val < 16) {
944 DROPBITS(here.bits);
945 state->lens[state->have++] = here.val;
948 if (here.val == 16) {
949 NEEDBITS(here.bits + 2);
950 DROPBITS(here.bits);
960 else if (here
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A D_xftw.c207 long here; local
233 here = telldir(dirp);
261 seekdir(dirp, here);
H A Dnftw.c138 long here; member in struct:Save
436 seekdir(this.fd, this.here);
770 sp->here = telldir(sp->fd);
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dupdate.c369 * Allow a non-zero value here and update the
426 * Shdr table last. Comment above for phnum/phoff applies here.
554 * version here, fix it after translation.
584 char *here; local
617 here = start + d->db_data.d_off;
633 here - start - sz, sz);
635 (void) memset(here - sz, byte, sz);
648 dst.d_buf = (Elf_Void *)here;
/illumos-gate/usr/src/cmd/ptools/ptree/
H A Dptree.c383 ps_t **here; local
387 for (here = &pp->cp, sp = pp->cp;
389 here = &sp->sp, sp = sp->sp) {
398 *here = cp;
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.h98 void *here; member in struct:drmach_node
/illumos-gate/usr/src/common/avl/
H A Davl.c561 * before (AVL_AFTER, AVL_BEFORE) the data "here".
575 void *here,
586 ASSERT(here != NULL);
593 node = AVL_DATA2NODE(here, tree->avl_offset);
596 diff = tree->avl_compar(new_data, here);
637 * This is unfortunate. We want to call panic() here, even for
641 * that here. We use assfail() directly to get a nice error message
1040 * If here, we moved to a left child. It may have one
572 avl_insert_here( avl_tree_t *tree, void *new_data, void *here, int direction) argument
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dengine.c82 const char *offp; /* offsets work from here */
84 const char *endp; /* end of string -- virtual NUL here */
85 const char *coldp; /* can be no match starting before here */
337 /* despite initial appearances, there is no match here */
380 const char *stp; /* string matched by it cannot pass here */
965 onestate here; /* note, macros know this name */ local
969 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) {
1006 case OBACK_: /* ignored here */
1020 INIT(here, p
[all...]
/illumos-gate/usr/src/common/ficl/
H A Ddictionary.c82 dictionary->here = (ficlCell *)word->name;
94 dictionary->here = ficlAlignPointer(dictionary->here);
105 char *here = (char *)dictionary->here; local
106 here += n;
107 dictionary->here = FICL_POINTER_TO_CELL(here);
118 dictionary->here += nficlCells;
128 *dictionary->here
138 char *here = (char *)dictionary->here; local
160 char *here = (char *)dictionary->here; local
[all...]
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h99 * Any routine installed here is assumed to have the standard forth
138 * however changes here will be thrown away when the instance is
177 uchar_t *here; /* current dp */ member in struct:FCODE_ENV
246 #define HERE (env->here)
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A DgssapiP_krb5.h186 krb5_principal here; member in struct:_krb5_gss_ctx_id_rec
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dcdt.h77 Dtlink_t* here; /* finger to last search element */ member in struct:_dtdata_s
261 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \
274 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \
291 #define dtfinger(d) (_DT(d)->data->here ? dtobj((d),_DT(d)->data->here):(Void_t*)(0))
/illumos-gate/usr/src/lib/libast/common/include/
H A Dcdt.h77 Dtlink_t* here; /* finger to last search element */ member in struct:_dtdata_s
261 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \
274 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \
291 #define dtfinger(d) (_DT(d)->data->here ? dtobj((d),_DT(d)->data->here):(Void_t*)(0))
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dcdt.h77 Dtlink_t* here; /* finger to last search element */ member in struct:_dtdata_s
261 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \
274 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \
291 #define dtfinger(d) (_DT(d)->data->here ? dtobj((d),_DT(d)->data->here):(Void_t*)(0))

Completed in 112 milliseconds

12