/illumos-gate/usr/src/lib/libdll/common/ |
H A D | dllplug.c | 41 int hit; local 45 hit = 0; 52 hit = 1; 64 if (hit)
|
/illumos-gate/usr/src/lib/libshell/common/bltins/ |
H A D | ulimit.c | 72 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/libbc/libc/gen/common/sparc/ |
H A D | ffs.s | 43 srl %o0, 1, %o0 ! shift input right until we hit a 1 bit
|
/illumos-gate/usr/src/cmd/print/scripts/ |
H A D | getppds | 52 for hit in $(/bin/grep "${1}" "${3}" | /bin/grep ":${2}:") 54 echo "${hit#*:*:}"
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | string.c | 85 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/libast/common/misc/ |
H A D | recfmt.c | 39 unsigned int hit[UCHAR_MAX + 1]; member in struct:__anon2651 102 h = q->hit + s[i];
|
H A D | mime.c | 79 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 D | audit_class.c | 216 int hit = 0; local 291 hit = 1; 299 hit = 1; 305 return (hit);
|
H A D | audit_event.c | 283 int hit = 0; local 387 hit = 1; 390 return (hit);
|
/illumos-gate/usr/src/cmd/zdump/ |
H A D | zdump.c | 418 hunt(name, lot, hit) 421 time_t hit; 437 diff = (long)(hit - lot); 444 else if (t >= hit) 456 } else hit = t; 459 show(name, hit, TRUE); 460 return (hit);
|
/illumos-gate/usr/src/test/zfs-tests/tests/perf/scripts/ |
H A D | prefetch_io.d | 48 arc_read:arc-demand-hit-predictive-prefetch
|
/illumos-gate/usr/src/cmd/rpcbind/ |
H A D | pmap_svc.c | 147 PMAPLIST *hit = NULL; local 156 hit = pml; 161 return (hit);
|
H A D | rpcb_svc_com.c | 123 * find_service returns a hit even if 1540 rpcblist_ptr hit = NULL; local 1549 hit = rbl; 1554 return (hit);
|
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | join.c | 141 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/lib/libast/common/tm/ |
H A D | tmxdate.c | 553 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/uts/common/fs/sockfs/ |
H A D | nl7curi.h | 125 uint64_t hit; /* Hit counter */ member in struct:uri_desc_s
|
H A D | nl7curi.c | 285 _nuri->hit = 0; \ 891 * uri hash hit uri to complete, in both 900 uri->hit++; 926 ruri->hit = 0; 940 * A CLOCK based reclaim modified with a history (hit counter) counter. 964 if (uri->hit != 0) { 968 uri->hit--; 979 * Found a candidate, no hit(s) since added or last 1963 * uri_desc_t, in the cache hit case this uri_desc_t will
|
/illumos-gate/usr/src/uts/sun4v/os/ |
H A D | fillsysinfo.c | 711 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/libpp/common/ |
H A D | pplex.c | 46 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/cmd/cpio/ |
H A D | cpio.c | 4466 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...] |
/illumos-gate/usr/src/lib/libsqlite/tool/ |
H A D | spaceanal.tcl | 143 set hit 0 154 FROM space_used WHERE $where" {} {set hit 1} 155 if {!$hit} {return 0}
|
/illumos-gate/usr/src/uts/sun4/ml/ |
H A D | ip_ocsum.s | 55 * buffer so the loads will stall for D$ miss, L2$ hit. The hardware 302 ldx [%i0+16], %l2 ! %l0 could be used here if Dcache hit
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | btree.c | 3309 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 D | us3_common.c | 1105 * 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/lib/libc/sparcv9/gen/ |
H A D | strlcpy.s | 164 ! to scan src until we hit the end, and compute strlen from the
|