Home
last modified time | relevance | path

Searched refs:nxt (Results 1 – 17 of 17) sorted by relevance

/openbmc/u-boot/board/siemens/common/
H A Dfactoryset.c49 int i, nxt = 0; in get_factory_val() local
51 for (i = 0; fact_get_char(i) != '\0'; i = nxt + 1) { in get_factory_val()
54 for (nxt = i; fact_get_char(nxt) != '\0'; ++nxt) { in get_factory_val()
55 if (nxt >= size) in get_factory_val()
86 int i, nxt = 0; in get_factory_record_val() local
91 for (i = 0; fact_get_char(i) != end; i = nxt) { in get_factory_record_val()
92 nxt = i + 1; in get_factory_record_val()
104 nxt = pos; in get_factory_record_val()
111 nxt = endpos; in get_factory_record_val()
/openbmc/u-boot/tools/env/
H A Dfw_env.c399 char *env, *nxt; in fw_getenv() local
401 for (env = environment.data; *env; env = nxt + 1) { in fw_getenv()
404 for (nxt = env; *nxt; ++nxt) { in fw_getenv()
405 if (nxt >= &environment.data[ENV_SIZE]) { in fw_getenv()
425 char *env, *nxt; in fw_getdefenv() local
427 for (env = default_environment; *env; env = nxt + 1) { in fw_getdefenv()
430 for (nxt = env; *nxt; ++nxt) { in fw_getdefenv()
431 if (nxt >= &default_environment[ENV_SIZE]) { in fw_getdefenv()
466 char *env, *nxt; in fw_printenv() local
467 for (env = environment.data; *env; env = nxt + 1) { in fw_printenv()
[all …]
/openbmc/qemu/linux-user/sparc/
H A Dsyscallhdr.sh18 nxt=0
27 nxt=$((nr+1))
/openbmc/qemu/linux-user/s390x/
H A Dsyscallhdr.sh18 nxt=0
27 nxt=$((nr+1))
/openbmc/qemu/linux-user/m68k/
H A Dsyscallhdr.sh18 nxt=0
27 nxt=$((nr+1))
/openbmc/qemu/linux-user/alpha/
H A Dsyscallhdr.sh18 nxt=0
27 nxt=$((nr+1))
/openbmc/qemu/linux-user/sh4/
H A Dsyscallhdr.sh18 nxt=0
27 nxt=$((nr+1))
/openbmc/qemu/linux-user/hppa/
H A Dsyscallhdr.sh18 nxt=0
27 nxt=$((nr+1))
/openbmc/qemu/linux-user/xtensa/
H A Dsyscallhdr.sh18 nxt=0
27 nxt=$((nr+1))
/openbmc/qemu/linux-user/microblaze/
H A Dsyscallhdr.sh18 nxt=0
27 nxt=$((nr+1))
/openbmc/qemu/linux-user/mips64/
H A Dsyscallhdr.sh18 nxt=0
27 nxt=$((nr+1))
/openbmc/qemu/linux-user/mips/
H A Dsyscallhdr.sh18 nxt=0
30 nxt=$((nr+1))
/openbmc/u-boot/cmd/
H A Dnvedit.c693 int i, nxt, c; in env_get_f() local
695 for (i = 0; env_get_char(i) != '\0'; i = nxt + 1) { in env_get_f()
698 for (nxt = i; (c = env_get_char(nxt)) != '\0'; ++nxt) { in env_get_f()
701 if (nxt >= CONFIG_ENV_SIZE) in env_get_f()
/openbmc/qemu/hw/net/
H A Dallwinner-sun8i-emac.c365 const uint32_t nxt = desc->next; in allwinner_sun8i_emac_next_desc() local
366 allwinner_sun8i_emac_get_desc(s, desc, nxt); in allwinner_sun8i_emac_next_desc()
367 return nxt; in allwinner_sun8i_emac_next_desc()
/openbmc/qemu/include/net/
H A Deth.h138 uint8_t nxt; member
/openbmc/qemu/hw/usb/
H A Dtrace-events89 usb_ehci_qh_ptrs(void *q, uint32_t addr, uint32_t nxt, uint32_t c_qtd, uint32_t n_qtd, uint32_t a_q…
92 usb_ehci_qtd_ptrs(void *q, uint32_t addr, uint32_t nxt, uint32_t altnext) "q %p - QTD @ 0x%08x: nex…
95 usb_ehci_itd(uint32_t addr, uint32_t nxt, uint32_t mplen, uint32_t mult, uint32_t ep, uint32_t deva…
96 usb_ehci_sitd(uint32_t addr, uint32_t nxt, uint32_t active) "ITD @ 0x%08x: next 0x%08x - active %d"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A D0001-Eliminate-old-style-function-declarations.patch7514 indx_t nxt, top;