Searched refs:ok (Results 51 - 75 of 281) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfrd_client.c101 s = (short *)PAG->pag_u.ok.blkdat;
107 where = (((off64_t)PAG->pag_u.ok.blkno) * PBLKSIZ);
114 PAG->pag_u.ok.blkdat, PBLKSIZ) < 0) {
152 where = (((off64_t)DIR->dir_u.ok.blkno) * DBLKSIZ);
159 DIR->dir_u.ok.blkdat, DBLKSIZ) < 0) {
/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c386 int ok, lc; local
403 ok = 0;
407 if (ok)
423 ok++;
426 ok++;
430 ok++;
497 int ok, lc; local
508 ok = 0;
512 if (ok)
524 ok
[all...]
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dexample.c44 mlfi_cleanup(ctx, ok)
46 bool ok;
64 else if (ok)
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ufs.c108 int off, size, ret = 0, ok; local
124 ok = devread(fsbtodb(SUPERBLOCK, dblk), off, size, buf);
126 if (!ok)
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dnameref.sh183 then print ok
186 done) != ok ]] && err_exit 'invalid for loop optimization of name references'
269 foo[xyz]=ok
270 [[ $x == ok ]] || err_exit 'nameref to unset subscript not working'
334 ref=ok
337 [[ $(foobar) == ok ]] 2> /dev/null || err_exit 'nameref in function not creating variable in proper scope'
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_eventq.c145 int ok; local
163 if ((ok = eq->eq_size < eq->eq_limit || evt != FMD_EVT_PROTOCOL) != 0) {
174 if (!ok)
184 int ok; local
217 if ((ok = eq->eq_size < eq->eq_limit || evt != FMD_EVT_PROTOCOL) != 0) {
231 if (!ok)
/illumos-gate/usr/src/cmd/zic/
H A Dtzselect.ksh410 ok=
411 # select ok in Yes No
414 select ok in $Yes $No
416 case $ok in
423 case $ok in
/illumos-gate/usr/src/uts/sparc/st/
H A DMakefile46 WARLOCK_OK = $(MODULE).ok
158 st.ok: $(WLCMD_DIR)/st.wlcmd st.ll st_conf.ll scsi_files warlock_ddi.files
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dndbm.c60 int ok=0; local
61 if (dbm_flushpag(db)<0) ok= -1;
62 if (dbm_flushdir(db)<0) ok= -1;
63 return(ok);
69 int ok=0; local
74 ok= -1;
78 return(ok);
84 int ok=0; local
88 ok= -1;
92 return(ok);
161 int ok; local
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dndbm.c113 int ok = 0; local
115 ok = -1;
117 ok = -1;
118 return (ok);
124 int ok = 0; local
132 ok = -1;
136 return (ok);
142 int ok = 0; local
148 ok = -1;
152 return (ok);
222 int ok; local
[all...]
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dmemset.s59 .empty ! following lable is ok in delay slot
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmOKCancelDialog.java49 public pmOKCancelDialog(Frame f, String title, String msg, boolean ok) { argument
50 this(f, title, msg, null, null, ok);
59 pmTop t, String h, boolean ok) {
64 defaultIsOK = ok;
58 pmOKCancelDialog(Frame f, String title, String msg, pmTop t, String h, boolean ok) argument
/illumos-gate/usr/src/uts/intel/sbp2/
H A DMakefile43 WARLOCK_OK = $(MODULE).ok
/illumos-gate/usr/src/uts/intel/tem/
H A DMakefile44 WARLOCK_OK = $(MODULE).ok
/illumos-gate/usr/src/uts/intel/usba/
H A DMakefile43 WARLOCK_OK = $(MODULE).ok
/illumos-gate/usr/src/uts/sparc/cmlb/
H A DMakefile43 WARLOCK_OK = $(MODULE).ok
/illumos-gate/usr/src/uts/sparc/dada/
H A DMakefile43 WARLOCK_OK = $(MODULE).ok
/illumos-gate/usr/src/uts/sparc/ibdm/
H A DMakefile46 WARLOCK_OK = $(MODULE).ok
/illumos-gate/usr/src/uts/sparc/ibdma/
H A DMakefile44 WARLOCK_OK = $(MODULE).ok
/illumos-gate/usr/src/uts/sparc/sbp2/
H A DMakefile43 WARLOCK_OK = $(MODULE).ok
/illumos-gate/usr/src/uts/sparc/scsi/
H A DMakefile47 WARLOCK_OK = $(MODULE).ok
/illumos-gate/usr/src/uts/sparc/tem/
H A DMakefile47 WARLOCK_OK = $(MODULE).ok
/illumos-gate/usr/src/uts/intel/cmlb/
H A DMakefile44 WARLOCK_OK = $(MODULE).ok
/illumos-gate/usr/src/uts/intel/ibdm/
H A DMakefile44 WARLOCK_OK = $(MODULE).ok
/illumos-gate/usr/src/uts/intel/ibdma/
H A DMakefile44 WARLOCK_OK = $(MODULE).ok

Completed in 103 milliseconds

1234567891011>>