Home
last modified time | relevance | path

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

12

/openbmc/u-boot/net/
H A Dbootp.c826 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/linux/fs/isofs/
H A Dinode.c337 static int parse_options(char *options, struct iso9660_options *popt) in parse_options() argument
343 popt->map = 'n'; in parse_options()
344 popt->rock = 1; in parse_options()
345 popt->joliet = 1; in parse_options()
346 popt->cruft = 0; in parse_options()
347 popt->hide = 0; in parse_options()
348 popt->showassoc = 0; in parse_options()
349 popt->check = 'u'; /* unset */ in parse_options()
350 popt->nocompress = 0; in parse_options()
351 popt->blocksize = 1024; in parse_options()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/distcc/
H A Ddistcc_3.4.bb11 PACKAGECONFIG ??= "popt"
13 # use system popt by default
14 PACKAGECONFIG[popt] = "--without-included-popt,--with-included-popt,popt"
/openbmc/linux/tools/perf/scripts/python/
H A Dcompaction-times.py16 class popt: class
151 if opt_proc != popt.DISP_DFL:
182 if opt_proc != popt.DISP_DFL:
185 if opt_proc == popt.DISP_PROC_VERBOSE:
190 if opt_proc == popt.DISP_PROC_VERBOSE and not self.is_filtered():
265 opt_proc = popt.DISP_DFL
280 opt_proc = popt.DISP_PROC
282 opt_proc = popt.DISP_PROC_VERBOSE
/openbmc/openbmc/poky/meta/recipes-devtools/fdisk/
H A Dgptfdisk_1.0.10.bb20 PACKAGECONFIG ??= "ncurses popt"
22 PACKAGECONFIG[popt] = "sgdisk,,popt"
/openbmc/openbmc/meta-phosphor/recipes-devtools/rsync/
H A Drsync_%.bbappend1 DEPENDS:append:class-target = " popt zlib"
6 --without-included-popt --without-included-zlib \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/isomd5sum/
H A Disomd5sum_1.2.5.bb4 DEPENDS = "popt python3 openssl curl popt-native"
/openbmc/openbmc/poky/meta/recipes-support/popt/
H A Dpopt_1.19.bb11 SRC_URI = "http://ftp.rpm.org/popt/releases/popt-1.x/${BP}.tar.gz \
/openbmc/qemu/system/
H A Dvl.c1636 const QEMUOption *popt; in lookup_opt() local
1646 popt = qemu_options; in lookup_opt()
1648 if (!popt->name) { in lookup_opt()
1652 if (!strcmp(popt->name, r + 1)) in lookup_opt()
1654 popt++; in lookup_opt()
1656 if (popt->flags & HAS_ARG) { in lookup_opt()
1670 return popt; in lookup_opt()
2809 const QEMUOption *popt; in qemu_init() local
2811 popt = lookup_opt(argc, argv, &optarg, &optind); in qemu_init()
2812 switch (popt->index) { in qemu_init()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/icon-slicer/
H A Dicon-slicer_0.3.bb4 DEPENDS = "gdk-pixbuf popt"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/librsync/
H A Dlibrsync_2.3.4.bb10 DEPENDS = "popt"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/rabbitmq-c/
H A Drabbitmq-c_0.15.0.bb12 DEPENDS = "popt openssl"
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/orage/
H A Dorage_4.18.0.bb5 DEPENDS = "gtk+ xfce4-panel libical popt"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dbench/
H A Ddbench_4.0.bb8 DEPENDS = "popt"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/
H A Dgphoto2_2.5.28.bb6 DEPENDS = "libgphoto2 popt readline"
/openbmc/openbmc/poky/meta/recipes-bsp/efibootmgr/
H A Defibootmgr_18.bb9 DEPENDS = "efivar popt"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/usleep/
H A Dusleep_1.2.bb8 DEPENDS = "popt"
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/libuser/
H A Dlibuser_0.64.bb22 DEPENDS = "bison-native popt libpam glib-2.0 python3"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/
H A Dcryptsetup_2.7.5.bb15 popt \
77 # Requires a static popt library
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus-cxx/
H A Ddbus-cxx_2.5.2.bb32 PACKAGECONFIG[tools] = "-DENABLE_TOOLS=ON,-DENABLE_TOOLS=OFF,popt cppgenerate"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/newt/
H A Dlibnewt_0.52.24.bb18 DEPENDS = "slang popt python3"
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/grubby/
H A Dgrubby_git.bb12 DEPENDS = "popt util-linux rpm"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A Dacinclude.m4179 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/ipvsadm/
H A Dipvsadm_1.31.bb17 DEPENDS += "libnl popt"
/openbmc/openbmc/poky/meta/recipes-devtools/rsync/
H A Drsync_3.4.1.bb11 DEPENDS = "popt"

12