| /onnv-gate/usr/src/cmd/fs.d/cachefs/mdbug/ |
| H A D | priv.h | 50 #define boolean int macro 70 boolean file_exists(const char *pathname); 71 boolean file_writable(const char *pathname); 79 boolean sf_trace:1; /* TRUE if tracing is on */ 80 boolean sf_debug:1; /* TRUE if debugging is on */ 81 boolean sf_file:1; /* TRUE if file name print enabled */ 82 boolean sf_line:1; /* TRUE if line number print enabled */ 83 boolean sf_depth:1; /* TRUE if function nest level print enabled */ 84 boolean sf_process:1; /* TRUE if process name print enabled */ 85 boolean sf_number:1; /* TRUE if number each line */ [all …]
|
| H A D | dbug.c | 56 static boolean inlist(flist_object_t *flist_object_p, const char *cp); 57 static boolean dotrace(dbug_state_object_t *dbug_state_object_p, 64 static boolean writable(char *pathname); 958 static boolean 961 register boolean accept; in inlist() 996 static boolean 1000 boolean trace; in dotrace() 1106 boolean newfile; in openfile() 1149 static boolean 1156 boolean granted = FALSE; in writable() [all …]
|
| /onnv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/nfs_filesystem/ |
| H A D | Solaris_NFS.h | 48 {"AttributeCaching", cim_false, boolean}, 72 {"CasePreserved", cim_false, boolean}, 75 {"CaseSensitive", cim_false, boolean}, 108 {"ForegroundMount", cim_false, boolean}, 111 {"Global", cim_false, boolean}, 114 {"GrpId", cim_false, boolean}, 117 {"HardMount", cim_false, boolean}, 123 {"Interrupt", cim_false, boolean}, 135 {"NoMnttabEntry", cim_false, boolean}, 138 {"NoSuid", cim_false, boolean}, [all …]
|
| /onnv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/assoc/ |
| H A D | Solaris_NFSMount.h | 55 {"AttributeCaching", cim_false, boolean, NULL, NFS_ATTRCACHE_FALSE, 78 {"EnableQuotaChecking", cim_false, boolean, NFS_ENABLEQUOTA_TRUE, 85 {"ForceDirectIO", cim_false, boolean, NFS_FORCEDIRECTIO_TRUE, 92 {"GroupId", cim_false, boolean, NFS_GRPID_TRUE, NULL, NULL}, 95 {"HardMount", cim_false, boolean, NFS_HARDMNT_TRUE, NFS_HARDMNT_FALSE, 99 {"Interrupt", cim_false, boolean, NFS_INTR_TRUE, NFS_INTR_FALSE, NULL}, 106 {"MountAtBootEntry", cim_false, boolean, NULL, NULL, NULL}, 116 {"NoCloseToOpenConsistency", cim_false, boolean, NFS_NOCTO_TRUE, NULL, 120 {"NoMnttabEntry", cim_false, boolean, NULL, NULL, NULL}, 123 {"NoSuid", cim_false, boolean, NFS_NOSUID_TRUE, NFS_NOSUID_FALSE, [all …]
|
| /onnv-gate/usr/src/cmd/tip/ |
| H A D | remote.c | 104 boolean(value(RAISE)) = 1; in getremcap() 106 boolean(value(ECHOCHECK)) = 1; in getremcap() 108 boolean(value(BEAUTIFY)) = 1; in getremcap() 110 boolean(value(BEAUTIFY)) = 0; in getremcap() 112 boolean(value(SCRIPT)) = 1; in getremcap() 114 boolean(value(TABEXPAND)) = 1; in getremcap() 116 boolean(value(VERBOSE)) = 1; in getremcap() 118 boolean(value(VERBOSE)) = 0; in getremcap() 120 boolean(value(TAND)) = 1; in getremcap() 122 boolean(value(TAND)) = 0; in getremcap() [all …]
|
| H A D | tipout.c | 56 if (boolean(value(SCRIPT)) && fscript != NULL) in intEMT() 59 boolean(value(SCRIPT)) = FALSE; in intEMT() 66 boolean(value(SCRIPT)) = TRUE; in intEMT() 77 if (boolean(value(SCRIPT)) && fscript != NULL) in intTERM() 86 boolean(value(BEAUTIFY)) = !boolean(value(BEAUTIFY)); in intSYS() 154 if (boolean(value(SCRIPT)) && fscript != NULL) { in tipout() 155 if (!boolean(value(BEAUTIFY))) { in tipout()
|
| H A D | cmds.c | 163 if (boolean(value(VERBOSE))) in transfer() 180 if (boolean(value(VERBOSE))) in transfer() 267 if (!boolean(value(ECHOCHECK))) { in tip_sendfile() 301 if (boolean(value(ECHOCHECK))) in transmit() 316 if (boolean(value(RAWFTP))) { in transmit() 320 if (boolean(value(VERBOSE)) && lcount%100 == 0) in transmit() 323 if (boolean(value(VERBOSE))) in transmit() 340 if (boolean(value(TABEXPAND))) { in transmit() 351 if (boolean(value(VERBOSE))) in transmit() 353 if (boolean(value(ECHOCHECK))) { in transmit() [all …]
|
| H A D | tip.c | 210 if (boolean(value(TAND))) in main() 362 if (boolean(value(SCRIPT))) { in tipin() 373 boolean(value(RAISE)) = !boolean(value(RAISE)); in tipin() 378 if (boolean(value(HALFDUPLEX))) in tipin() 384 if (boolean(value(RAISE)) && islower(gch)) in tipin() 388 if (boolean(value(HALFDUPLEX))) in tipin() 511 if (boolean(value(HARDWAREFLOW))) { in ttysetup()
|
| H A D | acu.c | 59 boolean(value(VERBOSE)) = FALSE; in connect() 137 if (boolean(value(VERBOSE))) in disconnect()
|
| /onnv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/nfs_share/ |
| H A D | Solaris_NFSShare.h | 47 {"AllowAccessControl", cim_false, boolean}, 59 {"IgnoreSetId", cim_false, boolean}, 68 {"Persistent", cim_false, boolean}, 71 {"PreventSubDirMount", cim_false, boolean}, 74 {"Public", cim_false, boolean}, 83 {"StartDaemons", cim_false, boolean},
|
| /onnv-gate/usr/src/cmd/sgs/error/common/ |
| H A D | error.h | 36 typedef int boolean; typedef 71 extern boolean notouch; 122 extern boolean query; 123 extern boolean terse; 209 boolean *touchedfiles; /* which files we touched */ 226 boolean persperdexplode(char *string, char **r_perd, char **r_pers); 238 void printerrors(boolean look_at_subclass, int errorc, Eptr errorv[]); 245 boolean touchfiles(int nfiles, Eptr **files, int *r_edargc, char ***r_edargv);
|
| H A D | errormain.c | 50 boolean query = FALSE; /* query the operator if touch files */ 51 boolean notouch = FALSE; /* don't touch ANY files */ 52 boolean terse = FALSE; /* Terse output */ 111 boolean show_errors = FALSE; in main() 112 boolean Show_Errors = FALSE; in main() 113 boolean pr_summary = FALSE; in main() 114 boolean edit_files = FALSE; in main()
|
| H A D | errorpi.c | 136 static boolean structured, multiple; 149 boolean 157 boolean 167 boolean 176 boolean 204 boolean longpiptr = 0; in pi() 292 boolean undefined = 0; in pi()
|
| H A D | errortouch.c | 40 static void errorprint(FILE *place, Eptr errorp, boolean print_all); 41 static void text(Eptr p, boolean use_all); 45 boolean previewed, int nterrors); 50 static boolean preview(int nerrors, Eptr **files, int ix); 52 static boolean edit(char *name); 81 touchedfiles = Calloc(nfiles+3, sizeof (boolean)); in findfiles() 220 boolean 228 boolean scribbled; in touchfiles() 278 boolean previewed; in hackfile() 305 static boolean [all …]
|
| /onnv-gate/usr/src/cmd/vgrind/ |
| H A D | vfontedpr.c | 17 #define boolean int macro 42 boolean isproc(); 50 boolean incomm; /* in a comment of the primary type */ 51 boolean instr; /* in a string constant */ 52 boolean inchr; /* in a string constant */ 53 boolean nokeyw = FALSE; /* no keywords being flagged */ 54 boolean doindex = FALSE; /* form an index */ 55 boolean twocol = FALSE; /* in two-column mode */ 56 boolean filter = FALSE; /* act as a filter (like eqn) */ 57 boolean pass = FALSE; /* when acting as a filter, pass indicates [all …]
|
| H A D | regexp.c | 11 typedef int boolean; typedef 16 extern boolean l_onecase; /* true if upper and lower equivalent */ 309 boolean _escaped; /* true if we are currently _escaped */ 320 boolean matched; /* a temporary boolean */ in expmatch()
|
| /onnv-gate/usr/src/lib/print/libipp-listener/common/ |
| H A D | ipp-listener.c | 250 ipp_configure_required_operations(papi_attribute_t ***list, char boolean) in ipp_configure_required_operations() argument 259 boolean); in ipp_configure_required_operations() 266 ipp_configure_all_operations(papi_attribute_t ***list, char boolean) in ipp_configure_all_operations() argument 273 handlers[i].name, boolean); in ipp_configure_all_operations() 282 char boolean = PAPI_FALSE; in ipp_configure_operation() local 287 boolean = type_to_boolean(type); in ipp_configure_operation() 290 result = ipp_configure_all_operations(list, boolean); in ipp_configure_operation() 292 result = ipp_configure_required_operations(list, boolean); in ipp_configure_operation() 295 operation, boolean); in ipp_configure_operation() 312 char boolean = PAPI_FALSE; in ipp_operations_supported() local [all …]
|
| /onnv-gate/usr/src/cmd/wbem/provider/c/mof/ |
| H A D | Solaris_NFS1.0.mof | 53 boolean AllowAccessControl = false; 69 boolean IgnoreSetId = false; 83 boolean Persistent = false; 89 boolean PreventSubDirMount = false; 94 boolean Public = false; 119 boolean StartDaemons = false; 157 boolean ReadOnly; 199 boolean Global = false; 206 boolean GrpId = false; 222 boolean NoMnttabEntry = false; [all …]
|
| H A D | Solaris_DMGT1.0.mof | 130 boolean FdiskRequired; 138 boolean FdiskPresent; 149 boolean LabelDisk([IN] String label); 158 boolean CreateDefaultFdiskPartition(); 167 boolean CreateFdiskPartitions([IN] uint32 DiskParameters[]); 175 boolean GetFdiskPartitions([OUT, IN(False)] uint32 FDiskPartitions[]); 251 boolean ValidFileSystem; 259 boolean CreateFileSystem(); 268 boolean CreatePartitions([IN] uint32 DiskParameters[]); 342 boolean createPartitions([IN] uint32 diskParameters[]); [all …]
|
| /onnv-gate/usr/src/lib/libxcurses/src/tic/ |
| H A D | ticparse.c | 268 || fwrite(boolean, sizeof (char), BOOLCOUNT, fp) != BOOLCOUNT) 492 if (boolean[i] == 0 && cur_term->Booleans[i]) 493 boolean[i] = 1; 578 if (array == boolean) 579 boolean[index] = 2; 584 if (array == boolean) { 585 boolean[index] = 1; 616 if (boolean[i] == 2) 617 boolean[i] = 0;
|
| H A D | ticmain.c | 57 char boolean[BOOLCOUNT]; variable 167 boolean[i] = 0; in reset() 191 *arrayp = (void*) boolean; in find()
|
| /onnv-gate/usr/src/cmd/lvm/md_monitord/ |
| H A D | md_monitord.h | 61 enum boolean { True, False }; enum 62 typedef enum boolean boolean_e;
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/ |
| H A D | wu_fnmatch.c | 38 typedef int boolean; typedef 55 boolean negate = ((*pattern == '!') || (*pattern == '^')); in rangematch() 56 boolean ok = FALSE; in rangematch()
|
| /onnv-gate/usr/src/cmd/tip/aculib/ |
| H A D | biz22.c | 38 if (boolean(value(VERBOSE))) in biz_dialer() 62 if (boolean(value(VERBOSE))) in biz_dialer()
|
| /onnv-gate/usr/src/lib/print/libpapi-common/common/ |
| H A D | attribute.c | 176 result->boolean = v->boolean; in papiAttributeValueDup() 321 char *name, char boolean) in papiAttributeListAddBoolean() argument 325 v.boolean = boolean; in papiAttributeListAddBoolean() 525 *vptr = value->boolean; in papiAttributeListGetBoolean() 697 value->boolean = PAPI_TRUE; in _add_attribute_value() 700 value->boolean = PAPI_FALSE; in _add_attribute_value() 897 if (values[0]->boolean == PAPI_FALSE) { in papiAttributeToString() 927 rc = strlcat(buffer, (values[i]->boolean ? in papiAttributeToString()
|