Searched full:call (Results 1 – 25 of 4733) sorted by relevance
12345678910>>...190
/openbmc/linux/net/rxrpc/ |
D | rxperf.c |
|
D | recvmsg.c |
|
D | call_state.c |
|
D | call_accept.c |
|
/openbmc/openbmc/meta-security/recipes-ids/ossec/files/ |
H A D | 0002-Makefile-don-t-set-uid-gid.patch | 30 - $(call INSTALL_CMD,0550,root,0) ossec-agentd ${PREFIX}/bin 31 - $(call INSTALL_CMD,0550,root,0) agent-auth ${PREFIX}/bin 32 + $(call INSTALL_CMD,0550) ossec-agentd ${PREFIX}/bin 33 + $(call INSTALL_CMD,0550) agent-auth ${PREFIX}/bin 35 - $(call INSTALL_CMD,0750,${OSSEC_USER},${OSSEC_GROUP}) -d ${PREFIX}/queue/rids 36 + $(call INSTALL_CMD,0750) -d ${PREFIX}/queue/rids 44 - $(call INSTALL_CMD,0550,root,${OSSEC_GROUP}) -d ${PREFIX}/ 45 - $(call INSTALL_CMD,0750,${OSSEC_USER},${OSSEC_GROUP}) -d ${PREFIX}/logs 46 - $(call INSTALL_CMD,0660,${OSSEC_USER},${OSSEC_GROUP}) /dev/null ${PREFIX}/logs/ossec.log 48 - $(call INSTALL_CMD,0550,root,0) -d ${PREFIX}/bin [all …]
|
/openbmc/linux/include/trace/ |
D | trace_events.h |
|
D | trace_custom_events.h |
|
/openbmc/linux/include/asm-generic/ |
D | syscall.h |
|
/openbmc/linux/tools/perf/util/ |
D | thread-stack.h |
|
/openbmc/linux/Documentation/networking/ |
D | rxrpc.rst |
|
/openbmc/linux/include/linux/firmware/intel/ |
D | stratix10-smc.h |
|
/openbmc/linux/arch/x86/ |
D | Makefile_32.cpu |
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
D | verifier_spin_lock.c |
|
D | verifier_subreg.c |
|
D | verifier_ref_tracking.c |
|
D | iters_state_safety.c |
|
D | verifier_helper_restricted.c |
|
/openbmc/linux/tools/scripts/ |
D | utilities.mak |
|
/openbmc/linux/Documentation/process/ |
D | adding-syscalls.rst |
|
/openbmc/linux/tools/perf/ |
D | Makefile.config |
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | hub.fuc |
|
/openbmc/u-boot/arch/arm/ |
H A D | config.mk | 20 PLATFORM_RELFLAGS += $(call cc-option, -msoft-float) \ 21 $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) 24 LLVM_RELFLAGS := $(call cc-option,-mllvm,) \ 25 $(call cc-option,-mno-movt,) 38 AFLAGS_IMPLICIT_IT := $(call as-option,-Wa$(comma)-mimplicit-it=always) 40 $(call cc-option, -mthumb -mthumb-interwork,\ 41 $(call cc-option,-marm,)\ 42 $(call cc-option,-mno-thumb-interwork,)\ 45 PF_CPPFLAGS_ARM := $(call cc-option,-marm,) \ 46 $(call cc-option,-mno-thumb-interwork,) [all …]
|
/openbmc/linux/include/linux/ |
D | delayed_call.h |
|
/openbmc/linux/arch/sh/boot/ |
D | Makefile |
|
/openbmc/linux/arch/mips/boot/ |
D | Makefile |
|
12345678910>>...190