Searched refs:FALSE (Results 101 - 125 of 1405) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfr.c111 bool_t yptol_mode = FALSE;
113 int debug = FALSE;
114 int treepush = FALSE;
132 bool fake_master_version = FALSE;
137 bool force = FALSE; /* TRUE iff user specified -f flag */
138 bool logging = FALSE; /* TRUE iff no tty, but log file exists */
139 bool check_count = FALSE; /* TRUE causes counts to be checked */
140 bool send_clear = TRUE; /* FALSE iff user specified -c flag */
141 bool callback = FALSE;
146 bool secure_map = FALSE; /* TRU
[all...]
H A Dypserv_resolv.c85 verbose = silent == FALSE ? 1 : 0;
97 *fwding = FALSE;
110 *fwding = FALSE;
122 *fwding = FALSE;
163 *fwding = FALSE;
171 *fwding = FALSE;
179 *fwding = FALSE;
192 *fwding = FALSE;
237 return (FALSE);
245 return (FALSE);
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_prot.c67 return (FALSE);
89 return (FALSE);
91 return (FALSE);
98 return (FALSE);
112 return (FALSE);
116 return (FALSE);
121 return (FALSE);
168 return (FALSE);
178 return (FALSE);
184 return (FALSE);
[all...]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dkeypad.c57 win->_use_keypad = (bf) ? TRUE : FALSE;
H A Dsetsyx.c67 _virtscr->_leave = FALSE;
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dfield_stat.c63 return (FALSE);
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dsysfiles.h50 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_rpc_api.c35 return (FALSE);
/illumos-gate/usr/src/cmd/getent/
H A Dgetent.h36 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Dutils.c38 array = g_array_new(TRUE, FALSE, sizeof(char *));
51 g_array_free(array, FALSE);
65 array = g_array_new(TRUE, FALSE, sizeof(char *));
79 g_array_free(array, FALSE);
/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_calmsg.c63 return (FALSE);
65 return (FALSE);
74 return (FALSE);
77 return (FALSE);
102 return (FALSE);
105 return (FALSE);
114 return (FALSE);
121 oa->oa_length) == FALSE)
122 return (FALSE);
130 if (xdr_enum(xdrs, &oa->oa_flavor) == FALSE ||
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dgen.h46 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/lp/include/
H A Dusers.h50 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dacpidump.h68 EXTERN BOOLEAN INIT_GLOBAL (Gbl_SummaryMode, FALSE);
69 EXTERN BOOLEAN INIT_GLOBAL (Gbl_VerboseMode, FALSE);
70 EXTERN BOOLEAN INIT_GLOBAL (Gbl_BinaryMode, FALSE);
72 EXTERN BOOLEAN INIT_GLOBAL (Gbl_DoNotDumpXsdt, FALSE);
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_vers.cc139 return (FALSE);
142 READLOCK(this, FALSE, "r vers::earlier_than");
145 READUNLOCK(this, FALSE, "ru + r other vers::earlier_than");
146 return (FALSE);
150 else if (other->vers_high < vers_high) ret = FALSE;
152 else ret = FALSE;
188 READLOCK(this, FALSE, "r vers::equal");
H A Ddb.cc84 logfile_opened = FALSE;
85 changed = FALSE;
330 bool_t copylog = FALSE;
450 logfile_opened = FALSE;
466 logfile_opened = FALSE;
507 * Returns TRUE always for valid log entries; FALSE otherwise.
515 WRITELOCK(db, FALSE, "db::apply_log_entry");
535 WRITEUNLOCK(db, FALSE, "db::apply_log_entry");
536 return (FALSE);
541 WRITEUNLOCK(db, FALSE, "d
[all...]
/illumos-gate/usr/src/cmd/audio/include/
H A DAudio.h178 virtual Boolean isFile() const { return (FALSE); }
179 virtual Boolean isDevice() const { return (FALSE); }
180 virtual Boolean isDevicectl() const { return (FALSE); }
181 virtual Boolean isPipe() const { return (FALSE); }
182 virtual Boolean isBuffer() const { return (FALSE); }
183 virtual Boolean isExtent() const { return (FALSE); }
184 virtual Boolean isList() const { return (FALSE); }
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Ddecr_mgr.c49 if (ctx->active != FALSE) {
61 if (rc == FALSE) {
77 if (rc == FALSE) {
81 if (flag == FALSE) {
96 if (rc == FALSE) {
127 ctx->multi = FALSE;
142 ctx->multi = FALSE;
143 ctx->active = FALSE;
171 if (ctx->active == FALSE) {
174 if ((length_only == FALSE)
[all...]
H A Dencr_mgr.c48 if (ctx->active != FALSE) {
60 if (rc == FALSE) {
76 if (rc == FALSE) {
80 if (flag == FALSE) {
96 if (rc == FALSE) {
126 ctx->multi = FALSE;
141 ctx->multi = FALSE;
142 ctx->active = FALSE;
170 if (ctx->active == FALSE) {
173 if ((length_only == FALSE)
[all...]
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dxdr_alloc.c114 return FALSE;
127 return FALSE;
137 return FALSE;
149 return FALSE;
162 return FALSE;
/illumos-gate/usr/src/lib/libadm/common/
H A Dgetdev.c65 * FALSE Boolean FALSE
76 #ifndef FALSE
77 #define FALSE 0 macro
245 errflag = FALSE;
305 found = FALSE;
415 rtncd = FALSE;
424 done = FALSE;
561 noerror = FALSE;
706 noerror = FALSE;
[all...]
H A Dputdgrp.c201 * TRUE if successful, FALSE otherwise
229 * TRUE if successful, FALSE otherwise
251 noerr = (link(tempname, dgrpname) == 0) ? TRUE : FALSE;
258 noerr = FALSE; /* unlink() failed */
265 noerr = FALSE; /* dgrptabpath() failed */
285 * TRUE if successful, FALSE with errno set otherwise
335 noerr = FALSE;
339 noerr = FALSE;
345 noerr = FALSE; /* fcntl() failed hard */
353 noerr = FALSE; /* _opendgrpta
[all...]
/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c35 #define FALSE 0 macro
126 static int aflg = FALSE;
127 static int cflg = FALSE;
130 static int hflg = FALSE;
131 static int jflg = FALSE;
132 static int mflg = FALSE;
133 static int Mflg = FALSE;
136 static int nflg = FALSE;
137 static int pflg = FALSE;
139 static int sflg = FALSE;
[all...]
/illumos-gate/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c49 dbus_bool_t rc = FALSE;
141 libhal_changeset_set_property_bool (cs, "storage.cdrom.cdr", FALSE);
142 libhal_changeset_set_property_bool (cs, "storage.cdrom.cdrw", FALSE);
143 libhal_changeset_set_property_bool (cs, "storage.cdrom.dvd", FALSE);
144 libhal_changeset_set_property_bool (cs, "storage.cdrom.dvdr", FALSE);
145 libhal_changeset_set_property_bool (cs, "storage.cdrom.dvdrw", FALSE);
146 libhal_changeset_set_property_bool (cs, "storage.cdrom.dvdram", FALSE);
147 libhal_changeset_set_property_bool (cs, "storage.cdrom.dvdplusr", FALSE);
148 libhal_changeset_set_property_bool (cs, "storage.cdrom.dvdplusrw", FALSE);
149 libhal_changeset_set_property_bool (cs, "storage.cdrom.dvdplusrdl", FALSE);
[all...]
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_dma.c76 return (FALSE);
99 return (FALSE);
107 return (FALSE);
113 return (FALSE);
121 return (FALSE);
150 single_seg = FALSE;
177 ASSERT(single_seg == FALSE);
216 return (FALSE);
229 return (FALSE);

Completed in 2486 milliseconds

1234567891011>>