| /trueos/tools/tools/tinybsd/ |
| HD | tinybsd | 24 TS="=====>" 200 echo "${TS} Error: Could not find config (${CONF})" 244 echo "${TS} Alternative image name not set; defaulting to 'tinybsd.bin'" 261 echo "${TS} Removing "${WORKDIR} 263 echo "${TS} Removing Build Kernel Directory" 265 echo "${TS} done." 277 echo "${TS} Creating directory hierarchy... " 290 echo "${TS} Copying "/${file}" to "${WORKDIR}/${file} 335 echo "${TS} Building customized tiny beastie kernel... " 365 echo "${TS} Copying "${lib}" to "${WORKDIR}${lib} [all …]
|
| /trueos/contrib/expat/tests/ |
| HD | xmltest.sh | 28 TS="$MYDIR/XML-Test-Suite" 30 OUTPUT="$TS/out/" 87 cd "$TS/xmlconf" 97 cd "$TS/xmlconf/$xmldir" 106 cd "$TS/xmlconf/oasis" 118 cd "$TS/xmlconf" 126 cd "$TS/xmlconf/$xmldir" 134 cd "$TS/xmlconf/oasis"
|
| /trueos/sys/cddl/dev/dtrace/x86/ |
| HD | dis_tables.c | 293 #define TS(name, amode) {TERM, amode, name, 1, 0, 0, 0, 0, 0} macro 311 #define TS(name, amode) {TERM, amode, name, 1, 0, 0, 0, 0} macro 329 #define TS(name, amode) {TERM, amode, 0, 0, 0, 0, 0} macro 347 #define TS(name, amode) {TERM, amode, 0, 0, 0, 0} macro 533 /* [4] */ TS("bt",MIb), TS("bts",MIb), TS("btr",MIb), TS("btc",MIb), 1025 /* [B8] */ TS("popcnt",MRw), INVALID, INVALID, INVALID, 1026 /* [BC] */ INVALID, TS("lzcnt",MRw), INVALID, INVALID, 1136 TS("movbe",MOVBE), 1140 /* [00] */ TS("crc32",CRC32), 1141 TS("movbe",MOVBE), [all …]
|
| /trueos/contrib/openbsm/bin/auditd/ |
| HD | auditd.c | 154 close_lastfile(char *TS) in close_lastfile() argument 170 memcpy(ptr, TS, POSTFIX_LEN); in close_lastfile() 203 char TS[TIMESTAMP_LEN + 1]; in swap_audit_file() local 206 if (getTSstr(tt, TS, sizeof(TS)) != 0) in swap_audit_file() 227 if (name != NULL && strncmp(name, TS, TIMESTAMP_LEN) == 0) { in swap_audit_file() 231 err = auditd_swap_trail(TS, &newfile, audit_review_gid, in swap_audit_file() 244 close_lastfile(TS); in swap_audit_file() 375 char TS[TIMESTAMP_LEN + 1]; in close_all() local 398 if (getTSstr(tt, TS, sizeof(TS)) == 0) in close_all() 399 close_lastfile(TS); in close_all()
|
| /trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | LLVMConventionsChecker.cpp | 84 const TemplateSpecializationType *TS = T->getAs<TemplateSpecializationType>(); in IsStdVector() local 85 if (!TS) in IsStdVector() 88 TemplateName TM = TS->getTemplateName(); in IsStdVector() 98 const TemplateSpecializationType *TS = T->getAs<TemplateSpecializationType>(); in IsSmallVector() local 99 if (!TS) in IsSmallVector() 102 TemplateName TM = TS->getTemplateName(); in IsSmallVector()
|
| /trueos/contrib/openbsm/libauditd/ |
| HD | auditd_lib.c | 881 auditd_swap_trail(char *TS, char **newfile, gid_t gid, in auditd_swap_trail() argument 889 if (strlen(TS) != TIMESTAMP_LEN || in auditd_swap_trail() 890 snprintf(timestr, sizeof(timestr), "%s.%s", TS, in auditd_swap_trail() 1111 char TS[TIMESTAMP_LEN + 1]; in audit_quick_start() local 1135 if (getTSstr(tt, TS, sizeof(TS)) != 0) in audit_quick_start() 1137 err = auditd_swap_trail(TS, &newfile, getgid(), NULL); in audit_quick_start() 1191 char TS[TIMESTAMP_LEN + 1]; in audit_quick_stop() local 1224 if (getTSstr(tt, TS, sizeof(TS)) != 0) in audit_quick_stop() 1230 memcpy(ptr, TS, POSTFIX_LEN); in audit_quick_stop()
|
| /trueos/cddl/contrib/dtracetoolkit/Examples/ |
| HD | priclass_example.txt | 46 TS 73 reason, the RT class trumps both TS and IA. I created these events by 76 The TS time sharing class is the default scheduling class for the processes
|
| HD | modcalls_example.txt | 34 TS 333
|
| HD | pridist_example.txt | 119 more time at lower priorities, as that is exactly how the TS dispatch table 165 Run "dispadmin -c TS -g" for a printout of the time sharing dispatcher table.
|
| /trueos/sys/gnu/dts/arm/ |
| HD | kirkwood-ts219-6281.dts | 28 /* 0: TS-11x, 1: TS-21x */
|
| HD | kirkwood-ts219-6282.dts | 38 /* 0: TS-11x, 1: TS-21x */
|
| /trueos/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | ARMException.cpp | 51 MCTargetStreamer &TS = Asm->OutStreamer.getTargetStreamer(); in getTargetStreamer() local 52 return static_cast<ARMTargetStreamer &>(TS); in getTargetStreamer()
|
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | JumpDiagnostics.cpp | 341 CXXTryStmt *TS = cast<CXXTryStmt>(S); in BuildScopeInformation() local 346 TS->getSourceRange().getBegin())); in BuildScopeInformation() 347 if (Stmt *TryBlock = TS->getTryBlock()) in BuildScopeInformation() 351 for (unsigned I = 0, E = TS->getNumHandlers(); I != E; ++I) { in BuildScopeInformation() 352 CXXCatchStmt *CS = TS->getHandler(I); in BuildScopeInformation()
|
| /trueos/contrib/openbsm/bsm/ |
| HD | auditd_lib.h | 101 int auditd_swap_trail(char *TS, char **newfile, gid_t gid,
|
| /trueos/sys/boot/fdt/dts/arm/ |
| HD | ts7800.dts | 26 * Technologic Systems TS-7800 Device Tree Source. 34 model = "mrvl,TS-7800";
|
| /trueos/contrib/wpa/hostapd/ |
| HD | hlr_auc_gw.milenage_db | 2 # The example Ki, OPc, and AMF values here are from 3GPP TS 35.208 v6.0.0
|
| /trueos/contrib/llvm/lib/Support/Unix/ |
| HD | Process.inc | 77 struct timespec TS; 78 if (::clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &TS) == 0) 79 return TimeValue(static_cast<TimeValue::SecondsType>(TS.tv_sec), 80 static_cast<TimeValue::NanoSecondsType>(TS.tv_nsec));
|
| /trueos/lib/libc/rpc/ |
| HD | README | 16 transport-specific RPC (TS-RPC). 18 TI-RPC is an enhanced version of TS-RPC that requires the UNIX System V 20 (XTI). TI-RPC is on-the-wire compatible with the TS-RPC, which is supported 21 by almost 70 vendors on all major operating systems. TS-RPC source code
|
| /trueos/etc/bluetooth/ |
| HD | protocols | 12 rfcomm 3 RFCOMM # RFCOMM with TS 07.10
|
| /trueos/usr.sbin/pmcstat/ |
| HD | pmcpl_calltree.c | 455 #undef TS in pmcpl_ct_node_printtop() 457 #define TS(x, y) (pmcpl_ct_topscreen[x][y]) in pmcpl_ct_node_printtop() macro 470 ct = TS(1, y); in pmcpl_ct_node_printtop() 476 for (x = 1; TS(x, y) != NULL; x++) { in pmcpl_ct_node_printtop() 478 PMCPL_CT_SAMPLE(pmcin, &TS(x, y)->pct_samples); in pmcpl_ct_node_printtop()
|
| /trueos/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| HD | ARMELFStreamer.cpp | 659 MCTargetStreamer &TS = getTargetStreamer(); in FinishImpl() local 660 ARMTargetStreamer &ATS = static_cast<ARMTargetStreamer &>(TS); in FinishImpl() 937 ARMTargetELFStreamer *TS = new ARMTargetELFStreamer(); in createARMELFStreamer() local 939 new ARMELFStreamer(Context, TS, TAB, OS, Emitter, IsThumb); in createARMELFStreamer()
|
| /trueos/share/colldef/ |
| HD | be_BY.ISO8859-5.src | 39 <DC>;<P1>;<P2>;<TS>;<CC>;<MW>;<SG>;<EG>;<SS>;<GC>;<SC>;<CI>;<ST>;<OC>;<PM>;<AC>
|
| HD | sr_YU.ISO8859-5.src | 33 <DC>;<P1>;<P2>;<TS>;<CC>;<MW>;<SG>;<EG>;<SS>;<GC>;\
|
| HD | ru_RU.ISO8859-5.src | 35 <S3>;<DC>;<P1>;<P2>;<TS>;<CC>;<MW>;<SG>;<EG>;\
|
| HD | uk_UA.ISO8859-5.src | 33 <S3>;<DC>;<P1>;<P2>;<TS>;<CC>;<MW>;<SG>;<EG>;\
|