Searched refs:ok (Results 76 - 100 of 281) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/intel/usbser/
H A DMakefile44 WARLOCK_OK = $(MODULE).ok
/illumos-gate/usr/src/cmd/pfexecd/
H A Dpfexecd.c202 get_uid(const char *v, boolean_t *ok, char *path) argument
213 *ok = B_FALSE;
219 get_gid(const char *v, boolean_t *ok, char *path) argument
230 *ok = B_FALSE;
236 get_privset(const char *s, boolean_t *ok, char *path) argument
242 if (ok != NULL)
243 *ok = B_FALSE;
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvfscanf.c514 ** Switch on the character; `goto ok'
544 goto ok;
551 goto ok;
553 /* digits 8 and 9 ok iff decimal or hex */
559 goto ok;
561 /* letters ok iff hex */
571 goto ok;
573 /* sign ok only as first character */
578 goto ok;
582 /* x ok if
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dfunctions.sh248 if [[ $( (winpath --man 2>/dev/null); print ok) != ok ]]
251 if [[ $( (winpath -z 2>/dev/null); print ok) != ok ]]
433 print ok
440 print ok
445 [[ $(foobar) != ok ]] && err_exit 'typeset -f not generating function'
780 else print ok
786 [[ $(foo 'NUMBERED RECORDSIZE') == ok ]] || err_exit 'optimization error with undefined variable'
1006 f 257 && print ok
[all...]
H A Dpath.sh75 print print ok > $tmp/ok
76 /bin/chmod 755 $tmp/ok
80 ok
88 [[ $($SHELL ./bug1 2>/dev/null) == ok ]] || err_exit "PATH in function not working"
225 print 'print ok' > bin/tst
227 if [[ $(PATH=$PWD/bin tst 2>/dev/null) != ok ]]
/illumos-gate/usr/src/cmd/sh/
H A Dhashserv.c403 int ok = 1; local
421 if ((ok = chk_access(p, S_IEXEC, 1)) == 0)
436 if ((ok = chk_access(p, S_IEXEC, 1)) == 0)
439 e_code = max(e_code, ok);
444 return(ok ? -e_code : count);
/illumos-gate/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c92 int ok = 0; local
106 ok = 1;
111 ok = 1;
116 ok = 1;
119 pc_rtc_offset.loaded = ok;
/illumos-gate/usr/src/uts/intel/io/ipmi/
H A Dipmi_kcs.c316 cmn_err(CE_NOTE, "KCS: WRITE_START... ok");
452 int i, ok; local
457 ok = 0;
458 for (i = 0; i < 3 && !ok; i++)
459 ok = kcs_polled_request(sc, req);
460 if (ok)
/illumos-gate/usr/src/cmd/eeprom/sparc/
H A Dopenprom.c526 int insist = 0, ok, flags; local
549 ok = 0;
563 ok = 1;
565 ok = 1;
567 ok = 1;
568 if (!ok && insist < 2) {
/illumos-gate/usr/src/cmd/mandoc/
H A Dman_validate.c207 int ok; local
212 ok = 0;
223 ok = 1;
227 ok = 1;
231 ok = 1;
237 if (0 == ok) {
/illumos-gate/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c195 boolean_t *ok)
212 *ok = 1;
393 boolean_t *ok)
426 *ok = 1;
432 get_script_pg(const char *script, boolean_t start_flag, boolean_t *ok) argument
439 *ok = 0;
486 pg = get_start_pg(script, h, svc, ok);
488 pg = get_stop_pg(script, h, svc, ok);
194 get_start_pg(const char *script, scf_handle_t *h, scf_service_t *svc, boolean_t *ok) argument
392 get_stop_pg(const char *script, scf_handle_t *h, scf_service_t *svc, boolean_t *ok) argument
/illumos-gate/usr/src/cmd/lastcomm/
H A Dlc_exacct.c47 ok(int argc, char *argv[], int index, uid_t uid, dev_t tty, char *command) function
145 if (argc > index && !ok(argc, argv, index, uid, tty, command))
/illumos-gate/usr/src/uts/intel/warlock/
H A DMakefile57 warlock: $(MODULE).ok
59 warlock.ok: ddi_dki_impl.ll scsi.ll
/illumos-gate/usr/src/uts/sparc/warlock/
H A DMakefile56 warlock: $(MODULE).ok
58 warlock.ok: ddi_dki_impl.ll scsi.ll
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h266 * check if a time_t (int64_t) is ok when preepoch times are allowed -
274 * check if a time_t (int64_t) is ok when preepoch times are not allowed -
303 * check if a time_t (int32_t) is ok when preepoch times are allowed -
309 * check if a time_t (int32_t) is ok when preepoch times are not allowed -
1267 #define resok res_u.ok
1283 GETATTR3resok ok; member in union:GETATTR3res::__anon579
1322 SETATTR3resok ok; member in union:SETATTR3res::__anon580
1348 LOOKUP3resok ok; member in union:LOOKUP3res::__anon581
1390 ACCESS3resok ok; member in union:ACCESS3res::__anon582
1415 READLINK3resok ok; member in union:READLINK3res::__anon583
1461 READ3resok ok; member in union:READ3res::__anon585
1545 WRITE3resok ok; member in union:WRITE3res::__anon588
1588 CREATE3resok ok; member in union:CREATE3res::__anon590
1615 MKDIR3resok ok; member in union:MKDIR3res::__anon591
1648 SYMLINK3resok ok; member in union:SYMLINK3res::__anon592
1690 MKNOD3resok ok; member in union:MKNOD3res::__anon594
1714 REMOVE3resok ok; member in union:REMOVE3res::__anon595
1738 RMDIR3resok ok; member in union:RMDIR3res::__anon596
1765 RENAME3resok ok; member in union:RENAME3res::__anon597
1792 LINK3resok ok; member in union:LINK3res::__anon598
1839 READDIR3resok ok; member in union:READDIR3res::__anon599
1910 READDIRPLUS3resok ok; member in union:READDIRPLUS3res::__anon600
1965 FSSTAT3resok ok; member in union:FSSTAT3res::__anon601
2003 FSINFO3resok ok; member in union:FSINFO3res::__anon602
2038 PATHCONF3resok ok; member in union:PATHCONF3res::__anon603
2065 COMMIT3resok ok; member in union:COMMIT3res::__anon604
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dpcifm.h141 (((x) == DDI_FM_UNKNOWN) ? unknown++ : ok++));
/illumos-gate/usr/src/uts/intel/s1394/
H A DMakefile47 WARLOCK_OK = $(MODULE).ok
/illumos-gate/usr/src/uts/intel/sata/
H A DMakefile49 WARLOCK_OK = $(MODULE).ok
/illumos-gate/usr/src/uts/intel/ses/
H A DMakefile48 WARLOCK_OK = $(MODULE).ok
/illumos-gate/usr/src/uts/intel/sol_ofs/
H A DMakefile40 WARLOCK_OK = $(MODULE).ok
/illumos-gate/usr/src/uts/intel/sol_ucma/
H A DMakefile41 WARLOCK_OK = $(MODULE).ok
/illumos-gate/usr/src/uts/intel/sol_uverbs/
H A DMakefile41 WARLOCK_OK = $(MODULE).ok
/illumos-gate/usr/src/uts/intel/tavor/
H A DMakefile48 WARLOCK_OK = $(MODULE).ok
/illumos-gate/usr/src/uts/intel/uhci/
H A DMakefile44 WARLOCK_OK = $(MODULE).ok
/illumos-gate/usr/src/uts/intel/usb_ah/
H A DMakefile45 WARLOCK_OK = $(MODULE).ok

Completed in 123 milliseconds

1234567891011>>