/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | ulimit.c | 72 register unsigned long hit = 0; in b_ulimit() local 96 hit = ~0; in b_ulimit() 100 hit |= (1L<<(-(n+1))); in b_ulimit() 114 if(hit==0) in b_ulimit() 118 hit |= (1L<<n); in b_ulimit() 122 label = (hit&(hit-1)); in b_ulimit() 127 for(tp = shtab_limits; tp->option && hit; tp++,hit>>=1) in b_ulimit() 129 if(!(hit&1)) in b_ulimit()
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | pager.test | 35 } {ref 0 page 0 max 10 size -1 state 0 err 0 hit 0 miss 0 ovfl 0} 41 } {ref 0 page 0 max 10 size -1 state 0 err 0 hit 0 miss 0 ovfl 0} 64 } {ref 0 page 0 max 10 size -1 state 0 err 0 hit 0 miss 0 ovfl 0} 74 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 1 ovfl 0} 81 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 1 ovfl 0} 88 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 1 ovfl 0} 91 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 1 ovfl 0} 97 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 1 ovfl 0} 109 } {ref 0 page 0 max 10 size -1 state 0 err 0 hit 0 miss 1 ovfl 0} 119 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 2 ovfl 0} [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/ |
H A D | dllplug.c | 40 int hit; in dllplugin() local 44 err = hit = 0; in dllplugin() 51 hit = 1; in dllplugin() 99 if (hit) in dllplugin()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | string.c | 81 int hit; in sh_lookopt() local 96 amb=hit=0; in sh_lookopt() 124 if (hit || amb) in sh_lookopt() 126 hit = 0; in sh_lookopt() 131 hit = tp->sh_number; in sh_lookopt() 166 if(hit) in sh_lookopt() 168 return(hit); in sh_lookopt()
|
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | audit_class.c | 216 int hit = 0; in xcacheauclass() local 291 hit = 1; in xcacheauclass() 299 hit = 1; in xcacheauclass() 305 return (hit); in xcacheauclass()
|
H A D | audit_event.c | 283 int hit = 0; in cacheauevent() local 387 hit = 1; in cacheauevent() 390 return (hit); in cacheauevent()
|
/illumos-gate/usr/src/cmd/zdump/ |
H A D | zdump.c | 423 hunt(name, lot, hit) in hunt() argument 426 time_t hit; 442 diff = (long)(hit - lot); 449 else if (t >= hit) 461 } else hit = t; 464 show(name, hit, TRUE); 465 return (hit);
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | recfmt.c | 39 unsigned int hit[UCHAR_MAX + 1]; member 102 h = q->hit + s[i]; in recfmt()
|
H A D | mime.c | 79 int hit; member 350 wp->hit++; in list() 448 ws.hit = 0; in mimelist() 459 return ws.hit; in mimelist() 463 return ws.hit; in mimelist()
|
/illumos-gate/usr/src/cmd/rpcbind/ |
H A D | pmap_svc.c | 147 PMAPLIST *hit = NULL; in find_service_pmap() local 156 hit = pml; in find_service_pmap() 161 return (hit); in find_service_pmap()
|
H A D | rpcb_svc_com.c | 1543 rpcblist_ptr hit = NULL; in find_service() local 1552 hit = rbl; in find_service() 1557 return (hit); in find_service()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/ |
H A D | tmxdate.c | 553 char hit[60]; in tmxdate() local 567 if ((k = range(t, &t, hit, 0, 59)) < 0) in tmxdate() 569 if (k && !hit[i = tm->tm_min]) in tmxdate() 571 hit[i] = 1; in tmxdate() 580 } while (!hit[i]); in tmxdate() 588 if ((k = range(t, &t, hit, 0, 23)) < 0) in tmxdate() 590 if (k && !hit[i = tm->tm_hour]) in tmxdate() 592 hit[i] = 1; in tmxdate() 601 } while (!hit[i]); in tmxdate() 609 if ((k = range(t, &t, hit, 1, 31)) < 0) in tmxdate() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | join.c | 141 int hit; member 310 fp->hit = 0; in getrec() 559 if (mode < 0 && jp->file[0].hit++) in outrec() 561 if (mode > 0 && jp->file[1].hit++) in outrec() 626 …i1=n, lo, hi, jp->file[0].fieldlen, cp1, jp->file[0].hit, jp->file[1].fieldlen, cp2, jp->file[1].h… 787 …cp1 = (!cp1 && cmp && hi < 0 && !jp->file[1].hit && ((jp->ooutmode ^ C_ALL) <= 1 || jp->outmode ==… in join()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppproto.c | 62 int hit; member 2177 int hit; in pppopen() local 2280 hit = (notice || options) ? 0 : HIT_noticed; in pppopen() 2284 while (m-- > 0 && *s && hit != (HIT_prototyped|HIT_noticed)) in pppopen() 2305 hit |= pragmas[i].hit; in pppopen() 2306 switch (pragmas[i].hit) in pppopen() 2334 else if (!(hit & HIT_noticed)) in pppopen() 2338 hit |= HIT_noticed; in pppopen() 2342 for (; *s && *s != '\n' && !(hit & HIT_noticed); s++) in pppopen() 2353 hit |= notices[i].hit; in pppopen() [all …]
|
H A D | pplex.c | 46 static int hit[LAST-TERMINAL+2]; variable 260 hit[(state & SPLICE) ? (elementsof(hit) - 1) : (TERM(state) - TERMINAL)]++; in ppcpp() 553 if (hit[elementsof(hit) - 1]) in ppcpp() 554 sfprintf(sfstderr, "%7d: SPLICE\n", hit[elementsof(hit) - 1]); in ppcpp() 555 for (n = 0; n < elementsof(hit) - 1; n++) in ppcpp() 556 if (hit[n]) in ppcpp() 557 sfprintf(sfstderr, "%7d: %s\n", hit[n], pplexstr(TERMINAL + n)); in ppcpp()
|
/illumos-gate/usr/src/uts/sun4v/os/ |
H A D | fillsysinfo.c | 711 char *hit; in names2bits() local 725 while ((hit = strstr(bs, cur)) && in names2bits() 726 *(hit + curlen) >= 32) { in names2bits() 732 bs = hit + curlen + 1; in names2bits() 735 if (hit != NULL) { in names2bits() 736 ul |= (1<<(*(hit-1) - 1)); in names2bits()
|
/illumos-gate/usr/src/test/zfs-tests/tests/perf/scripts/ |
H A D | prefetch_io.d | 46 arc_read:arc-demand-hit-predictive-prefetch
|
/illumos-gate/usr/src/common/ficl/softcore/ |
H A D | jhlocal.fr | 115 \ stack locals until we hit a delimiter 176 \ stack locals until we hit a delimiter
|
/illumos-gate/usr/src/cmd/cpio/ |
H A D | cpio.c | 4474 int hit = NONE, cnt = 0; in gethdr() local 4493 hit = read_hdr(BIN); in gethdr() 4504 hit = read_hdr(CHR); in gethdr() 4513 hit = read_hdr(ASC); in gethdr() 4523 hit = read_hdr(CRC); in gethdr() 4536 if ((hit = read_hdr(BAR)) == NONE) { in gethdr() 4540 hit = BAR; in gethdr() 4550 if ((hit = read_hdr(USTAR)) == NONE) { in gethdr() 4554 hit = USTAR; in gethdr() 4563 if ((hit = read_hdr(TAR)) == NONE) { in gethdr() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | proto.c | 1293 int hit; member 4431 int hit; local 4524 hit = (notice || options) ? 0 : 0x02; 4528 while (m-- > 0 && *s && hit != (0x01|0x02)) 4549 hit |= pragmas[i].hit; 4550 switch (pragmas[i].hit) 4578 else if (!(hit & 0x02)) 4582 hit |= 0x02; 4586 for (; *s && *s != '\n' && !(hit & 0x02); s++) 4597 hit |= notices[i].hit; [all …]
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | README.LFS | 45 been freed from the file limit, the program will simply hit the virtual 51 link-editor process will hit the 2GB file size limit and the 4GB
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | btree.c | 3307 char hit[SQLITE_USABLE_SIZE]; in checkTreePage() local 3381 memset(hit, 0, sizeof(hit)); in checkTreePage() 3382 memset(hit, 1, sizeof(PageHdr)); in checkTreePage() 3386 for(j=i+cellSize(pBt, pCell)-1; j>=i; j--) hit[j]++; in checkTreePage() 3392 for(j=i+SWAB16(pBt,pFBlk->iSize)-1; j>=i; j--) hit[j]++; in checkTreePage() 3396 if( hit[i]==0 ){ in checkTreePage() 3400 }else if( hit[i]>1 ){ in checkTreePage()
|
/illumos-gate/usr/src/boot/common/linenoise/ |
H A D | README.markdown | 14 …of retyping almost the same stuff again and again it's just much better to hit the up arrow and ed…
|
/illumos-gate/usr/src/lib/libsqlite/tool/ |
H A D | spaceanal.tcl | 140 set hit 0 151 FROM space_used WHERE $where" {} {set hit 1}
|
/illumos-gate/usr/src/uts/sun4/ml/ |
H A D | ip_ocsum.S | 287 ldx [%i0+16], %l2 ! %l0 could be used here if Dcache hit
|