| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/ |
| H A D | argp.patch | 10 # 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 D | 0001-Check-for-limits.h-during-configure.patch | 23 # argp 25 AC_CHECK_HEADERS(argp.h)
|
| H A D | 0005-check-for-libexecinfo-during-configure.patch | 17 @@ -159,6 +159,12 @@ AC_SEARCH_LIBS([argp_parse], [argp c], [], [
|
| /openbmc/openbmc-tools/adcapp/src/ |
| H A D | adcifc.c | 39 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 D | pwmtach.c | 212 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() 240 …argp->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 D | argp-standalone_1.4.1.bb | 6 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 D | out_of_tree_build.patch | 5 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 D | os-proc.c | 35 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 D | os-proc.h | 40 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 D | 0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch | 4 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 D | tftp-0.49-cmd_arg.patch | 143 - char **argp = margv; 144 + char **argp; 150 + argp = margv; 156 *argp++ = cp; 161 + argp = margv + margc;
|
| /openbmc/qemu/tests/qtest/libqos/ |
| H A D | virtio-9p.c | 220 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 D | error-report.c | 145 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 D | generate-cve-exclusions.py | 90 def main(argp=None): argument 95 args = parser.parse_args(argp)
|
| /openbmc/qemu/block/ |
| H A D | throttle-groups.c | 893 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 D | wvstreams_4.6.1.bb | 8 DEPENDS:append:libc-musl = " argp-standalone libexecinfo" 16 file://argp.patch \
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libavc1394/ |
| H A D | libavc1394_0.5.4.bb | 7 DEPENDS:append:libc-musl = " argp-standalone"
|
| /openbmc/openbmc/poky/meta/recipes-devtools/dwarfsrcfiles/ |
| H A D | dwarfsrcfiles.bb | 9 DEPENDS:append:libc-musl = " argp-standalone"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/zchunk/ |
| H A D | zchunk_1.5.1.bb | 12 DEPENDS:append:libc-musl = " argp-standalone"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/serialcheck/ |
| H A D | serialcheck_1.0.0.bb | 16 DEPENDS:append:libc-musl = " argp-standalone"
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatcat/ |
| H A D | fatcat_1.1.1.bb | 11 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 D | 0004-rpm-sort-include-string.h-for-strverscmp.patch | 24 #include <argp.h>
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freeipmi/ |
| H A D | freeipmi_1.6.15.bb | 23 DEPENDS:append:libc-musl = " argp-standalone"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uftrace/ |
| H A D | uftrace_0.17.bb | 9 DEPENDS:append:libc-musl = " argp-standalone"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/ |
| H A D | 0001-Fix-build-errors-related-to-incorrect-function-param.patch | 11 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)
|