/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | regexp.c | 94 _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 D | l_strplumb.c | 213 * 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 D | mon.c | 66 * 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 D | bios.h | 99 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 D | b.c | 92 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 D | awk.h | 254 int anchor; member in struct:fa
|
/illumos-gate/usr/src/common/ficl/softcore/ |
H A D | lz4.c | 506 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 D | lz4.c | 529 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 D | bios.h | 269 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 D | streamio.c | 195 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 D | md_subr.c | 1390 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 D | sd_bcache.c | 3291 _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...] |