Searched refs:execute (Results 51 - 75 of 105) sorted by relevance

12345

/freebsd-current/tests/sys/cddl/zfs/tests/acl/
H A Dacl_common.kshlib383 *"execute:"*|execute)
396 *"execute:"*|execute)
/freebsd-current/libexec/nuageinit/
H A Dnuage.lua125 local r = os.execute(cmd)
137 os.execute(cmd)
168 local r = os.execute(cmd)
H A Dnuageinit301 local res,err = os.execute(path..'/user-data')
/freebsd-current/usr.bin/find/
H A Dfunction.c89 new->execute = option->execute;
803 (p->execute)(p, NULL);
1707 p && (state = (p->execute)(p, entry)); p = p->next);
1754 p && (state = (p->execute)(p, entry)); p = p->next);
1773 p && (state = (p->execute)(p, entry)); p = p->next);
1779 p && (state = (p->execute)(p, entry)); p = p->next);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp14 /// candidates and if profitable to execute the desired plan, generating vector
433 void VPBasicBlock::execute(VPTransformState *State) { function in class:VPBasicBlock
496 Recipe.execute(*State);
625 void VPRegionBlock::execute(VPTransformState *State) { function in class:VPRegionBlock
646 Block->execute(State);
667 Block->execute(State);
773 void VPlan::execute(VPTransformState *State) { function in class:VPlan
786 Block->execute(State);
/freebsd-current/contrib/kyua/examples/
H A Dkyua.conf46 -- Maximum number of jobs (such as test case runs) to execute concurrently.
/freebsd-current/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp198 llvm::Error InOrderIssueStage::execute(InstRef &IR) { function in class:llvm::mca::InOrderIssueStage
235 IS.execute(SourceIndex);
H A DExecuteStage.cpp186 Error ExecuteStage::execute(InstRef &IR) { function in class:llvm::mca::ExecuteStage
/freebsd-current/usr.bin/mail/
H A Dlex.c258 if (execute(linebuf, 0))
271 execute(char linebuf[], int contxt) function
321 * See if we should execute the command -- if a conditional
322 * we always execute it, otherwise, check the state of cond.
337 printf("May not execute \"%s\" while sending\n",
342 printf("May not execute \"%s\" while sourcing\n",
347 printf("May not execute \"%s\" -- message file is read only\n",
488 * spaces before `#' are ignored in execute()
H A Dcollect.c208 execute(&linebuf[2], 1);
/freebsd-current/sys/cam/ctl/
H A Dctl_private.h134 ctl_opfunc *execute; member in struct:ctl_cmd_entry
145 int (*execute)(struct ctl_nvmeio *); member in struct:ctl_nvme_cmd_entry
/freebsd-current/contrib/tcsh/
H A Dtc.sched.c240 /* execute the parse tree. */
241 execute(t, -1, NULL, NULL, TRUE);
H A Dsh.decls.h371 extern void execute (struct command *, volatile int, int *,
/freebsd-current/stand/i386/mbr/
H A Dmbr.S120 # is present, execute the bootstrap we just loaded.
/freebsd-current/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_aclmode_001_pos.ksh94 "execute" \
98 "read_data/execute" \
99 "write_data/append_data/execute" \
100 "read_data/write_data/append_data/execute"
118 # $3 ACE access which is read_data, write_data or execute
191 [[ $acl_access == *"execute"* ]] && \
192 tmpstr=${tmpstr}/execute
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm80 C<Text::Template::Preprocess> will then execute contents of C<$_> and
/freebsd-current/contrib/one-true-awk/
H A Dproto.h156 extern Cell *execute(Node *);
/freebsd-current/share/mk/
H A Dsuite.test.mk85 # not in the toolchain, and the tests execute code built for the target host.
/freebsd-current/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp82 IS->execute(IR.getSourceIndex());
/freebsd-current/contrib/atf/atf-sh/
H A Datf-check.cpp418 execute(const char* const* argv) function
444 return execute(sh_argv);
920 m_xflag ? execute_with_shell(m_argv) : execute(m_argv);
/freebsd-current/sys/kern/
H A Dkern_fail.c547 bool execute = false; local
579 execute = true;
584 if (execute == false)
796 printf("Discarding entry which cannot execute %s\n",
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h672 void execute(unsigned IID);
/freebsd-current/stand/i386/cdboot/
H A Dcdboot.S48 .set MEM_BTX_ENTRY,0x9010 # where BTX starts to execute
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp308 if (Error Err = Compare.execute(TheReaders[Index].get(),
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp118 Error LVCompare::execute(LVReader *ReferenceReader, LVReader *TargetReader) { function in class:LVCompare

Completed in 324 milliseconds

12345