Searched defs:anchor (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dregexp.c94 _re_exec(regexp_t* re, const char* subject, const char* handle, int anchor) argument
100 if (regexec(&env->re, subject, elementsof(match), match, 0) || anchor && match[0].rm_so)
/illumos-gate/usr/src/uts/common/io/
H A Dl_strplumb.c213 * for SET_AUTOPUSH, "anchor" should be set to the place in the stream
214 * to put the anchor, or NULL if no anchor needs to be set.
215 * for GET_AUTOPUSH, "anchor" should point to a uint_t to store the
216 * position of the anchor at, or NULL if the caller is not interested.
220 uint_t *anchor, char *mods[])
281 if (anchor != NULL)
282 *anchor = push.sap_anchor;
320 if (anchor != NULL)
321 push.sap_anchor = *anchor;
219 kstr_autopush(int op, major_t *maj, minor_t *min, minor_t *lastmin, uint_t *anchor, char *mods[]) argument
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c66 * An anchor points forward, backward and 'down' (to a block).
72 * "anchor"
74 * prior<--| |-->next anchor
75 * anchor | |
97 * by allocating an anchor and initializing countbase and countlimit
110 * links in a new associated anchor, adding a new anchor&block pair
163 typedef struct anchor ANCHOR;
165 struct anchor { struct
175 static ANCHOR *curAnchor = NULL; /* addr of anchor fo
[all...]
/illumos-gate/usr/src/boot/sys/amd64/include/pc/
H A Dbios.h99 char * anchor; /* search anchor string in BIOS memory */ member in struct:bios_oem_signature
100 size_t offset; /* offset from anchor (may be negative) */
/illumos-gate/usr/src/cmd/awk/
H A Db.c92 makedfa(uchar *s, int anchor) /* returns dfa for reg expr s */ argument
98 return (mkdfa(s, anchor));
100 if (fatab[i]->anchor == anchor &&
106 pfa = mkdfa(s, anchor);
127 mkdfa(uchar *s, int anchor) /* does the real work of making a dfa */ argument
128 /* anchor = 1 for anchored matches, else 0 */
154 f->initstat = makeinit(f, anchor);
155 f->anchor = anchor;
161 makeinit(fa *f, int anchor) argument
[all...]
H A Dawk.h254 int anchor; member in struct:fa
/illumos-gate/usr/src/common/ficl/softcore/
H A Dlz4.c506 const BYTE *anchor = ip; local
553 while ((ip > anchor) && (ref > (BYTE *) source) &&
560 length = ip - anchor;
578 LZ4_BLINDCOPY(anchor, op, length);
587 anchor = ip;
613 len = (ip - anchor);
634 anchor = ip;
649 anchor = ip++;
656 int lastRun = iend - anchor;
669 (void) memcpy(op, anchor, ien
700 const BYTE *anchor = ip; local
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dlz4.c529 const BYTE *anchor = ip; local
576 while ((ip > anchor) && (ref > (BYTE *) source) &&
583 length = ip - anchor;
601 LZ4_BLINDCOPY(anchor, op, length);
610 anchor = ip;
636 len = (ip - anchor);
657 anchor = ip;
672 anchor = ip++;
679 int lastRun = iend - anchor;
692 (void) memcpy(op, anchor, ien
723 const BYTE *anchor = ip; local
[all...]
/illumos-gate/usr/src/boot/sys/i386/include/pc/
H A Dbios.h269 char * anchor; /* search anchor string in BIOS memory */ member in struct:bios_oem_signature
270 size_t offset; /* offset from anchor (may be negative) */
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c195 int anchor, cred_t *crp, uint_t anchor_zoneid)
220 * Check to see if caller wants a STREAMS anchor
224 if (anchor == stp->sd_pushcnt) {
252 uint_t anchor; local
537 anchor = ap->ap_anchor;
541 anchor, crp, zoneid);
3869 * If there is an anchor on this stream and popping
3871 * anchor, then disallow the pop unless we have sufficient
3932 /* If we popped through the anchor, then reset the anchor
194 push_mod(queue_t *qp, dev_t *devp, struct stdata *stp, const char *name, int anchor, cred_t *crp, uint_t anchor_zoneid) argument
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_subr.c1390 md_daemon(int pass_thru, mdq_anchor_t *anchor) argument
1400 CALLB_CPR_INIT(&cprinfo, &anchor->a_mx, callb_md_cpr, "md_daemon");
1404 mutex_enter(&anchor->a_mx);
1405 while ((dq = anchor->dq.dq_next) == &(anchor->dq)) {
1409 * mutex_exit(&anchor->a_mx)
1415 mutex_exit(&anchor->a_mx);
1421 * mutex_exit(&anchor->a_mx)
1423 mutex_enter(&anchor->a_mx);
1428 cv_wait(&anchor
1452 daemon_request(mdq_anchor_t *anchor, void (*func)(), daemon_queue_t *request, callstyle_t style) argument
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.c3291 _sd_cctl_t *anchor = NULL; local
3399 anchor = centry;
3401 _sd_cctl_t *, anchor);
3439 anchor->cc_alloc_size_dm;
3447 anchor->cc_alloc_size_dm += BLK_SIZE(1);
3486 _sd_cctl_t *anchor = NULL; local
3532 * HOST entry processing - save the anchor pt,
3536 anchor = centry;
3552 * the anchor alloc
3556 centry->cc_head_dm = anchor;
3883 _sd_cctl_t *anchor = cc_ent; local
4151 _sd_cctl_t *anchor = NULL; local
[all...]

Completed in 100 milliseconds