Home
last modified time | relevance | path

Searched refs:LS (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/freebsd-13.1/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_ls_001_pos.ksh70 log_assert "Verify that '$LS' command supports ZFS ACLs."
88 log_note "Verify that '$LS [-dv]' can list file/directory ACEs of its acl."
95 ls_str="$LS -v"
97 ls_str="$LS -dv"
107 log_fail "'$LS [-dv] fails to list file/directroy acls."
110 log_note "Verify that '$LS [-dl] [-dv]' can output '+' to indicate " \
117 log_must eval "$LS -ld -vd $obj | $GREP "+" > /dev/null"
120 log_must eval "$LS -ld -vd $obj | $GREP $spec_ace > /dev/null"
124 log_pass "'$LS' command succeeds to support ZFS ACLs."
H A Dzfs_acl_chmod_inherit_002_pos.ksh284 $LS -vd $basedir
285 $LS -vd $node
301 $LS -vd $basedir
302 $LS -vd $node
326 $LS -vd $basedir
327 $LS -vd $node
H A Dzfs_acl_chmod_inherit_003_pos.ksh297 $LS -Vd $basedir
298 $LS -Vd $node
314 $LS -Vd $basedir
315 $LS -Vd $node
339 $LS -Vd $basedir
340 $LS -Vd $node
/freebsd-13.1/tests/sys/cddl/zfs/tests/acl/
H A Dacl_common.kshlib55 $LS -ld $obj | $AWK '{print $1}'
70 $LS -vd $obj | $NAWK '(NR != 1) {print $0}'
85 $LS -Vd $obj | $NAWK '(NR != 1) {print $0}'
264 $LS -vd $1 | $NAWK 'BEGIN {count=0}
302 $LS $args $file > $tmpfile
421 for xattr in `$RUNAT $obj $LS | \
440 value=$($LS -dl $node | $AWK '{print $3}')
442 value=$($LS -l $node | $AWK '{print $3}')
461 value=$($LS -dl $node | $AWK '{print $4}')
463 value=$($LS -l $node | $AWK '{print $4}')
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp773 OS << LS; in EmitAttributes()
777 OS << LS; in EmitAttributes()
782 OS << LS; in EmitAttributes()
786 OS << LS; in EmitAttributes()
791 OS << LS; in EmitAttributes()
796 OS << LS; in EmitAttributes()
801 OS << LS; in EmitAttributes()
805 OS << LS; in EmitAttributes()
810 OS << LS; in EmitAttributes()
815 OS << LS; in EmitAttributes()
[all …]
H A DInstrDocsEmitter.cpp144 ListSeparator LS; in EmitInstrDocs() local
146 OS << LS << "``" << FlagString << "``"; in EmitInstrDocs()
191 ListSeparator LS; in EmitInstrDocs() local
193 OS << LS << "``" << Def->getName() << "``"; in EmitInstrDocs()
200 ListSeparator LS; in EmitInstrDocs() local
202 OS << LS << "``" << Use->getName() << "``"; in EmitInstrDocs()
211 ListSeparator LS; in EmitInstrDocs() local
213 OS << LS << "``" << P->getName() << "``"; in EmitInstrDocs()
H A DCallingConvEmitter.cpp134 ListSeparator LS; in EmitAction() local
136 O << LS << getQualifiedName(RegList->getElementAsRecord(i)); in EmitAction()
164 ListSeparator LS; in EmitAction() local
166 O << LS << getQualifiedName(RegList->getElementAsRecord(i)); in EmitAction()
220 ListSeparator LS; in EmitAction() local
222 O << LS << getQualifiedName(ShadowRegList->getElementAsRecord(i)); in EmitAction()
/freebsd-13.1/tests/sys/cddl/zfs/tests/snapshot/
H A Drollback_001_pos.ksh87 FILE_COUNT=`$LS -Al $SNAPDIR | $GREP -v "total" | wc -l`
89 $LS -Al $SNAPDIR
101 FILE_COUNT=`$LS -Al $TESTDIR/after* 2> /dev/null | $GREP -v "total" | wc -l`
103 $LS -Al $TESTDIR
107 FILE_COUNT=`$LS -Al $TESTDIR/before* 2> /dev/null \
110 $LS -Al $TESTDIR
H A Dsnapshot_011_pos.ksh86 FILE_COUNT=`$LS -Al $SNAPDIR | $GREP -v "total" | wc -l`
88 $LS -Al $SNAPDIR
101 FILE_COUNT=`$LS -Al $TESTDIR/after* 2> /dev/null | $GREP -v "total" | wc -l`
103 $LS -Al $TESTDIR
107 FILE_COUNT=`$LS -Al $TESTDIR/before* 2> /dev/null \
110 $LS -Al $TESTDIR
H A Drollback_002_pos.ksh92 FILE_COUNT=`$LS -Al $SNAPDIR | $GREP -v "total" | wc -l`
94 $LS -Al $SNAPDIR
113 FILE_COUNT=`$LS -Al $TESTDIR/aftersecond* 2> /dev/null \
116 $LS -Al $TESTDIR
120 FILE_COUNT=`$LS -Al $TESTDIR/original* $TESTDIR/afterfirst*| $GREP -v "total" | wc -l`
122 $LS -Al $TESTDIR
H A Dsnapshot_004_pos.ksh79 FILE_COUNT=`$LS -Al $SNAPDIR | $GREP -v "total 0" | wc -l`
81 $LS $SNAPDIR
90 FILE_COUNT=`$LS -Al $SNAPDIR | $GREP -v "total 0" | wc -l`
92 $LS $SNAPDIR
H A Dclone_001_pos.ksh123 FILE_COUNT=`$LS -Al ${args[i+3]} | $GREP -v "total" | wc -l`
125 $LS -Al ${args[i+3]}
133 FILE_COUNT=`$LS -Al ${args[i+3]}/after* | $GREP -v "total" | wc -l`
135 $LS -Al ${args[i+3]}
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp76 auto LS = State->get<LoopStack>(); in processLoopEnd() local
77 if (!LS.isEmpty() && LS.getHead().getLoopStmt() == LoopStmt) in processLoopEnd()
78 State = State->set<LoopStack>(LS.getTail()); in processLoopEnd()
308 auto LS = State->get<LoopStack>(); in updateLoopStack() local
309 if (!LS.isEmpty() && LoopStmt == LS.getHead().getLoopStmt() && in updateLoopStack()
310 LCtx == LS.getHead().getLocationContext()) { in updateLoopStack()
311 if (LS.getHead().isUnrolled() && madeNewBranch(Pred, LoopStmt)) { in updateLoopStack()
312 State = State->set<LoopStack>(LS.getTail()); in updateLoopStack()
325 unsigned outerStep = (LS.isEmpty() ? 1 : LS.getHead().getMaxStep()); in updateLoopStack()
338 auto LS = State->get<LoopStack>(); in isUnrolledState() local
[all …]
/freebsd-13.1/tests/sys/cddl/zfs/tests/xattr/
H A Dxattr_008_pos.ksh78 OUTPUT=$($RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS .)
84 log_must eval "$RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS -a . > $TMPDIR/output.${TESTCASE_ID}"
91 log_must eval "$RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS . > $TMPDIR/output.${TESTCASE_ID}"
96 log_must eval "$RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS -a . > $TMPDIR/output.${TESTCASE_ID}"
103 OUTPUT=$($RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS ..)
110 log_mustnot eval "$RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS ../ > /dev/null 2>&1"
/freebsd-13.1/tests/sys/cddl/zfs/tests/cli_root/zfs_mount/
H A Dzfs_mount_008_pos.ksh96 log_mustnot $LS $testfile
97 log_must $LS $mntpnt/$TESTFILE1 $mntpnt/$TESTFILE2
103 log_must $LS $testfile1 $mntpnt1/$TESTFILE2
106 log_mustnot $LS $mntpnt/$TESTFILE2
107 log_must $LS $testfile
/freebsd-13.1/contrib/unbound/contrib/
H A Dunbound_cache.sh33 LS=`which ls`
92 $LS -lh $CONF/$FNAME
96 $LS -lh $filename
107 $LS -lh $CONF/$FNAME
112 $LS -lh $filename
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h40 LS, // Unsigned lower or same Less than or equal enumerator
59 case HI: return LS; in getOppositeCondition()
60 case LS: return HI; in getOppositeCondition()
76 case ARMCC::HS: return ARMCC::LS; in getSwappedCondition()
79 case ARMCC::LS: return ARMCC::HS; in getSwappedCondition()
157 case ARMCC::LS: return "ls"; in ARMCondCodeToString()
180 .Case("ls", ARMCC::LS) in ARMCondCodeFromString()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp649 Range(R), MainLoopStructure(LS) {} in LoopConstrainer()
1277 bool Increasing = LS.IndVarIncreasing; in changeIterationSpaceEnd()
1301 LS.LatchBr->setSuccessor(LS.LatchBrExitIdx, RRI.ExitSelector); in changeIterationSpaceEnd()
1302 B.SetInsertPoint(LS.LatchBr); in changeIterationSpaceEnd()
1327 for (PHINode &PN : LS.Header->phis()) { in changeIterationSpaceEnd()
1344 LS.LatchExit->replacePhiUsesWith(LS.Latch, RRI.ExitSelector); in changeIterationSpaceEnd()
1353 for (PHINode &PN : LS.Header->phis()) in rewriteIncomingValuesForPHIs()
1357 LS.IndVarStart = RRI.IndVarEnd; in rewriteIncomingValuesForPHIs()
1873 BPI->getEdgeProbability(LS.Latch, LS.LatchBrExitIdx); in isProfitableToTransform()
1929 if (!isProfitableToTransform(*L, LS)) in run()
[all …]
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dsocfpga_cyclone5_chameleon96.dts74 label = "LS-I2C0";
80 label = "LS-I2C1";
108 label = "LS-SPI0";
114 label = "LS-UART1";
120 label = "LS-UART0";
H A Dstih410-b2260.dts82 label = "LS-UART0";
93 label = "LS-UART1";
99 label = "LS-SPI0";
106 label = "LS-I2C0";
112 label = "LS-I2C1";
/freebsd-13.1/tests/sys/cddl/zfs/tests/acl/trivial/
H A Dzfs_acl_cp_002_neg.ksh72 initfiles=$($LS -R $INI_DIR/*)
78 testfiles=$($LS -R $TST_DIR/*)
80 ls_attr=$($LS -@ $tf | $AWK '{print substr($1, 11, 1)}')
H A Dzfs_acl_cp_003_neg.ksh70 typeset initfiles=$($LS -R $INI_DIR/*)
89 typeset testfiles=$($LS -R $TST_DIR/*)
91 typeset ls_attr=$(usr_exec $LS -@ $tf | \
/freebsd-13.1/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhi3798cv200-poplar.dts164 label = "LS-I2C0";
169 label = "LS-I2C1";
195 label = "LS-SPI0";
204 label = "LS-UART0";
206 /* No optional LS-UART1 on Low Speed Expansion Connector. */
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp119 else if (const LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation() local
120 Next = LS->getSubStmt(); in BuildScopeInformation()
141 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect() local
142 Detect(from, ToScopes[LS]); in Detect()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp106 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable() argument
107 auto &ScopeVars = ScopeVariables[LS]; in addScopeVariable()
123 void DwarfFile::addScopeLabel(LexicalScope *LS, DbgLabel *Label) { in addScopeLabel() argument
124 SmallVectorImpl<DbgLabel *> &Labels = ScopeLabels[LS]; in addScopeLabel()

12345678910>>...12