Home
last modified time | relevance | path

Searched refs:chk (Results 1 – 20 of 20) sorted by relevance

/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Dpickfilter.c108 unsigned long chk; in pickfilter() local
406 chk = chkprinter( in pickfilter()
415 if (chk) { in pickfilter()
427 if (chk & PCK_CPI) DROP (p_cpi, prs->cpi); in pickfilter()
428 if (chk & PCK_LPI) DROP (p_lpi, prs->lpi); in pickfilter()
429 if (chk & PCK_WIDTH) DROP (p_pwid, prs->pwid); in pickfilter()
430 if (chk & PCK_LENGTH) DROP (p_plen, prs->plen); in pickfilter()
H A Dvalidate.c839 unsigned long chk = 0; in _chkopts() local
898 chk |= this; in _chkopts()
902 ret |= chk; in _chkopts()
/titanic_41/usr/src/uts/common/vm/
H A Dvm_pvn.c855 page_t *chk = pp; in pvn_vplist_dirty() local
861 chk = chk->p_vpprev; in pvn_vplist_dirty()
862 ASSERT(chk != end); in pvn_vplist_dirty()
863 if (chk == mark) in pvn_vplist_dirty()
865 attr = hat_page_getattr(chk, P_MOD | in pvn_vplist_dirty()
872 (void *)chk, (void *)chk->p_vnode, in pvn_vplist_dirty()
873 (long)chk->p_offset, attr, in pvn_vplist_dirty()
875 } while (chk != vp->v_pages); in pvn_vplist_dirty()
/titanic_41/usr/src/lib/fm/topo/maps/
H A DMakefile.map82 lint: $(TOPOFILE:%=%.chk)
84 %.xml.chk: %.xml
/titanic_41/usr/src/cmd/sendmail/db/log/
H A Dlog.c183 u_int32_t chk; local
221 memcpy(&chk, dbt.data, sizeof(u_int32_t));
222 if (chk == DB_txn_ckp) {
260 memcpy(&chk, dbt.data, sizeof(u_int32_t));
261 if (chk == DB_txn_ckp) {
/titanic_41/usr/src/lib/libeti/menu/
H A DMakefile.com31 chk.o \
/titanic_41/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c255 size_t chk; in get_textseg() local
268 chk = (size_t)phdr.p_vaddr + (size_t)phdr.p_filesz; in get_textseg()
269 if (phdr.p_vaddr + phdr.p_filesz != (GElf_Xword)chk) in get_textseg()
/titanic_41/usr/src/cmd/sgs/rtld/
H A DMakefile.targ95 chkmsg := SGSMSGCHK=../common/rtld.chk.msg
H A DMakefile.com125 SGSMSGCHK= ../common/rtld.chk.msg
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c1864 uint8_t chk; in opt_format_deflate() local
1870 GETINT8(chk, optdata); in opt_format_deflate()
1871 chk &= 0x03; in opt_format_deflate()
1875 (void) sprintf(get_line(0, 0), "Check Method = 0x%x", chk); in opt_format_deflate()
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c1800 struct nb_reg_node *chk = in allocate_chunk() local
1805 if (NULL == chk) { in allocate_chunk()
1809 n = chk; in allocate_chunk()
1814 nb_free = chk; in allocate_chunk()
/titanic_41/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c5136 log_read_log(u_offset_t *addr, caddr_t va, int nb, uint32_t *chk) in log_read_log() argument
5168 if (chk != NULL) { in log_read_log()
5171 if (*chk != st->st_ident) { in log_read_log()
5174 *chk, st->st_ident); in log_read_log()
5177 *chk = st->st_ident + 1; in log_read_log()
5229 uint32_t chk; in log_show() local
5240 chk = log_odi->od_head_ident; in log_show()
5268 &chk : NULL)) in log_show()
5309 (l == LOG_CHECKSCAN)) ? &chk : NULL)) in log_show()
/titanic_41/usr/src/lib/libmvec/common/vis/
H A D__vlog_ultra3.S2709 sub %l0,RANGE_HI,%o3 ! bnds chk x1 !54
2710 sub RANGE_LO,%l0,%o4 ! bounds chk x1 !54
2789 sub %l0,RANGE_HI,%o3 ! bnds chk x1 !54
2790 sub RANGE_LO,%l0,%o4 ! bounds chk x1 !54
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c266 kmem_nth_slab_t *chk; in kmem_first_complete_slab_walk_init() local
268 chk = mdb_alloc(sizeof (kmem_nth_slab_t), in kmem_first_complete_slab_walk_init()
270 chk->kns_cache_addr = caddr; in kmem_first_complete_slab_walk_init()
271 chk->kns_nslabs = 1; in kmem_first_complete_slab_walk_init()
276 kmem_nth_slab_check, chk)); in kmem_first_complete_slab_walk_init()
/titanic_41/usr/src/tools/findunref/
H A Dexception_list.open156 ./usr/src/cmd/sgs/*/*/*chk.msg
/titanic_41/usr/src/cmd/lp/model/
H A Dstandard204 chk=`${LPSET} "$1" "$2" "$3" "$4" "$5" 2>&1 1>&3`
215 for err in ${chk}
H A Dtsol_standard216 chk=`${LPSET} "$1" "$2" "$3" "$4" "$5" 2>&1 1>&3`
227 for err in ${chk}
H A Dtsol_standard_foomatic218 chk=`${LPSET} "$1" "$2" "$3" "$4" "$5" 2>&1 1>&3`
229 for err in ${chk}
/titanic_41/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s144 andcc %o1, 7, %g0 ! chk src long word alignment
/titanic_41/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s137 andcc %o1, 7, %g0 ! chk src long word alignment