Home
last modified time | relevance | path

Searched refs:PROG (Results 1 – 24 of 24) sorted by relevance

/openbmc/openbmc/meta-security/recipes-security/paxctl/paxctl/
H A D0001-To-fix-package-error-if-DESTDIR-is-set-to-usr.patch16 @@ -19,7 +19,7 @@ $(PROG).o: $(PROG).c $(PROG).h $(PROG)-elf.c
18 install: $(PROG)
20 - $(INSTALL) -D --owner 0 --group 0 --mode a=rx $(PROG) $(DESTDIR)/sbin/$(PROG)
21 + $(INSTALL) -D --owner 0 --group 0 --mode a=rx $(PROG) $(DESTDIR)/usr/sbin/$(PROG)
22 $(INSTALL) -D --owner 0 --group 0 --mode a=r $(PROG).1 $(DESTDIR)/$(MANDIR)/$(PROG).1
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cpuid/files/
H A D0001-Makefile-update-the-hardcode-path-to-bindir-mandir.patch22 install: $(PROG) $(PROG).man.gz cpuinfo2cpuid cpuinfo2cpuid.man.gz
23 - install -D $(INSTALL_STRIP) -m 755 $(PROG) $(BUILDROOT)/usr/bin/$(PROG)
24 - install -D -m 444 $(PROG).man.gz $(BUILDROOT)/usr/share/man/man1/$(PROG).1.gz
27 + install -D $(INSTALL_STRIP) -m 755 $(PROG) $(BUILDROOT)${bindir}/$(PROG)
28 + install -D -m 444 $(PROG).man.gz $(BUILDROOT)${mandir}/man1/$(PROG).1.gz
33 rm -f $(PROG) $(PROG).i386 $(PROG).x86_64
/openbmc/linux/samples/bpf/
H A Dspintest.bpf.c36 #define PROG(foo) \ macro
50 SEC("kprobe.multi/spin_*lock*")PROG(spin_lock)
51 SEC("kprobe.multi/*_spin_on_owner")PROG(spin_on_owner)
52 SEC("kprobe.multi/_raw_spin_*lock*")PROG(raw_spin_lock)
55 SEC("kprobe/htab_map_update_elem")PROG(p15)
56 SEC("kprobe/__htab_percpu_map_update_elem")PROG(p16)
57 SEC("kprobe/htab_map_alloc")PROG(p17)
H A Dtracex5.bpf.c16 #define PROG(F) SEC("kprobe/"__stringify(F)) int bpf_func_##F macro
46 PROG(SYS__NR_write)(struct pt_regs *ctx) in PROG() function
59 PROG(SYS__NR_read)(struct pt_regs *ctx) in PROG() function
73 PROG(SYS__NR_mmap2)(struct pt_regs *ctx) in PROG() function
83 PROG(SYS__NR_mmap)(struct pt_regs *ctx) in PROG() function
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/
H A Dsnort.init17 PROG=snort
41 /bin/echo "Starting $PROG: "
55 /bin/echo "$PROG startup complete."
62 /bin/echo "Stopping $PROG with PID `cat $PID`: "
65 /bin/echo "$PROG shutdown complete."
78 echo "$PROG is running as pid `cat $PID`:"
80 echo "$PROG is not running."
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A Dfreeradius24 PROG="radiusd"
29 if [ -r /etc/default/$PROG ]; then
30 . /etc/default/$PROG
71 echo -n "Starting $DESCR" "$PROG"
77 echo -n "Stopping $DESCR" "$PROG"
95 echo -n "Reloading $DESCR" "$PROG"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pngcheck/pngcheck/
H A D0001-make-Respect-variables-from-environement.patch40 PROG = pngcheck
43 @@ -57,13 +55,13 @@ EXES = $(PROG)$(E) $(PROG2)$(E) $(PROG3)$(E)
46 $(PROG)$(E): $(PROG).c
47 - $(CC) $(CFLAGS) -o $@ $(PROG).c $(LIBS)
48 + $(CC) $(CFLAGS) -o $@ $(PROG).c $(LDFLAGS) $(LIBS)
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-prog.rst27 PROG COMMANDS
30 | **bpftool** **prog** { **show** | **list** } [*PROG*]
33 | **bpftool** **prog pin** *PROG* *FILE*
35 | **bpftool** **prog attach** *PROG* *ATTACH_TYPE* [*MAP*]
68 **bpftool prog { show | list }** [*PROG*]
125 **bpftool prog pin** *PROG* *FILE*
126 Pin program *PROG* as *FILE*.
169 **bpftool prog attach** *PROG* *ATTACH_TYPE* [*MAP*]
170 Attach bpf program *PROG* (with type specified by
175 **bpftool prog detach** *PROG* *ATTACH_TYPE* [*MAP*]
[all …]
H A Dbpftool-cgroup.rst29 | **bpftool** **cgroup attach** *CGROUP* *ATTACH_TYPE* *PROG* [*ATTACH_FLAGS*]
30 | **bpftool** **cgroup detach** *CGROUP* *ATTACH_TYPE* *PROG*
33 | *PROG* := { **id** *PROG_ID* | **pinned** *FILE* | **tag** *PROG_TAG* }
72 **bpftool cgroup attach** *CGROUP* *ATTACH_TYPE* *PROG* [*ATTACH_FLAGS*]
73 Attach program *PROG* to the cgroup *CGROUP* with attach type
122 **bpftool cgroup detach** *CGROUP* *ATTACH_TYPE* *PROG*
123 Detach *PROG* from the cgroup *CGROUP* and attach type
H A Dbpftool-net.rst28 | **bpftool** **net attach** *ATTACH_TYPE* *PROG* **dev** *NAME* [ **overwrite** ]
32 | *PROG* := { **id** *PROG_ID* | **pinned** *FILE* | **tag** *PROG_TAG* }
63 **bpftool** **net attach** *ATTACH_TYPE* *PROG* **dev** *NAME* [ **overwrite** ]
64 Attach bpf program *PROG* to network interface *NAME* with
H A Dbpftool.rst32 *PROG-COMMANDS* := { **show** | **list** | **dump jited** | **dump xlated** | **pin** |
H A Dbpftool-btf.rst30 | *BTF_SRC* := { **id** *BTF_ID* | **prog** *PROG* | **map** *MAP* [{**key** | **value** | **kv** |…
33 | *PROG* := { **id** *PROG_ID* | **pinned** *FILE* | **tag** *PROG_TAG* }
H A Dbpftool-map.rst49 | *PROG* := { **id** *PROG_ID* | **pinned** *FILE* | **tag** *PROG_TAG* | **name** *PROG_NAME* }
50 | *VALUE* := { *DATA* | *MAP* | *PROG* }
/openbmc/openbmc/meta-security/recipes-security/paxctl/
H A Dpaxctl_0.9.bb30 local PROG=paxctl
33 install --mode a=rx $PROG ${D}${base_sbindir}/$PROG
34 install --mode a=r $PROG.1 ${D}${mandir}/man1/$PROG.1
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A DMakefile2 PROG= aicasm macro
17 clean-files:= ${GENSRCS} ${GENHDRS} $(YSRCS:.y=.output) $(PROG)
38 $(PROG): $(OUTDIR) ${GENHDRS} $(SRCS)
39 $(AICASM_CC) $(AICASM_CFLAGS) $(SRCS) -o $(OUTDIR)/$(PROG) $(LIBS)
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_tcp_check_syncookie.sh66 ns1_exec "${PROG}" "${BPF_PROG_ID}"
73 ns1_exec "${PROG}" "${BPF_PROG_ID}"
83 PROG="${DIR}/test_tcp_check_syncookie_user"
H A Dtest_skb_cgroup_id.sh50 ${PROG} ${TEST_IF} ${BPF_PROG_ID}
60 PROG="${DIR}/test_skb_cgroup_id_user"
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c22 #define PROG(F) PROG_(F, _##F) macro
275 PROG(IP)(struct __sk_buff *skb) in PROG() function
324 PROG(IPV6)(struct __sk_buff *skb) in PROG() function
346 PROG(IPV6OP)(struct __sk_buff *skb) in PROG() function
364 PROG(IPV6FR)(struct __sk_buff *skb) in PROG() function
392 PROG(MPLS)(struct __sk_buff *skb) in PROG() function
404 PROG(VLAN)(struct __sk_buff *skb) in PROG() function
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh30 PROG=$1
47 *) echo "Usage: $PROG [-v] [-d <delay-factor>"
/openbmc/linux/arch/arm/boot/dts/nxp/ls/
H A Dls1021a-moxa-uc-8410a.dts56 label = "UC8410A:RED:PROG";
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6ull-dhcor-maveo-box.dts123 "PSOC-SWD-IO", "PSOC-SWD-CLK", "PSOC-RESET", "ZIGBEE-PROG",
/openbmc/linux/Documentation/bpf/
H A Dbtf.rst579 BPF_{PROG,MAP}_GET_NEXT_ID (get prog/map id's)
582 BPF_{PROG,MAP}_GET_FD_BY_ID (get a prog/map fd)
678 3.4 BPF_{PROG,MAP}_GET_NEXT_ID
684 The bpf syscall command BPF_{PROG,MAP}_GET_NEXT_ID returns all id's, one for
688 3.5 BPF_{PROG,MAP}_GET_FD_BY_ID
/openbmc/linux/sound/pci/riptide/
H A Driptide.c397 u16 PROG; member
644 .PROG = 773,
1210 firmware.firmware.AUXDSP, firmware.firmware.PROG); in try_to_load_firmware()
1891 chip->firmware.firmware.PROG); in snd_riptide_proc_read()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat-openbsd/
H A D0001-bundle-own-base64-encode-decode-functions.patch30 PROG= nc