| /freebsd-14.2/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
| H A D | zfs_acl_ls_001_pos.ksh | 68 log_assert "Verify that '$LS' command supports ZFS ACLs." 86 log_note "Verify that '$LS [-dv]' can list file/directory ACEs of its acl." 93 ls_str="$LS -v" 95 ls_str="$LS -dv" 105 log_fail "'$LS [-dv] fails to list file/directroy acls." 108 log_note "Verify that '$LS [-dl] [-dv]' can output '+' to indicate " \ 115 log_must eval "$LS -ld -vd $obj | $GREP "+" > /dev/null" 118 log_must eval "$LS -ld -vd $obj | $GREP $spec_ace > /dev/null" 122 log_pass "'$LS' command succeeds to support ZFS ACLs."
|
| H A D | zfs_acl_chmod_inherit_002_pos.ksh | 282 $LS -vd $basedir 283 $LS -vd $node 299 $LS -vd $basedir 300 $LS -vd $node 324 $LS -vd $basedir 325 $LS -vd $node
|
| H A D | zfs_acl_chmod_inherit_003_pos.ksh | 295 $LS -Vd $basedir 296 $LS -Vd $node 312 $LS -Vd $basedir 313 $LS -Vd $node 337 $LS -Vd $basedir 338 $LS -Vd $node
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/acl/ |
| H A D | acl_common.kshlib | 53 $LS -ld $obj | $AWK '{print $1}' 68 $LS -vd $obj | $NAWK '(NR != 1) {print $0}' 83 $LS -Vd $obj | $NAWK '(NR != 1) {print $0}' 262 $LS -vd $1 | $NAWK 'BEGIN {count=0} 300 $LS $args $file > $tmpfile 419 for xattr in `$RUNAT $obj $LS | \ 438 value=$($LS -dl $node | $AWK '{print $3}') 440 value=$($LS -l $node | $AWK '{print $3}') 459 value=$($LS -dl $node | $AWK '{print $4}') 461 value=$($LS -l $node | $AWK '{print $4}') [all …]
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/snapshot/ |
| H A D | rollback_001_pos.ksh | 85 FILE_COUNT=`$LS -Al $SNAPDIR | $GREP -v "total" | wc -l` 87 $LS -Al $SNAPDIR 99 FILE_COUNT=`$LS -Al $TESTDIR/after* 2> /dev/null | $GREP -v "total" | wc -l` 101 $LS -Al $TESTDIR 105 FILE_COUNT=`$LS -Al $TESTDIR/before* 2> /dev/null \ 108 $LS -Al $TESTDIR
|
| H A D | snapshot_011_pos.ksh | 84 FILE_COUNT=`$LS -Al $SNAPDIR | $GREP -v "total" | wc -l` 86 $LS -Al $SNAPDIR 99 FILE_COUNT=`$LS -Al $TESTDIR/after* 2> /dev/null | $GREP -v "total" | wc -l` 101 $LS -Al $TESTDIR 105 FILE_COUNT=`$LS -Al $TESTDIR/before* 2> /dev/null \ 108 $LS -Al $TESTDIR
|
| H A D | rollback_002_pos.ksh | 90 FILE_COUNT=`$LS -Al $SNAPDIR | $GREP -v "total" | wc -l` 92 $LS -Al $SNAPDIR 111 FILE_COUNT=`$LS -Al $TESTDIR/aftersecond* 2> /dev/null \ 114 $LS -Al $TESTDIR 118 FILE_COUNT=`$LS -Al $TESTDIR/original* $TESTDIR/afterfirst*| $GREP -v "total" | wc -l` 120 $LS -Al $TESTDIR
|
| H A D | snapshot_004_pos.ksh | 77 FILE_COUNT=`$LS -Al $SNAPDIR | $GREP -v "total 0" | wc -l` 79 $LS $SNAPDIR 88 FILE_COUNT=`$LS -Al $SNAPDIR | $GREP -v "total 0" | wc -l` 90 $LS $SNAPDIR
|
| H A D | clone_001_pos.ksh | 121 FILE_COUNT=`$LS -Al ${args[i+3]} | $GREP -v "total" | wc -l` 123 $LS -Al ${args[i+3]} 131 FILE_COUNT=`$LS -Al ${args[i+3]}/after* | $GREP -v "total" | wc -l` 133 $LS -Al ${args[i+3]}
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 79 auto LS = State->get<LoopStack>(); in processLoopEnd() local 80 if (!LS.isEmpty() && LS.getHead().getLoopStmt() == LoopStmt) in processLoopEnd() 81 State = State->set<LoopStack>(LS.getTail()); in processLoopEnd() 311 auto LS = State->get<LoopStack>(); in updateLoopStack() local 312 if (!LS.isEmpty() && LoopStmt == LS.getHead().getLoopStmt() && in updateLoopStack() 313 LCtx == LS.getHead().getLocationContext()) { in updateLoopStack() 314 if (LS.getHead().isUnrolled() && madeNewBranch(Pred, LoopStmt)) { in updateLoopStack() 315 State = State->set<LoopStack>(LS.getTail()); in updateLoopStack() 328 unsigned outerStep = (LS.isEmpty() ? 1 : LS.getHead().getMaxStep()); in updateLoopStack() 341 auto LS = State->get<LoopStack>(); in isUnrolledState() local [all …]
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/xattr/ |
| H A D | xattr_008_pos.ksh | 76 OUTPUT=$($RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS .) 82 log_must eval "$RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS -a . > $TMPDIR/output.${TESTCASE_ID}" 89 log_must eval "$RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS . > $TMPDIR/output.${TESTCASE_ID}" 94 log_must eval "$RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS -a . > $TMPDIR/output.${TESTCASE_ID}" 101 OUTPUT=$($RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS ..) 108 log_mustnot eval "$RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS ../ > /dev/null 2>&1"
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYInstPrinter.cpp | 204 ListSeparator LS; in printPSRFlag() local 207 O << LS << "ee"; in printPSRFlag() 209 O << LS << "ie"; in printPSRFlag() 211 O << LS << "fe"; in printPSRFlag() 213 O << LS << "af"; in printPSRFlag() 228 ListSeparator LS; in printRegisterList() local 231 O << LS; in printRegisterList() 241 O << LS; in printRegisterList() 246 O << LS; in printRegisterList() 258 O << LS; in printRegisterList()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopConstrainer.cpp | 460 MainLoopStructure(LS), SR(SR) {} in LoopConstrainer() 596 bool Increasing = LS.IndVarIncreasing; in changeIterationSpaceEnd() 619 LS.LatchBr->setSuccessor(LS.LatchBrExitIdx, RRI.ExitSelector); in changeIterationSpaceEnd() 620 B.SetInsertPoint(LS.LatchBr); in changeIterationSpaceEnd() 621 Value *IndVarBase = NoopOrExt(LS.IndVarBase); in changeIterationSpaceEnd() 628 LS.LatchBr->setCondition(CondForBranch); in changeIterationSpaceEnd() 645 for (PHINode &PN : LS.Header->phis()) { in changeIterationSpaceEnd() 662 LS.LatchExit->replacePhiUsesWith(LS.Latch, RRI.ExitSelector); in changeIterationSpaceEnd() 671 for (PHINode &PN : LS.Header->phis()) in rewriteIncomingValuesForPHIs() 675 LS.IndVarStart = RRI.IndVarEnd; in rewriteIncomingValuesForPHIs() [all …]
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/cli_root/zfs_mount/ |
| H A D | zfs_mount_008_pos.ksh | 94 log_mustnot $LS $testfile 95 log_must $LS $mntpnt/$TESTFILE1 $mntpnt/$TESTFILE2 101 log_must $LS $testfile1 $mntpnt1/$TESTFILE2 104 log_mustnot $LS $mntpnt/$TESTFILE2 105 log_must $LS $testfile
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | InstrDocsEmitter.cpp | 143 ListSeparator LS; in EmitInstrDocs() local 145 OS << LS << "``" << FlagString << "``"; in EmitInstrDocs() 190 ListSeparator LS; in EmitInstrDocs() local 192 OS << LS << "``" << Def->getName() << "``"; in EmitInstrDocs() 199 ListSeparator LS; in EmitInstrDocs() local 201 OS << LS << "``" << Use->getName() << "``"; in EmitInstrDocs() 210 ListSeparator LS; in EmitInstrDocs() local 212 OS << LS << "``" << P->getName() << "``"; in EmitInstrDocs()
|
| H A D | CallingConvEmitter.cpp | 172 ListSeparator LS; in EmitAction() local 179 O << LS << Name; in EmitAction() 230 ListSeparator LS; in EmitAction() local 232 O << LS << getQualifiedName(RegList->getElementAsRecord(i)); in EmitAction() 286 ListSeparator LS; in EmitAction() local 288 O << LS << getQualifiedName(ShadowRegList->getElementAsRecord(i)); in EmitAction() 408 ListSeparator LS; in EmitArgRegisterLists() local 410 O << LS << Reg; in EmitArgRegisterLists() 426 ListSeparator LS; in EmitArgRegisterLists() local 428 O << LS << Reg; in EmitArgRegisterLists()
|
| /freebsd-14.2/contrib/unbound/contrib/ |
| H A D | unbound_cache.sh | 33 LS=`which ls` 92 $LS -lh $CONF/$FNAME 96 $LS -lh $filename 107 $LS -lh $CONF/$FNAME 112 $LS -lh $filename
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/Utils/ |
| H A D | ARMBaseInfo.h | 40 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-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMarkLastScratchLoad.cpp | 30 LiveStacks *LS = nullptr; member in __anon41775fee0111::AMDGPUMarkLastScratchLoad 67 LS = &getAnalysis<LiveStacks>(); in runOnMachineFunction() 73 const unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction() 79 LLVM_DEBUG(dbgs() << LS->getNumIntervals() << " intervals\n"); in runOnMachineFunction() 83 for (auto &[SS, LI] : *LS) { in runOnMachineFunction()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | socfpga_cyclone5_chameleon96.dts | 74 label = "LS-I2C0"; 80 label = "LS-I2C1"; 108 label = "LS-SPI0"; 114 label = "LS-UART1"; 120 label = "LS-UART0";
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/acl/trivial/ |
| H A D | zfs_acl_cp_002_neg.ksh | 70 initfiles=$($LS -R $INI_DIR/*) 76 testfiles=$($LS -R $TST_DIR/*) 78 ls_attr=$($LS -@ $tf | $AWK '{print substr($1, 11, 1)}')
|
| H A D | zfs_acl_cp_003_neg.ksh | 68 typeset initfiles=$($LS -R $INI_DIR/*) 87 typeset testfiles=$($LS -R $TST_DIR/*) 89 typeset ls_attr=$(usr_exec $LS -@ $tf | \
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | CSKYAttributeParser.cpp | 122 ListSeparator LS(" "); in fpuHardFP() local 127 description += LS; in fpuHardFP() 131 description += LS; in fpuHardFP() 135 description += LS; in fpuHardFP()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfFile.cpp | 105 void DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable() argument 106 auto &ScopeVars = ScopeVariables[LS]; in addScopeVariable() 117 void DwarfFile::addScopeLabel(LexicalScope *LS, DbgLabel *Label) { in addScopeLabel() argument 118 SmallVectorImpl<DbgLabel *> &Labels = ScopeLabels[LS]; in addScopeLabel()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/hisilicon/ |
| H A D | hi3798cv200-poplar.dts | 164 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. */
|