Searched refs:TRUE (Results 401 - 425 of 1436) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/ucblib/libcurses/
H A Dcurses.c29 bool _echoit = TRUE, /* set if stty indicates ECHO */
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_rpc_svc.c171 return (TRUE);
257 return (TRUE);
276 return (TRUE);
296 return (TRUE);
574 return (TRUE);
582 return (TRUE);
608 return (TRUE);
630 return (TRUE);
678 return (TRUE);
689 return (TRUE);
[all...]
/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dacpidump.h71 EXTERN BOOLEAN INIT_GLOBAL (Gbl_DumpCustomizedTables, TRUE);
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutstring.c220 FoundBadChar = TRUE;
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacglobal.h150 ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_Shutdown, TRUE);
151 ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_EarlyInitialization, TRUE);
321 ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_CstyleDisassembly, TRUE);
323 ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_DmOpt_Verbose, TRUE);
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Daclinuxex.h144 return TRUE;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dcbx.c73 ((TRUE == _app_en) && \
77 ((TRUE == _app_en)&& \
82 ((TRUE == _app_en)&& \
109 * This function returns TRUE if DCBX completion received on
400 if(TRUE == pdev->params.dcbx_port_params.pfc.enabled)
645 TRUE,
749 b_pg_found = TRUE;
915 cos_data->entry_data[0].b_pausable = TRUE;
1032 entry_data->b_pausable = TRUE;
1134 cos_data->entry_data[0].b_pausable = cos_data->entry_data[1].b_pausable = TRUE;
[all...]
H A Dlm_niv.c52 data->afex_default_vlan_change_flg = TRUE;
54 data->allowed_priorities_change_flg = TRUE;
120 lm_niv_set_loopback_mode_imp(pdev, TRUE);
150 lm_status = MM_REGISTER_LPME(pdev, lm_niv_set_loopback_mode_enable, TRUE, FALSE);
158 lm_status = MM_REGISTER_LPME(pdev, lm_niv_set_loopback_mode_disable, TRUE, FALSE);
535 lm_status = MM_REGISTER_LPME(pdev, event_functions_arr[event_idx].function, TRUE, TRUE);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dobj_mgr.c518 map_node->is_session_obj = TRUE;
998 locked2 = TRUE;
1012 if (locked2 == TRUE) (void) XProcUnLock(xproclock);
1050 if (object_is_session_object(obj) == TRUE) {
1091 if (object_is_session_object(obj) == TRUE) {
1134 if (object_is_session_object(obj) == TRUE) {
1194 ulCount, publ_token_obj_list, TRUE);
1196 ulCount, sess_obj_list, TRUE);
1211 sess->find_active = TRUE;
1248 hw_feature = TRUE;
[all...]
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioUnixfile.cc56 AudioStream(path), fd(-1), block(TRUE), mode(acc),
114 SetBlocking(TRUE);
175 filehdrset = TRUE;
221 SetBlocking(TRUE);
229 filehdrset = TRUE;
524 SetBlocking(TRUE);
589 SetBlocking(TRUE);
/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_prot.c106 return (TRUE); /* TRUE => open ended set of problems */
182 return (TRUE);
240 return (TRUE);
289 return (TRUE);
297 return (TRUE);
315 return (TRUE);
447 return (TRUE);
/illumos-gate/usr/src/lib/libadm/common/
H A Dputdgrp.c201 * TRUE if successful, FALSE otherwise
229 * TRUE if successful, FALSE otherwise
242 int noerr; /* FLAG, TRUE if all's well */
251 noerr = (link(tempname, dgrpname) == 0) ? TRUE : FALSE;
285 * TRUE if successful, FALSE with errno set otherwise
295 int noerr; /* FLAG, TRUE if no error */
303 noerr = TRUE;
375 int noerr; /* FLAG, TRUE if all's well */
422 int noerr; /* TRUE if all's well */
426 noerr = TRUE;
[all...]
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_timer.c64 { TRUE, GCMD_STATE_ABORTING_CMD, 3 },
65 { TRUE, GCMD_STATE_ABORTING_DEV, 3 },
66 { TRUE, GCMD_STATE_RESETTING_DEV, 5 },
67 { TRUE, GCMD_STATE_RESETTING_BUS, 10 },
68 { TRUE, GCMD_STATE_HUNG, 60},
188 got_any = TRUE;
810 return (TRUE);
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrortouch.c212 errorprint(stdout, errorp, TRUE);
267 return (TRUE);
290 touchedfiles[ix] = TRUE;
320 back = TRUE;
322 errorprint(stdout, *erpp, TRUE);
403 errorprint(stdout, errorp, TRUE);
410 errorprint(stdout, errorp, TRUE);
513 * Well, if it isn't, then return TRUE if something failed
523 return (TRUE);
531 return (TRUE);
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Dpermission.c97 static int _Request; /* TRUE can request, FALSE can not request files */
99 static int _CallBack; /* TRUE for call back for any transaction */
100 static int _NoSpool; /* TRUE if delivering directly to destination file */
159 requestOK() ? "TRUE" : "FALSE");
161 switchRole() ? "TRUE" : "FALSE");
163 callBack() ? "TRUE" : "FALSE");
166 noSpool() ? "TRUE" : "FALSE");
188 _Switch = TRUE;
191 requestOK() ? "TRUE" : "FALSE");
193 switchRole() ? "TRUE"
[all...]
/illumos-gate/usr/src/cmd/mail/
H A Dcopylet.c49 Returns TRUE on a completely successful copy.
189 (let[letnum].text == TRUE ? "text/plain" : "application/octet-stream")) < 0)
258 if (print_from_struct == TRUE) {
324 print_from_struct = TRUE;
349 letnum, (let[letnum].text ? "TRUE" : "FALSE"));
357 return (TRUE);
401 return(TRUE);
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h37 #define TRUE (1) macro
161 #define raw() (_tty.sg_flags |= RAW, _pfast = _rawmode = TRUE, \
165 #define cbreak() (_tty.sg_flags |= CBREAK, _rawmode = TRUE, \
171 #define echo() (_tty.sg_flags |= ECHO, _echoit = TRUE, \
177 #define nonl() (_tty.sg_flags &= ~CRMOD, _pfast = TRUE, \
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.tsol_separator.c54 #ifndef TRUE
55 #define TRUE 1 macro
351 return (TRUE);
440 ArgNoPageLabels = TRUE;
443 ArgReverse = TRUE;
/illumos-gate/usr/src/cmd/mdb/common/modules/uhci/
H A Duhci.c67 * WALK_DONE is returned, cb_data.found is set to TRUE, and
121 cb_data->fic_found = TRUE;
179 if (cb_data.fic_found == TRUE) {
207 'd', MDB_OPT_SETBITS, TRUE, &depth_flag,
306 'b', MDB_OPT_SETBITS, TRUE, &breadth_flag,
307 'd', MDB_OPT_SETBITS, TRUE, &depth_flag,
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c163 &actual_size, TRUE, local_commands);
219 &actual_size, TRUE, local_commands);
281 &actual_size, TRUE, local_commands);
309 &actual_size, TRUE, local_commands);
397 &actual_size, TRUE, local_commands);
430 long_name = TRUE;
440 &actual_size, TRUE, local_commands);
473 long_link = TRUE;
476 &actual_size, TRUE, local_commands);
491 NDMP_LOG(LOG_DEBUG, "long_link: %s [%s]", long_link ? "TRUE"
1172 &actual_size, TRUE, local_commands); local
1174 &actual_size, TRUE, local_commands); local
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set_hst.c604 if (bool == TRUE)
636 if (procsigs(TRUE, &oldsigs, &xep) < 0)
843 if (procsigs(TRUE, &oldsigs, &xep) < 0)
984 if (MD_MNSET_DESC(sd) && (oha == TRUE)) {
1021 if (oha == TRUE && mdanyrpcerror(ep)) {
1251 if (procsigs(TRUE, &oldsigs, &xep) < 0)
1267 if (oha == TRUE && mdanyrpcerror(ep)) {
1292 if (MD_MNSET_DESC(sd) && (oha == TRUE)) {
1331 if (oha == TRUE && mdanyrpcerror(ep)) {
1360 if (MD_MNSET_DESC(sd) && (oha == TRUE)) {
[all...]
/illumos-gate/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmdmn_subr.c57 * If in use, returns TRUE
66 return (TRUE);
75 * Otherwise returns TRUE
94 return (TRUE);
141 return (TRUE);
197 if (mdmn_is_class_busy(setno, class) == TRUE) {
232 return (TRUE);
719 * If the host is licensed, return TRUE, else return FALSE
741 return (TRUE);
748 return (TRUE);
[all...]
/illumos-gate/usr/src/cmd/audio/audioplay/
H A Daudioplay.c90 static int NetEndian = TRUE; /* endian nature of the machine */
303 Verbose = TRUE;
306 Errdetect = TRUE;
309 Immediate = TRUE;
405 stdinseen = TRUE;
578 swapBytes = TRUE;
840 * Returns TRUE if successful. Returns FALSE if not.
853 return (TRUE);
875 return (TRUE);
893 return (TRUE);
[all...]
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dmain.c476 if (krb5_aprof_get_string(aprof, hierarchy, TRUE, &default_udp_ports))
479 if (krb5_aprof_get_string(aprof, hierarchy, TRUE, &default_tcp_ports))
482 if (krb5_aprof_get_int32(aprof, hierarchy, TRUE,
490 if (krb5_aprof_get_string(aprof, hierarchy, TRUE, &v4mode))
578 manual = TRUE;
775 if (log_stderr_set != TRUE) {
804 if (log_stderr_set != TRUE)
815 if (log_stderr_set != TRUE) {
823 if (log_stderr_set != TRUE) {
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_disk.c133 int ata_disk_do_standby_timer = TRUE;
175 return (TRUE);
207 return (TRUE);
219 return (TRUE);
222 return (TRUE);
428 return (TRUE);
688 return (TRUE);
739 (void) ata_command(ata_ctlp, ata_drvp, TRUE, FALSE, 5 * 1000000,
1122 if (rc2 != TRUE) {
1154 if (rc2 != TRUE) {
[all...]

Completed in 112 milliseconds

<<11121314151617181920>>