Home
last modified time | relevance | path

Searched refs:check (Results 26 – 50 of 824) sorted by relevance

12345678910>>...33

/illumos-gate/usr/src/cmd/sendmail/cf/
H A DMakefile124 SCRIPTS= $(ROOTUSRSBIN)/check-hostname \
125 $(ROOTUSRSBIN)/check-permissions
157 $(ROOTUSRSBIN)/check-%: sh/check-%.sh
164 $(RM) $(ROOTETCMAILCF)/sh/check-hostname
165 $(SYMLINK) ../../../../usr/sbin/check-hostname $(ROOTETCMAILCF)/sh/check-hostname
166 $(RM) $(ROOTETCMAILCF)/sh/check-permissions
167 $(SYMLINK) ../../../../usr/sbin/check-permissions $(ROOTETCMAILCF)/sh/check-permissions
/illumos-gate/usr/src/uts/common/fs/
H A DMakefile48 proc/%.check: proc/%.h
51 CHECKHDRS= $(HDRS:%.h=%.check) \
52 $(PROCHDRS:%.h=proc/%.check)
63 check: $(CHECKHDRS) target
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgetprinter.c69 _nss_files_XY_printer(be, args, filter, check) in _nss_files_XY_printer() argument
74 files_XY_check_func check; /* NULL means one-shot, for getXXent */
87 if (check != 0 || be->f == 0) {
134 if (check != NULL && (*check)(args, instr, linelen) == 0)
158 if (check != 0 && !args->stayopen) {
/illumos-gate/usr/src/lib/libeti/
H A DMakefile37 check:= TARGET= check macro
43 CHECKHDRS= $(HDRS:%.h=%.check)
55 check: $(CHECKHDRS) $(HDRSUBDIRS) target
/illumos-gate/usr/src/contrib/zlib/
H A Dinflate.c434 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
436 # define UPDATE_CHECK(check, buf, len) adler32(check, buf, len) argument
441 # define CRC2(check, word) \ argument
445 check = crc32(check, hbuf, 2); \
448 # define CRC4(check, word) \ argument
454 check = crc32(check, hbuf, 4); \
755 state->check = crc32(state->check, next, copy); in inflate()
777 state->check = crc32(state->check, next, copy); in inflate()
799 state->check = crc32(state->check, next, copy); in inflate()
1333 if (dictid != state->check) in inflateSetDictionary()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcksum.c122 Sfio_t* check; /* check previous output */ member
186 if (check) in pr()
190 verify(state, p, file, check); in pr()
258 verify(State_t* state, register char* s, char* check, Sfio_t* rp) in verify() argument
393 error(3, "%s: %s: unknown checksum method", check, s); in verify()
398 error(1, "%s: %s: unknown option", check, s); in verify()
412 if (sp = openfile(file, state->check ? "rt" : "rb")) in list()
414 pr(state, sfstdout, sp, file, state->permissions, NiL, state->check); in list()
476 if (!(state.check = sfstropen())) in b_cksum()
567 if (!state.check && (state.header || state.permissions)) in b_cksum()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.terminate_by_signal.ksh59 zfs.check.snapshot(snapname)
62 zfs.check.snapshot(snapname)
63 zfs.check.destroy(snapname)
64 zfs.check.destroy(fs)
/illumos-gate/usr/src/cmd/fm/fmd/
H A DMakefile32 check := TARGET += check macro
33 check : $(SUBDIRS) target
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.conf46 bofi-ddi-check="on";
54 bofi-range-check="panic";
60 bofi-sync-check="on";
/illumos-gate/usr/src/lib/nsswitch/user/common/
H A Duser_common.c147 _nss_user_XY_all(be, args, netdb, filter, check) in _nss_user_XY_all() argument
154 user_XY_check_func check; /* NULL means one-shot, for getXXent */
164 if (check != 0 || be->f == 0) {
233 if (check == 0 || (*check)(args)) {
247 if (check != 0 && !args->stayopen) {
/illumos-gate/usr/src/cmd/fm/
H A DMakefile48 check := TARGET += check
51 check: fmd target
/illumos-gate/usr/src/lib/fm/
H A DMakefile.subdirs29 check := TARGET += check
35 all check clean clobber install install_h: $(SUBDIRS)
/illumos-gate/usr/src/lib/smbclnt/
H A DMakefile.subdirs31 check := TARGET = check
37 all check clean clobber install install_h: $(SUBDIRS)
/illumos-gate/usr/src/lib/smbsrv/
H A DMakefile.subdirs29 check := TARGET = check
35 all check clean clobber install install_h: $(SUBDIRS)
/illumos-gate/usr/src/lib/scsi/
H A DMakefile.subdirs30 check := TARGET = check
37 all check clean clobber install install_h: $(SUBDIRS)
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_double_checking.c239 struct sm_state *check, *sm; in after_loop() local
248 FOR_EACH_SM(to_check, check) { in after_loop()
250 sm = get_sm_state(my_id, check->name, check->sym); in after_loop()
258 sm_printf("warn: we tested '%s' already\n", check->name); in after_loop()
259 } END_FOR_EACH_SM(check); in after_loop()
/illumos-gate/usr/src/cmd/format/
H A Dmenu_analyze.c52 if (check( in a_read()
76 if (check( in a_refresh()
101 if (check( in a_test()
124 if (check( in a_write()
148 if (check( in a_compare()
441 if (check( in a_purge()
480 if (check("Ready to verify (will corrupt data). This takes a long time," in a_verify()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/
H A DMakefile32 check := TARGET= check macro
39 all check clean clobber install: $(SUBDIRS) target
/illumos-gate/usr/src/cmd/boot/scripts/
H A DMakefile38 check:= TARGET= check macro
44 all clean clobber check: $(SUBDIRS) target
/illumos-gate/usr/src/lib/mpapi/
H A DMakefile31 check := TARGET= check macro
43 check install_h: $(HDRSUBDIRS) target
/illumos-gate/usr/src/cmd/eeprom/
H A DMakefile37 check := TARGET= check macro
41 all install clean clobber lint check: $(SUBDIRS) target
/illumos-gate/usr/src/lib/varpd/
H A DMakefile21 check := TARGET = check macro
27 all clean clobber install install_h check: $(SUBDIRS) target
/illumos-gate/usr/src/lib/storage/
H A DMakefile33 check := TARGET = check macro
39 install_h check: $(ALLSUBDIRS) target
/illumos-gate/usr/src/cmd/smbsrv/
H A DMakefile.subdirs30 check := TARGET = check
38 all check clean clobber install install_h lint: $(SUBDIRS)
/illumos-gate/usr/src/cmd/stmfproxy/
H A DMakefile38 check := TARGET= check macro
44 check: stmfproxy target

12345678910>>...33