| /sys/kern/ |
| D | printf.c | 33 uint64_t num,int base,int width,int padc) in printnum() argument 42 *p = numberstring_upper[num % base]; in printnum() 44 } while (num /= base); in printnum() 47 *p = numberstring_lower[num % base]; in printnum() 49 } while (num /= base); in printnum() 83 int64_t num; in kvprintf() local 161 num = getint(ap, lflag); in kvprintf() 162 if (num < 0) { in kvprintf() 164 unum = -num; in kvprintf() 166 unum = num; in kvprintf()
|
| /lib/liblwip/src/include/lwip/ |
| D | memp.h | 44 #define LWIP_MEMPOOL(name,num,size,desc) MEMP_##name, argument 55 #define LWIP_MEMPOOL(name,num,size,desc) argument 57 #define LWIP_MALLOC_MEMPOOL(num, size) * MEMP_POOL_##size + 0 argument 64 #define LWIP_MEMPOOL(name,num,size,desc) argument 66 #define LWIP_MALLOC_MEMPOOL(num, size) 0 + MEMP_POOL_##size * argument
|
| D | memp_std.h | 15 #define LWIP_MALLOC_MEMPOOL(num, size) LWIP_MEMPOOL(POOL_##size, num, (size + sizeof(struct memp_ma… argument 23 #define LWIP_PBUF_MEMPOOL(name, num, payload, desc) LWIP_MEMPOOL(name, num, (MEMP_ALIGN_SIZE(sizeof… argument
|
| D | netif.h | 196 u8_t num; member
|
| /lib/libc/ |
| D | printf.c | 30 uint64_t num,int base,int width,int padc) in printnum() argument 39 *p = numberstring_upper[num % base]; in printnum() 41 } while (num /= base); in printnum() 44 *p = numberstring_lower[num % base]; in printnum() 46 } while (num /= base); in printnum() 80 int64_t num; in kvprintf() local 166 num = getint(ap, lflag); in kvprintf() 167 if (num < 0) { in kvprintf() 169 unum = -num; in kvprintf() 171 unum = num; in kvprintf()
|
| D | malloc.c | 154 calloc(size_t num, size_t sz) in calloc() argument 156 return malloc(num*sz); in calloc()
|
| D | syscall.c | 8 uint64_t syscall(int num, ...);
|
| /lib/liblwip/test/unit/ |
| D | lwip_unittests.c | 24 size_t num = sizeof(suites)/sizeof(void*); in main() local 25 LWIP_ASSERT("No suites defined", num > 0); in main() 30 for(i = 1; i < num; i++) { in main()
|
| /lib/liblwip/src/core/ |
| D | memp.c | 130 #define LWIP_MEMPOOL(name,num,size,desc) LWIP_MEM_ALIGN_SIZE(size), argument 138 #define LWIP_MEMPOOL(name,num,size,desc) (num), argument 145 #define LWIP_MEMPOOL(name,num,size,desc) (desc), argument 157 #define LWIP_MEMPOOL(name,num,size,desc) u8_t memp_memory_ ## name ## _base \ argument 158 [((num) * (MEMP_SIZE + MEMP_ALIGN_SIZE(size)))]; 163 #define LWIP_MEMPOOL(name,num,size,desc) memp_memory_ ## name ## _base, argument 171 #define LWIP_MEMPOOL(name,num,size,desc) + ( (num) * (MEMP_SIZE + MEMP_ALIGN_SIZE(size) ) ) argument 204 #define LWIP_MEMPOOL(name,num,size,desc) "/"desc, argument
|
| D | netif.c | 174 netif->num = netif_num++; in netif_add() 293 u8_t num; in netif_find() local 299 num = name[2] - '0'; in netif_find() 302 if (num == netif->num && in netif_find()
|
| D | stats.c | 56 #define LWIP_MEMPOOL(name,num,size,desc) desc, in stats_init() argument 127 #define LWIP_MEMPOOL(name,num,size,desc) desc, in stats_display_memp() argument
|
| D | dhcp.c | 201 (void*)netif, netif->name[0], netif->name[1], (u16_t)netif->num)); in dhcp_handle_nak() 256 (void*)netif, netif->name[0], netif->name[1], (u16_t)netif->num)); in dhcp_handle_offer() 289 …elect(netif=%p) %c%c%"U16_F"\n", (void*)netif, netif->name[0], netif->name[1], (u16_t)netif->num)); in dhcp_select() 636 …start(netif=%p) %c%c%"U16_F"\n", (void*)netif, netif->name[0], netif->name[1], (u16_t)netif->num)); in dhcp_start() 935 …_bind(netif=%p) %c%c%"U16_F"\n", (void*)netif, netif->name[0], netif->name[1], (u16_t)netif->num)); in dhcp_bind()
|
| /lib/liblwip/src/netif/ppp/ |
| D | ppp_oe.c | 266 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, sc->sc_state); in pppoe_find_softc_by_hunique() 271 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num); in pppoe_find_softc_by_hunique() 371 …e, sizeof(devname), "%c%c%"U16_F, sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num); in pppoe_dispatch_disc_pkt() 470 …_F": received unexpected PADR\n", sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num); in pppoe_dispatch_disc_pkt() 501 …_F": received unexpected PADO\n", sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num); in pppoe_dispatch_disc_pkt() 513 … to send PADR, error=%d\n", sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, err)); in pppoe_dispatch_disc_pkt() 523 …sion 0x%x connected\n", sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, session)); in pppoe_dispatch_disc_pkt() 536 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, in pppoe_dispatch_disc_pkt() 621 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, in pppoe_data_input() 655 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, etype, in pppoe_output() [all …]
|
| /lib/liblwip/test/unit/tcp/ |
| D | test_tcp_oos.c | 30 int num = 0; in tcp_oos_count() local 33 num++; in tcp_oos_count() 36 return num; in tcp_oos_count() 42 int num = 0; in tcp_oos_pbuf_count() local 45 num += pbuf_clen(seg->p); in tcp_oos_pbuf_count() 48 return num; in tcp_oos_pbuf_count() 60 int num = 0; in tcp_oos_seg_seqno() local 65 if(num == seg_index) { in tcp_oos_seg_seqno() 68 num++; in tcp_oos_seg_seqno() 84 int num = 0; in tcp_oos_seg_tcplen() local [all …]
|
| /include/ |
| D | stdlib.h | 15 void *calloc(size_t num, size_t sz);
|
| /lib/liblwip/src/netif/ |
| D | slipif.c | 128 …LWIP_DEBUGF(SLIP_DEBUG, ("slipif_output(%"U16_F"): sending %"U16_F" bytes\n", (u16_t)netif->num, p… in slipif_output() 323 LWIP_DEBUGF(SLIP_DEBUG, ("slipif_init: netif->num=%"U16_F"\n", (u16_t)netif->num)); in slipif_init() 341 sio_num = netif->num; in slipif_init()
|
| /sys/amd64/include/ |
| D | multiboot.h | 130 uint32_t num; member
|
| /sys/amd64/ |
| D | mbentry.c | 153 (unsigned) multiboot_elf_sec->num, (unsigned) multiboot_elf_sec->size, in MachineBoot_Entry()
|
| /lib/liblwip/src/core/ipv4/ |
| D | autoip.c | 262 (void*)netif, netif->name[0], netif->name[1], (u16_t)netif->num, in autoip_bind() 303 netif->name[1], (u16_t)netif->num)); in autoip_start()
|
| D | ip.c | 774 …LWIP_DEBUGF(IP_DEBUG, ("ip_output_if: %c%c%"U16_F"\n", netif->name[0], netif->name[1], netif->num)…
|