Home
last modified time | relevance | path

Searched refs:argp (Results 1 – 25 of 46) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A Dargp.patch10 # argp
12 AC_CHECK_HEADERS(argp.h)
18 +AC_SEARCH_LIBS([argp_parse], [argp c], [], [
24 echo 'configuring argp...'
25 cd argp
27 echo 'argp configured.'
H A D0001-Check-for-limits.h-during-configure.patch23 # argp
25 AC_CHECK_HEADERS(argp.h)
H A D0005-check-for-libexecinfo-during-configure.patch17 @@ -159,6 +159,12 @@ AC_SEARCH_LIBS([argp_parse], [argp c], [], [
/openbmc/openbmc-tools/adcapp/src/
H A Dadcifc.c39 static int sys_get_adc_vol( get_adc_value_t *argp ) in sys_get_adc_vol() argument
48 if(argp->channel_num > 15) retval = -1; in sys_get_adc_vol()
50 if (argp->channel_num >= 8) { in sys_get_adc_vol()
52 argp->channel_num -= 8; in sys_get_adc_vol()
62 devpath, argp->channel_num); in sys_get_adc_vol()
75 argp->channel_value = (uint16_t)(tmp); in sys_get_adc_vol()
/openbmc/openbmc-tools/pwmtachtool/src/
H A Dpwmtach.c212 static int pwmtach_action( pwmtach_ioctl_data* argp, int command ) in pwmtach_action() argument
219 retval = SET_PWM_DUTYCYCLE(argp); in pwmtach_action()
223 retval = SET_PWM_DUTYCYCLE_VALUE(argp); in pwmtach_action()
226 retval = GET_TACH_SPEED(argp); in pwmtach_action()
229 argp->tachnumber = GET_TACH_NUMBER(argp->fannumber); in pwmtach_action()
230 retval = GET_TACH_SPEED(argp); in pwmtach_action()
233 retval = GET_PWM_DUTYCYCLE(argp); in pwmtach_action()
236 argp->max_rpm = RPM_MAX; in pwmtach_action()
237 argp->min_rpm = RPM_MIN; in pwmtach_action()
240argp->pwmnumber = GET_PWM_NUMBER(argp);; //since we don't have the fan to pwm mapping, jus… in pwmtach_action()
[all …]
/openbmc/openbmc/poky/meta/recipes-support/argp-standalone/
H A Dargp-standalone_1.4.1.bb6 HOMEPAGE = "https://github.com/ericonr/argp-standalone"
8 LIC_FILES_CHKSUM = "file://argp.h;beginline=1;endline=20;md5=464f2cfb1c35a5123f9e309d7afd79f8"
11 SRC_URI = "git://github.com/ericonr/argp-standalone;branch=master;protocol=https \
26 install -D -m 0644 ${S}/argp.h ${D}${includedir}/argp.h
/openbmc/openbmc/poky/meta/recipes-support/argp-standalone/files/
H A Dout_of_tree_build.patch5 Upstream-Status: Submitted [https://github.com/ericonr/argp-standalone/pull/9]
6 Index: argp-standalone-1.3/testsuite/Makefile.am
8 --- argp-standalone-1.3.orig/testsuite/Makefile.am
9 +++ argp-standalone-1.3/testsuite/Makefile.am
/openbmc/qemu/bsd-user/freebsd/
H A Dos-proc.c35 char **argp, **envp, **qarg0; in freebsd_exec_common() local
65 qarg0 = argp = g_new0(char *, argc + 9); in freebsd_exec_common()
67 *argp++ = (char *)getprogname(); in freebsd_exec_common()
68 *argp++ = (char *)getprogname(); in freebsd_exec_common()
70 for (gp = guest_argp, q = argp; gp; gp += sizeof(abi_ulong), q++) { in freebsd_exec_common()
114 ret = get_errno(fexecve((int)path_or_fd, argp, envp)); in freebsd_exec_common()
121 ret = get_errno(execve(p, argp, envp)); in freebsd_exec_common()
126 for (gp = guest_argp, q = argp; *q; gp += sizeof(abi_ulong), q++) { in freebsd_exec_common()
H A Dos-proc.h40 static inline abi_long do_freebsd_execve(abi_ulong path_or_fd, abi_ulong argp, in do_freebsd_execve() argument
44 return freebsd_exec_common(path_or_fd, argp, envp, 0); in do_freebsd_execve()
48 static inline abi_long do_freebsd_fexecve(abi_ulong path_or_fd, abi_ulong argp, in do_freebsd_fexecve() argument
52 return freebsd_exec_common(path_or_fd, argp, envp, 1); in do_freebsd_fexecve()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatcat/fatcat/
H A D0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch4 Subject: [PATCH] Use unistd.h not argp.h for all POSIX systems
7 of any of the GNU specific argp extensions. Include unistd.h directly to
32 -#include <argp.h>
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dtftp-0.49-cmd_arg.patch143 - char **argp = margv;
144 + char **argp;
150 + argp = margv;
156 *argp++ = cp;
161 + argp = margv + margc;
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p.c220 va_list argp; in regex_replace() local
222 va_start(argp, replace_fmt); in regex_replace()
223 replace = g_strdup_vprintf(replace_fmt, argp); in regex_replace()
224 va_end(argp); in regex_replace()
/openbmc/qemu/util/
H A Derror-report.c145 const char *const *argp; in print_loc() local
153 argp = cur_loc->ptr; in print_loc()
155 error_printf("%s%s", sep, argp[i]); in print_loc()
/openbmc/openbmc/poky/meta/recipes-kernel/linux/
H A Dgenerate-cve-exclusions.py90 def main(argp=None): argument
95 args = parser.parse_args(argp)
/openbmc/qemu/block/
H A Dthrottle-groups.c893 ThrottleLimits *argp; in throttle_group_set_limits() local
896 if (!visit_type_ThrottleLimits(v, name, &argp, errp)) { in throttle_group_set_limits()
901 throttle_limits_to_config(argp, &cfg, &local_err); in throttle_group_set_limits()
909 qapi_free_ThrottleLimits(argp); in throttle_group_set_limits()
920 ThrottleLimits *argp = &arg; in throttle_group_get_limits() local
926 throttle_config_to_limits(&cfg, argp); in throttle_group_get_limits()
928 visit_type_ThrottleLimits(v, name, &argp, errp); in throttle_group_get_limits()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/
H A Dwvstreams_4.6.1.bb8 DEPENDS:append:libc-musl = " argp-standalone libexecinfo"
16 file://argp.patch \
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libavc1394/
H A Dlibavc1394_0.5.4.bb7 DEPENDS:append:libc-musl = " argp-standalone"
/openbmc/openbmc/poky/meta/recipes-devtools/dwarfsrcfiles/
H A Ddwarfsrcfiles.bb9 DEPENDS:append:libc-musl = " argp-standalone"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/zchunk/
H A Dzchunk_1.5.1.bb12 DEPENDS:append:libc-musl = " argp-standalone"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/serialcheck/
H A Dserialcheck_1.0.0.bb16 DEPENDS:append:libc-musl = " argp-standalone"
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatcat/
H A Dfatcat_1.1.1.bb11 file://0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch \
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/grubby/grubby/
H A D0004-rpm-sort-include-string.h-for-strverscmp.patch24 #include <argp.h>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freeipmi/
H A Dfreeipmi_1.6.15.bb23 DEPENDS:append:libc-musl = " argp-standalone"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uftrace/
H A Duftrace_0.17.bb9 DEPENDS:append:libc-musl = " argp-standalone"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A D0001-Fix-build-errors-related-to-incorrect-function-param.patch11 172 | client_rpc_xact_1(char *argp, CLIENT *clnt)
54 +extern char *client_rpc_xact_1(char *argp, CLIENT *clnt);
61 @@ -185,17 +185,15 @@ client_rpc_xact_1(char *argp, CLIENT *clnt)

12