Searched defs:hit (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/libdll/common/
H A Ddllplug.c41 int hit; local
45 hit = 0;
52 hit = 1;
64 if (hit)
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dulimit.c72 register unsigned long hit = 0; local
96 hit = ~0;
100 hit |= (1L<<(-(n+1)));
114 if(hit==0)
118 hit |= (1L<<n);
122 label = (hit&(hit-1));
127 for(tp = shtab_limits; tp->option && hit; tp++,hit>>=1)
129 if(!(hit
[all...]
/illumos-gate/usr/src/lib/libast/common/misc/
H A Drecfmt.c39 unsigned int hit[UCHAR_MAX + 1]; member in struct:__anon2651
102 h = q->hit + s[i];
H A Dmime.c79 int hit; member in struct:__anon2648
350 wp->hit++;
448 ws.hit = 0;
459 return ws.hit;
463 return ws.hit;
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_class.c216 int hit = 0; local
291 hit = 1;
299 hit = 1;
305 return (hit);
H A Daudit_event.c283 int hit = 0; local
387 hit = 1;
390 return (hit);
/illumos-gate/usr/src/cmd/rpcbind/
H A Dpmap_svc.c147 PMAPLIST *hit = NULL; local
156 hit = pml;
161 return (hit);
H A Drpcb_svc_com.c123 * find_service returns a hit even if
1540 rpcblist_ptr hit = NULL; local
1549 hit = rbl;
1554 return (hit);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dstring.c85 int hit; local
100 amb=hit=0;
128 if (hit || amb)
130 hit = 0;
135 hit = tp->sh_number;
170 if(hit)
172 return(hit);
/illumos-gate/usr/src/lib/libpp/common/
H A Dpplex.c46 static int hit[LAST-TERMINAL+2]; variable
260 hit[(state & SPLICE) ? (elementsof(hit) - 1) : (TERM(state) - TERMINAL)]++;
553 if (hit[elementsof(hit) - 1])
554 sfprintf(sfstderr, "%7d: SPLICE\n", hit[elementsof(hit) - 1]);
555 for (n = 0; n < elementsof(hit) - 1; n++)
556 if (hit[n])
557 sfprintf(sfstderr, "%7d: %s\n", hit[
[all...]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.h125 uint64_t hit; /* Hit counter */ member in struct:uri_desc_s
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmxdate.c553 char hit[60]; local
567 if ((k = range(t, &t, hit, 0, 59)) < 0)
569 if (k && !hit[i = tm->tm_min])
571 hit[i] = 1;
580 } while (!hit[i]);
588 if ((k = range(t, &t, hit, 0, 23)) < 0)
590 if (k && !hit[i = tm->tm_hour])
592 hit[i] = 1;
601 } while (!hit[i]);
609 if ((k = range(t, &t, hit,
[all...]
/illumos-gate/usr/src/lib/libcmd/common/
H A Djoin.c141 int hit; member in struct:File_s
310 fp->hit = 0;
569 if (mode < 0 && jp->file[0].hit++)
571 if (mode > 0 && jp->file[1].hit++)
636 #define outrec(p,n) (sfprintf(sfstdout, "[R#%d,%d,%lld,%lld:%-.*s{%d}:%-.*s{%d}]", __LINE__, i1=n, lo, hi, jp->file[0].fieldlen, cp1, jp->file[0].hit, jp->file[1].fieldlen, cp2, jp->file[1].hit), outrec(p, i1))
797 cp1 = (!cp1 && cmp && hi < 0 && !jp->file[1].hit && ((jp->ooutmode ^ C_ALL) <= 1 || jp->outmode == 2)) ? cp2 : getrec(jp, 1, 0);
/illumos-gate/usr/src/uts/sun4v/os/
H A Dfillsysinfo.c711 char *hit; local
725 while ((hit = strstr(bs, cur)) &&
726 *(hit + curlen) >= 32) {
732 bs = hit + curlen + 1;
735 if (hit != NULL) {
736 ul |= (1<<(*(hit-1) - 1));
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c3309 char hit[SQLITE_USABLE_SIZE]; local
3383 memset(hit, 0, sizeof(hit));
3384 memset(hit, 1, sizeof(PageHdr));
3388 for(j=i+cellSize(pBt, pCell)-1; j>=i; j--) hit[j]++;
3394 for(j=i+SWAB16(pBt,pFBlk->iSize)-1; j>=i; j--) hit[j]++;
3398 if( hit[i]==0 ){
3402 }else if( hit[i]>1 ){
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c1105 * count and lasttick, we have probably hit a break
2859 int hit, level; local
2865 * If hit is nonzero then a match was found and hit will
2866 * be one greater than the index which hit. For Panther we
2868 * l3$ it hit in.
2870 hit = cpu_matching_ecache_line(ecc->flt_addr, &clop->clo_data,
2873 if (hit) {
2874 --hit;
2879 ecp = &clop->clo_data.chd_l2_data[hit];
[all...]
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c4466 int hit = NONE, cnt = 0; local
4476 do { /* hit == NONE && (Args & OCk) && Buffr.b_cnt > 0 */
4485 hit = read_hdr(BIN);
4496 hit = read_hdr(CHR);
4505 hit = read_hdr(ASC);
4515 hit = read_hdr(CRC);
4528 if ((hit = read_hdr(BAR)) == NONE) {
4532 hit = BAR;
4542 if ((hit = read_hdr(USTAR)) == NONE) {
4546 hit
[all...]

Completed in 121 milliseconds