Home
last modified time | relevance | path

Searched refs:nip (Results 1 - 7 of 7) sorted by relevance

/third_party/elfutils/backends/
H A Dppc_initreg.c90 uint32_t nip; in ppc_set_initial_registers_tid()
125 Dwarf_Word pc = get32 ? (Dwarf_Word) regs32->nip : regs.nip; in ppc_set_initial_registers_tid()
/third_party/toybox/toys/pending/
H A Ddhcpd.c176 uint32_t nip; member
545 uint32_t optcode = 0, inf = infomode, convtmp, mask, nip, router; in strtoopt() local
637 if (striptovar(grp, (uint8_t*)&nip)<0) error_exit("wrong formatted static route option"); in strtoopt()
643 memcpy(((uint8_t*)options_list[count].val)+options_list[count].len, &nip, mask/8); in strtoopt()
682 striptovar(tkip, &sltmp->nip); in get_staticlease()
1330 static int verifyip_in_lease(uint32_t nip, uint8_t mac[6]) in verifyip_in_lease() argument
1336 if (((dyn_lease*) listdls->arg)->lease_nip == nip) { in verifyip_in_lease()
1344 if (sls->nip == nip) return -2; in verifyip_in_lease()
1346 if ((ntohl(nip) < gconfi in verifyip_in_lease()
1435 uint32_t nip = 0; getip_from_pool() local
[all...]
H A Ddhcp.c392 uint32_t mask, nip, router; in strtoopt() local
485 if (striptovar(grp, (uint8_t*)&nip) < 0) error_exit("malformed static route option"); in strtoopt()
491 memcpy(((uint8_t*)options_list[count].val)+options_list[count].len, &nip, mask/8); in strtoopt()
1163 uint32_t nip = 0; in dhcpc_parseoptions() local
1170 p_tmp = (void*) &nip; in dhcpc_parseoptions()
1177 dest += sprintf(dest, "%s%u.%u.%u.%u", pfx, ((uint8_t*) &nip)[0], in dhcpc_parseoptions()
1178 ((uint8_t*) &nip)[1], ((uint8_t*) &nip)[2], ((uint8_t*) &nip)[3]); in dhcpc_parseoptions()
/third_party/musl/arch/powerpc/bits/
H A Duser.h3 unsigned long gpr[32], nip, msr, orig_gpr3, ctr, link, xer, ccr, mq; member
/third_party/musl/arch/powerpc64/bits/
H A Duser.h3 unsigned long gpr[32], nip, msr, orig_gpr3, ctr, link, xer, ccr, softe; member
/third_party/node/deps/v8/src/libsampler/
H A Dsampler.cc424 state->pc = reinterpret_cast<void*>(ucontext->uc_mcontext.regs->nip); in FillRegisterState()
/third_party/libbpf/src/
H A Dbpf_tracing.h315 #define __PT_IP_REG nip

Completed in 9 milliseconds