Home
last modified time | relevance | path

Searched refs:TS (Results 1 – 25 of 108) sorted by relevance

12345

/trueos/tools/tools/tinybsd/
HDtinybsd24 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/
HDxmltest.sh28 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/
HDdis_tables.c293 #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/
HDauditd.c154 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/
HDLLVMConventionsChecker.cpp84 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/
HDauditd_lib.c881 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/
HDpriclass_example.txt46 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
HDmodcalls_example.txt34 TS 333
HDpridist_example.txt119 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/
HDkirkwood-ts219-6281.dts28 /* 0: TS-11x, 1: TS-21x */
HDkirkwood-ts219-6282.dts38 /* 0: TS-11x, 1: TS-21x */
/trueos/contrib/llvm/lib/CodeGen/AsmPrinter/
HDARMException.cpp51 MCTargetStreamer &TS = Asm->OutStreamer.getTargetStreamer(); in getTargetStreamer() local
52 return static_cast<ARMTargetStreamer &>(TS); in getTargetStreamer()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDJumpDiagnostics.cpp341 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/
HDauditd_lib.h101 int auditd_swap_trail(char *TS, char **newfile, gid_t gid,
/trueos/sys/boot/fdt/dts/arm/
HDts7800.dts26 * Technologic Systems TS-7800 Device Tree Source.
34 model = "mrvl,TS-7800";
/trueos/contrib/wpa/hostapd/
HDhlr_auc_gw.milenage_db2 # The example Ki, OPc, and AMF values here are from 3GPP TS 35.208 v6.0.0
/trueos/contrib/llvm/lib/Support/Unix/
HDProcess.inc77 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/
HDREADME16 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/
HDprotocols12 rfcomm 3 RFCOMM # RFCOMM with TS 07.10
/trueos/usr.sbin/pmcstat/
HDpmcpl_calltree.c455 #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/
HDARMELFStreamer.cpp659 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/
HDbe_BY.ISO8859-5.src39 <DC>;<P1>;<P2>;<TS>;<CC>;<MW>;<SG>;<EG>;<SS>;<GC>;<SC>;<CI>;<ST>;<OC>;<PM>;<AC>
HDsr_YU.ISO8859-5.src33 <DC>;<P1>;<P2>;<TS>;<CC>;<MW>;<SG>;<EG>;<SS>;<GC>;\
HDru_RU.ISO8859-5.src35 <S3>;<DC>;<P1>;<P2>;<TS>;<CC>;<MW>;<SG>;<EG>;\
HDuk_UA.ISO8859-5.src33 <S3>;<DC>;<P1>;<P2>;<TS>;<CC>;<MW>;<SG>;<EG>;\

12345