/illumos-gate/usr/src/test/os-tests/tests/ |
H A D | fifo-tvnsec.c | 73 check_times(const struct stat *st, check_time_t chk, const char *side, in check_times() argument 78 if (((chk & CHK_ATIME_GT) != 0) && !time_gt(&st->st_atim, &now)) { in check_times() 84 if (((chk & CHK_MTIME_GT) != 0) && !time_gt(&st->st_mtim, &now)) { in check_times() 90 if (((chk & CHK_CTIME_GT) != 0) && !time_gt(&st->st_ctim, &now)) { in check_times() 96 if (((chk & CHK_ATIME_LT) != 0) && !time_gt(&now, &st->st_atim)) { in check_times() 102 if (((chk & CHK_MTIME_LT) != 0) && !time_gt(&now, &st->st_mtim)) { in check_times() 108 if (((chk & CHK_CTIME_LT) != 0) && !time_gt(&now, &st->st_ctim)) { in check_times()
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | pickfilter.c | 107 unsigned long chk; in pickfilter() local 405 chk = chkprinter( in pickfilter() 414 if (chk) { in pickfilter() 426 if (chk & PCK_CPI) DROP (p_cpi, prs->cpi); in pickfilter() 427 if (chk & PCK_LPI) DROP (p_lpi, prs->lpi); in pickfilter() 428 if (chk & PCK_WIDTH) DROP (p_pwid, prs->pwid); in pickfilter() 429 if (chk & PCK_LENGTH) DROP (p_plen, prs->plen); in pickfilter()
|
H A D | validate.c | 840 unsigned long chk = 0; in _chkopts() local 899 chk |= this; in _chkopts() 903 ret |= chk; in _chkopts()
|
/illumos-gate/usr/src/lib/fm/topo/maps/ |
H A D | Makefile.map | 84 check: $(CHECKHDRS) $(TOPOFILE:%=%.chk) 88 %.xml.chk: %.xml 93 %.usbtopo.chk: %.usbtopo
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | dosfs.c | 489 uint_t chk, x, xdn; in dos_readdir() local 492 x = chk = 0; in dos_readdir() 521 chk = dd.xde.chk; in dos_readdir() 523 dd.xde.chk != chk) in dos_readdir() 538 if (x == chk) in dos_readdir() 666 uint_t nsec, lsec, xdn, chk, sec, ent, x; in lookup() local 679 xdn = chk = 0; in lookup() 704 dir[ent].xde.chk == chk)) { in lookup() 706 chk = dir[ent].xde.chk; in lookup() 721 ok = chk == x && in lookup()
|
H A D | dosfs.h | 85 uchar_t chk; /* checksum */ member
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | vm_pvn.c | 847 page_t *chk = pp; in pvn_vplist_dirty() local 853 chk = chk->p_vpprev; in pvn_vplist_dirty() 854 ASSERT(chk != end); in pvn_vplist_dirty() 855 if (chk == mark) in pvn_vplist_dirty() 857 attr = hat_page_getattr(chk, P_MOD | in pvn_vplist_dirty() 864 (void *)chk, (void *)chk->p_vnode, in pvn_vplist_dirty() 865 (long)chk->p_offset, attr, in pvn_vplist_dirty() 867 } while (chk != vp->v_pages); in pvn_vplist_dirty()
|
/illumos-gate/usr/src/cmd/sendmail/db/log/ |
H A D | log.c | 183 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) {
|
/illumos-gate/usr/src/cmd/sgs/ |
H A D | Makefile | 63 elfcap.chk \ 97 CHKSUBDIRS= elfcap.chk
|
/illumos-gate/usr/src/cmd/sgs/elfcap.chk/ |
H A D | Makefile | 16 PROG = elfcap.chk
|
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | readelf.c | 253 size_t chk; in get_textseg() local 266 chk = (size_t)phdr.p_vaddr + (size_t)phdr.p_filesz; in get_textseg() 267 if (phdr.p_vaddr + phdr.p_filesz != (GElf_Xword)chk) in get_textseg()
|
/illumos-gate/usr/src/cmd/sgs/rtld/ |
H A D | Makefile.targ | 91 chkmsg := SGSMSGCHK=../common/rtld.chk.msg
|
H A D | Makefile.com | 139 SGSMSGCHK= ../common/rtld.chk.msg
|
/illumos-gate/usr/src/lib/libeti/menu/ |
H A D | Makefile.com | 31 chk.o \
|
/illumos-gate/usr/src/test/os-tests/tests/xsave/ |
H A D | xsave_util.c | 240 xsu_check_vector(const upad512_t *src, const upad512_t *chk, uint32_t regno, in xsu_check_vector() argument 246 if (src->_l[i] != chk->_l[i]) { in xsu_check_vector() 248 "found 0x%x", regno, i, src->_l[i], chk->_l[i]); in xsu_check_vector()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ppp.c | 1862 uint8_t chk; in opt_format_deflate() local 1868 GETINT8(chk, optdata); in opt_format_deflate() 1869 chk &= 0x03; in opt_format_deflate() 1873 (void) sprintf(get_line(0, 0), "Check Method = 0x%x", chk); in opt_format_deflate()
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | clnt_vc.c | 1767 struct nb_reg_node *chk = in allocate_chunk() local 1772 if (NULL == chk) { in allocate_chunk() 1776 n = chk; in allocate_chunk() 1781 nb_free = chk; in allocate_chunk()
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/ |
H A D | fsdb.c | 5126 log_read_log(u_offset_t *addr, caddr_t va, int nb, uint32_t *chk) in log_read_log() argument 5158 if (chk != NULL) { in log_read_log() 5161 if (*chk != st->st_ident) { in log_read_log() 5164 *chk, st->st_ident); in log_read_log() 5167 *chk = st->st_ident + 1; in log_read_log() 5219 uint32_t chk; in log_show() local 5230 chk = log_odi->od_head_ident; in log_show() 5258 &chk : NULL)) in log_show() 5299 (l == LOG_CHECKSCAN)) ? &chk : NULL)) in log_show()
|
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vlog_ultra3.S | 2709 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
|
/illumos-gate/usr/src/tools/findunref/ |
H A D | exception_list.open | 92 ./usr/src/cmd/sgs/*/*/*chk.msg
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | kmem.c | 267 kmem_nth_slab_t *chk; in kmem_first_complete_slab_walk_init() local 269 chk = mdb_alloc(sizeof (kmem_nth_slab_t), in kmem_first_complete_slab_walk_init() 271 chk->kns_cache_addr = caddr; in kmem_first_complete_slab_walk_init() 272 chk->kns_nslabs = 1; in kmem_first_complete_slab_walk_init() 277 kmem_nth_slab_check, chk)); in kmem_first_complete_slab_walk_init()
|
/illumos-gate/usr/src/cmd/lp/model/ |
H A D | standard | 204 chk=`${LPSET} "$1" "$2" "$3" "$4" "$5" 2>&1 1>&3` 215 for err in ${chk}
|
H A D | tsol_standard | 215 chk=`${LPSET} "$1" "$2" "$3" "$4" "$5" 2>&1 1>&3` 226 for err in ${chk}
|
H A D | tsol_standard_foomatic | 218 chk=`${LPSET} "$1" "$2" "$3" "$4" "$5" 2>&1 1>&3` 229 for err in ${chk}
|
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/ |
H A D | memcpy.S | 144 andcc %o1, 7, %g0 ! chk src long word alignment
|