/titanic_41/usr/src/lib/libshell/common/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()
|
/titanic_41/usr/src/lib/libdll/common/ |
H A D | dllplug.c | 41 int hit; in dllplug() local 45 hit = 0; in dllplug() 52 hit = 1; in dllplug() 64 if (hit) in dllplug()
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | pager.test | 37 } {ref 0 page 0 max 10 size -1 state 0 err 0 hit 0 miss 0 ovfl 0} 43 } {ref 0 page 0 max 10 size -1 state 0 err 0 hit 0 miss 0 ovfl 0} 66 } {ref 0 page 0 max 10 size -1 state 0 err 0 hit 0 miss 0 ovfl 0} 76 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 1 ovfl 0} 83 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 1 ovfl 0} 90 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 1 ovfl 0} 93 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 1 ovfl 0} 99 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 1 ovfl 0} 111 } {ref 0 page 0 max 10 size -1 state 0 err 0 hit 0 miss 1 ovfl 0} 121 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 2 ovfl 0} [all …]
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | string.c | 85 int hit; in sh_lookopt() local 100 amb=hit=0; in sh_lookopt() 128 if (hit || amb) in sh_lookopt() 130 hit = 0; in sh_lookopt() 135 hit = tp->sh_number; in sh_lookopt() 170 if(hit) in sh_lookopt() 172 return(hit); in sh_lookopt()
|
/titanic_41/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()
|
/titanic_41/usr/src/cmd/zdump/ |
H A D | zdump.c | 418 hunt(name, lot, hit) in hunt() argument 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);
|
/titanic_41/usr/src/lib/libast/common/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()
|
/titanic_41/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()
|
/titanic_41/usr/src/lib/libast/common/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 …]
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | join.c | 141 int hit; member 310 fp->hit = 0; in getrec() 569 if (mode < 0 && jp->file[0].hit++) in outrec() 571 if (mode > 0 && jp->file[1].hit++) in outrec() 636 …i1=n, lo, hi, jp->file[0].fieldlen, cp1, jp->file[0].hit, jp->file[1].fieldlen, cp2, jp->file[1].h… 797 …cp1 = (!cp1 && cmp && hi < 0 && !jp->file[1].hit && ((jp->ooutmode ^ C_ALL) <= 1 || jp->outmode ==… in join()
|
/titanic_41/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
|
/titanic_41/usr/src/cmd/print/scripts/ |
H A D | getppds | 52 for hit in $(/bin/grep "${1}" "${3}" | /bin/grep ":${2}:")
|
/titanic_41/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()
|
/titanic_41/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)]++; 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()
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | nl7curi.h | 125 uint64_t hit; /* Hit counter */ member
|
H A D | nl7curi.c | 285 _nuri->hit = 0; \ 900 uri->hit++; in uri_lookup() 926 ruri->hit = 0; in uri_lookup() 964 if (uri->hit != 0) { in nl7c_uri_reclaim() 968 uri->hit--; in nl7c_uri_reclaim()
|
/titanic_41/usr/src/cmd/cpio/ |
H A D | cpio.c | 4466 int hit = NONE, cnt = 0; in gethdr() local 4485 hit = read_hdr(BIN); in gethdr() 4496 hit = read_hdr(CHR); in gethdr() 4505 hit = read_hdr(ASC); in gethdr() 4515 hit = read_hdr(CRC); in gethdr() 4528 if ((hit = read_hdr(BAR)) == NONE) { in gethdr() 4532 hit = BAR; in gethdr() 4542 if ((hit = read_hdr(USTAR)) == NONE) { in gethdr() 4546 hit = USTAR; in gethdr() 4555 if ((hit = read_hdr(TAR)) == NONE) { in gethdr() [all …]
|
/titanic_41/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
|
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | btree.c | 3309 char hit[SQLITE_USABLE_SIZE]; in checkTreePage() local 3383 memset(hit, 0, sizeof(hit)); in checkTreePage() 3384 memset(hit, 1, sizeof(PageHdr)); in checkTreePage() 3388 for(j=i+cellSize(pBt, pCell)-1; j>=i; j--) hit[j]++; in checkTreePage() 3394 for(j=i+SWAB16(pBt,pFBlk->iSize)-1; j>=i; j--) hit[j]++; in checkTreePage() 3398 if( hit[i]==0 ){ in checkTreePage() 3402 }else if( hit[i]>1 ){ in checkTreePage()
|
/titanic_41/usr/src/lib/libsqlite/tool/ |
H A D | spaceanal.tcl | 143 set hit 0 154 FROM space_used WHERE $where" {} {set hit 1}
|
/titanic_41/usr/src/uts/sun4/ml/ |
H A D | ip_ocsum.s | 302 ldx [%i0+16], %l2 ! %l0 could be used here if Dcache hit
|
/titanic_41/usr/src/uts/sun4u/cpu/ |
H A D | us3_common.c | 2859 int hit, level; in cpu_ce_scrub_mem_err_common() local 2870 hit = cpu_matching_ecache_line(ecc->flt_addr, &clop->clo_data, in cpu_ce_scrub_mem_err_common() 2873 if (hit) { in cpu_ce_scrub_mem_err_common() 2874 --hit; in cpu_ce_scrub_mem_err_common() 2879 ecp = &clop->clo_data.chd_l2_data[hit]; in cpu_ce_scrub_mem_err_common() 2881 ecp = &clop->clo_data.chd_ec_data[hit]; in cpu_ce_scrub_mem_err_common() 2884 ecp = &clop->clo_data.chd_ec_data[hit]; in cpu_ce_scrub_mem_err_common()
|