Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 824) sorted by last modified time

12345678910>>...33

/illumos-gate/usr/src/tools/quick/
H A Dmake-smbsrv103 targ=check
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c7056 zfs_ioc_poolcheck_t check) in pool_status_check() argument
7063 if (check & POOL_CHECK_NONE) in pool_status_check()
7068 if ((check & POOL_CHECK_SUSPENDED) && spa_suspended(spa)) in pool_status_check()
7070 else if ((check & POOL_CHECK_READONLY) && !spa_writeable(spa)) in pool_status_check()
H A Darc.c2732 uint64_t top, uint64_t check);
10044 l2arc_range_check_overlap(uint64_t bottom, uint64_t top, uint64_t check) in l2arc_range_check_overlap() argument
10047 return (bottom <= check && check <= top); in l2arc_range_check_overlap()
10049 return (check <= top || bottom <= check); in l2arc_range_check_overlap()
10051 return (check == top); in l2arc_range_check_overlap()
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile1145 dcam/%.check: dcam/%.h
1151 $(AVHDRS:%.h=av/%.check) \
1152 $(LOMHDRS:%.h=%.check) \
1153 $(CHKHDRS:%.h=%.check) \
1154 $(CPUDRVHDRS:%.h=%.check) \
1157 $(FC4HDRS:%.h=fc4/%.check) \
1161 $(IBHDRS:%.h=ib/%.check) \
1180 $(FMHDRS:%.h=fm/%.check) \
1183 $(FSHDRS:%.h=fs/%.check) \
1212 $(PLATHDRS:%.h=plat/%.check)
[all …]
H A DMakefile.syshdrs33 audio/%.check: audio/%.h
36 av/%.check: av/%.h
39 fm/%.check: fm/%.h
45 fm/fs/%.check: fm/fs/%.h
48 fm/io/%.check: fm/io/%.h
51 fs/%.check: fs/%.h
54 ib/%.check: ib/%.h
102 idm/%.check: idm/%.h
138 usb/%.check: usb/%.h
171 rsm/%.check: rsm/%.h
[all …]
/illumos-gate/usr/src/uts/intel/
H A DMakefile52 check := TARGET= check macro
118 install_h check: FRC target
/illumos-gate/usr/src/uts/i86xpv/
H A DMakefile40 check := TARGET= check macro
68 install_h check: FRC target
/illumos-gate/usr/src/uts/i86pc/i86hvm/
H A DMakefile49 check := TARGET= check macro
72 install_h check: FRC target
/illumos-gate/usr/src/uts/i86pc/
H A DMakefile44 check := TARGET= check macro
73 install_h check: $(IMPLEMENTATIONS) FRC target
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c5523 const nvme_ioctl_check_t *check) in nvme_ioctl_excl_check() argument
5532 if (check->nck_excl == NVME_IOCTL_EXCL_SKIP) { in nvme_ioctl_excl_check()
5566 if (check->nck_excl == NVME_IOCTL_EXCL_WRITE) { in nvme_ioctl_excl_check()
5610 const nvme_ioctl_check_t *check) in nvme_ioctl_check() argument
5620 if (!check->nck_ns_ok || !check->nck_ns_minor_ok) { in nvme_ioctl_check()
5632 return (nvme_ioctl_excl_check(minor, ioc, check)); in nvme_ioctl_check()
5641 if (check->nck_skip_ctrl) { in nvme_ioctl_check()
5642 return (nvme_ioctl_excl_check(minor, ioc, check)); in nvme_ioctl_check()
5650 if (!check->nck_ns_ok) { in nvme_ioctl_check()
5656 return (nvme_ioctl_excl_check(minor, ioc, check)); in nvme_ioctl_check()
[all …]
/illumos-gate/usr/src/uts/
H A DMakefile81 check := TARGET= check macro
166 install_h check: $(HDRDIRS) $($(MACH)_ARCHITECTURES) target
/illumos-gate/usr/src/tools/scripts/
H A DMakefile163 check: target
H A Dgit-pbchk.py425 ret |= PkgFmt.check(fh, output=output)
500 for check in checklist:
501 (cmd, gen) = checks[check]
505 exclude = not_check(root, check)
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-utiltest.p5m1079 file path=opt/util-tests/tests/ctf/check-array mode=0555
1080 file path=opt/util-tests/tests/ctf/check-enum mode=0555
1081 file path=opt/util-tests/tests/ctf/check-float-32 mode=0555
1082 file path=opt/util-tests/tests/ctf/check-float-64 mode=0555
1085 file path=opt/util-tests/tests/ctf/check-function mode=0555
1086 file path=opt/util-tests/tests/ctf/check-int-32 mode=0555
1087 file path=opt/util-tests/tests/ctf/check-int-64 mode=0555
1095 file path=opt/util-tests/tests/ctf/check-reference mode=0555
1096 file path=opt/util-tests/tests/ctf/check-sou-32 mode=0555
1097 file path=opt/util-tests/tests/ctf/check-sou-64 mode=0555
[all …]
/illumos-gate/usr/src/pkg/
H A DMakefile714 check: protocmp pmodes pkglint target
/illumos-gate/usr/src/man/man7/
H A DMakefile143 check-password.4th.7 \
/illumos-gate/usr/src/lib/libnvme/common/
H A Dlibnvme_error.c1168 const nvme_field_check_t *check, uint32_t allow) in nvme_field_check_one() argument
1170 const nvme_field_info_t *field = &check->chk_fields[check->chk_index]; in nvme_field_check_one()
1175 if (allow != 0 && (allow & (1 << check->chk_index)) == 0) { in nvme_field_check_one()
1176 VERIFY3U(check->chk_field_unuse, !=, 0); in nvme_field_check_one()
1177 return (nvme_ctrl_error(ctrl, check->chk_field_unuse, 0, in nvme_field_check_one()
1191 VERIFY3U(check->chk_field_unsup, !=, 0); in nvme_field_check_one()
1192 return (nvme_ctrl_error(ctrl, check->chk_field_unsup, 0, "%s", in nvme_field_check_one()
1195 VERIFY3U(check->chk_field_range, !=, 0); in nvme_field_check_one()
1196 return (nvme_ctrl_error(ctrl, check->chk_field_range, 0, "%s", in nvme_field_check_one()
/illumos-gate/usr/src/lib/libnvme/
H A DMakefile50 check: $(CHECKHDRS) $(TYPECHECK) target
/illumos-gate/usr/src/lib/
H A DMakefile508 check := TARGET= check macro
542 install_h check: $(HDRSUBDIRS:%=%-nodepend) target
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src7128 # If the adm31 gives you trouble with standout mode, check the DIP switch in
10128 # No check is made to make sure that only 3 parameters are output.
10934 # ESC [ ?15 l parity check = no
11914 # Note: if return acts weird on a980, check internal switch #2
12918 # I suspect the d200 function keys actually work on the dg211, check it out.)
20132 # rather than simply entering them. Thus we have to check the
H A Dtermcap.src6323 # If the adm31 gives you trouble with standout mode, check the DIP switch in
9024 # No check is made to make sure that only 3 parameters are output.
9648 # ESC [ ?15 l parity check = no
10534 # Note: if return acts weird on a980, check internal switch #2
11431 # I suspect the d200 function keys actually work on the dg211, check it out.)
17964 # rather than simply entering them. Thus we have to check the
/illumos-gate/usr/src/uts/common/nfs/
H A DMakefile42 CHECKHDRS= $(HDRS:%.h=%.check)
56 check: $(CHECKHDRS) target
H A Dnfs.h1374 bool_t check; member
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc.h265 uint64_t check);
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib717 # @parameter: $@ the assertion to check
1741 # is_pool_scrubbed - to check if the pool is scrub completed
1743 # is_pool_scrub_paused - to check if the pool has scrub paused
1744 # is_pool_removing - to check if the pool is removing a vdev
1745 # is_pool_removed - to check if the pool is remove completed
1907 # check for dump device
1910 # check to see if this disk hasn't been explicitly excluded
1919 # now just check to see if those disks do actually exist
2046 # We check that by deleting the $1 pool, we're not
2148 # check parameters accordingly
[all …]

12345678910>>...33