| /openbmc/u-boot/net/ |
| H A D | bootp.c | 826 static void dhcp_process_options(uchar *popt, uchar *end) in dhcp_process_options() argument 833 while (popt < end && *popt != 0xff) { in dhcp_process_options() 834 oplen = *(popt + 1); in dhcp_process_options() 835 switch (*popt) { in dhcp_process_options() 840 net_copy_ip(&net_netmask, (popt + 2)); in dhcp_process_options() 845 net_copy_u32((u32 *)to_ptr, (u32 *)(popt + 2)); in dhcp_process_options() 850 net_copy_ip(&net_gateway, (popt + 2)); in dhcp_process_options() 853 net_copy_ip(&net_dns_server, (popt + 2)); in dhcp_process_options() 855 if (*(popt + 1) > 4) in dhcp_process_options() 856 net_copy_ip(&net_dns_server2, (popt + 2 + 4)); in dhcp_process_options() [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/distcc/ |
| H A D | distcc_3.4.bb | 11 PACKAGECONFIG ??= "popt" 13 # use system popt by default 14 PACKAGECONFIG[popt] = "--without-included-popt,--with-included-popt,popt"
|
| /openbmc/openbmc/meta-phosphor/recipes-devtools/rsync/ |
| H A D | rsync_%.bbappend | 1 DEPENDS:append:class-target = " popt zlib" 6 --without-included-popt --without-included-zlib \
|
| /openbmc/openbmc/poky/meta/recipes-devtools/fdisk/ |
| H A D | gptfdisk_1.0.10.bb | 20 PACKAGECONFIG ??= "ncurses popt" 22 PACKAGECONFIG[popt] = "sgdisk,,popt"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/isomd5sum/ |
| H A D | isomd5sum_1.2.5.bb | 4 DEPENDS = "popt python3 openssl curl popt-native"
|
| /openbmc/openbmc/poky/meta/recipes-support/popt/ |
| H A D | popt_1.19.bb | 11 SRC_URI = "http://ftp.rpm.org/popt/releases/popt-1.x/${BP}.tar.gz \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/librsync/ |
| H A D | librsync_2.3.4.bb | 10 DEPENDS = "popt"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/icon-slicer/ |
| H A D | icon-slicer_0.3.bb | 4 DEPENDS = "gdk-pixbuf popt xcursorgen"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/rabbitmq-c/ |
| H A D | rabbitmq-c_0.15.0.bb | 12 DEPENDS = "popt openssl"
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/orage/ |
| H A D | orage_4.18.0.bb | 5 DEPENDS = "gtk+ xfce4-panel libical popt"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dbench/ |
| H A D | dbench_4.0.bb | 8 DEPENDS = "popt"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/ |
| H A D | gphoto2_2.5.28.bb | 6 DEPENDS = "libgphoto2 popt readline"
|
| /openbmc/openbmc/poky/meta/recipes-bsp/efibootmgr/ |
| H A D | efibootmgr_18.bb | 9 DEPENDS = "efivar popt"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/usleep/ |
| H A D | usleep_1.2.bb | 8 DEPENDS = "popt"
|
| /openbmc/qemu/system/ |
| H A D | vl.c | 1634 const QEMUOption *popt; in lookup_opt() local 1644 popt = qemu_options; in lookup_opt() 1646 if (!popt->name) { in lookup_opt() 1650 if (!strcmp(popt->name, r + 1)) in lookup_opt() 1652 popt++; in lookup_opt() 1654 if (popt->flags & HAS_ARG) { in lookup_opt() 1668 return popt; in lookup_opt() 2901 const QEMUOption *popt; in qemu_init() local 2903 popt = lookup_opt(argc, argv, &optarg, &optind); in qemu_init() 2904 switch (popt->index) { in qemu_init() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/libuser/ |
| H A D | libuser_0.64.bb | 23 DEPENDS = "bison-native popt libpam glib-2.0 python3"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus-cxx/ |
| H A D | dbus-cxx_2.5.2.bb | 26 PACKAGECONFIG[tools] = "-DENABLE_TOOLS=ON,-DENABLE_TOOLS=OFF,popt cppgenerate dbus"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/newt/ |
| H A D | libnewt_0.52.25.bb | 18 DEPENDS = "slang popt python3"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/ |
| H A D | cryptsetup_2.7.5.bb | 15 popt \ 77 # Requires a static popt library
|
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/grubby/ |
| H A D | grubby_git.bb | 12 DEPENDS = "popt util-linux rpm"
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipvsadm/ |
| H A D | ipvsadm_1.31.bb | 17 DEPENDS += "libnl popt"
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rsync/ |
| H A D | rsync_3.4.1.bb | 11 DEPENDS = "popt"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
| H A D | acinclude.m4 | 179 dnl AX_POPT_CONST - check popt prototype 182 AC_MSG_CHECKING([popt prototype]) 185 AC_TRY_COMPILE([#include <popt.h>], 191 AC_MSG_RESULT([takes const char **]); AC_DEFINE(CONST_POPT, 1, [whether popt prototype takes a cons…
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/ |
| H A D | libldb_2.8.1.bb | 6 DEPENDS += "libtdb libtalloc libtevent popt cmocka"
|
| /openbmc/openbmc/poky/meta/conf/distro/include/ |
| H A D | ptest-packagelists.inc | 56 popt \
|