/external/strace/ |
D | printsiginfo.c | 68 # define SI_FROMUSER(sip) ((sip)->si_code <= 0) argument 72 printsigsource(const siginfo_t *sip) in printsigsource() 80 printsigval(const siginfo_t *sip) in printsigval() 133 print_si_info(const siginfo_t *sip) in print_si_info() 238 printsiginfo(const siginfo_t *sip) in printsiginfo()
|
/external/blktrace/btt/ |
D | seek.c | 101 static void sps_emit(struct seeki *sip) in sps_emit() 118 static void sps_add(struct seeki *sip, double t) in sps_add() 181 long long seek_dist(struct seeki *sip, struct io *iop) in seek_dist() 208 struct seeki *sip = malloc(sizeof(struct seeki)); in seeki_alloc() local 239 struct seeki *sip = param; in seeki_free() local 253 struct seeki *sip = handle; in seeki_add() local 279 struct seeki *sip = handle; in seeki_mean() local 286 struct seeki *sip = handle; in seeki_median() local 297 struct seeki *sip = handle; in seeki_mode() local
|
D | output.c | 331 void output_seek_mode_info(FILE *ofp, struct o_seek_info *sip) in output_seek_mode_info() 366 void add_seek_mode_info(struct o_seek_info *sip, struct mode *mp) in add_seek_mode_info()
|
/external/bcc/examples/networking/neighbor_sharing/ |
D | tc_neighbor_sharing.c | 57 u32 sip = ip->src; in classify_neighbor() local
|
/external/bcc/tests/python/ |
D | test_stat1.c | 8 u32 sip; member
|
D | test_xlate1.c | 6 u32 sip; member
|
/external/u-boot/net/ |
D | sntp.c | 51 static void sntp_handler(uchar *pkt, unsigned dest, struct in_addr sip, in sntp_handler()
|
D | wol.c | 64 static void wol_udp_handler(uchar *pkt, unsigned int dest, struct in_addr sip, in wol_udp_handler()
|
D | dns.c | 103 static void dns_handler(uchar *pkt, unsigned dest, struct in_addr sip, in dns_handler()
|
D | tftp.c | 450 struct in_addr sip, unsigned src, uchar *pkt, in icmp_handler() 460 static void tftp_handler(uchar *pkt, unsigned dest, struct in_addr sip, in tftp_handler()
|
D | bootp.c | 350 static void bootp_handler(uchar *pkt, unsigned dest, struct in_addr sip, in bootp_handler() 1037 static void dhcp_handler(uchar *pkt, unsigned dest, struct in_addr sip, in dhcp_handler()
|
D | fastboot.c | 257 struct in_addr sip, unsigned int sport, in fastboot_handler()
|
D | nfs.c | 727 static void nfs_handler(uchar *pkt, unsigned dest, struct in_addr sip, in nfs_handler()
|
D | net.c | 747 struct in_addr sip, unsigned sport, in dummy_handler()
|
/external/ltp/testcases/kernel/syscalls/sigaction/ |
D | sigaction01.c | 89 void handler(int sig, siginfo_t * sip, void *ucp) in handler()
|
/external/u-boot/drivers/net/ |
D | netconsole.c | 35 struct in_addr sip, unsigned src, in nc_wait_arp_handler() 41 static void nc_handler(uchar *pkt, unsigned dest, struct in_addr sip, in nc_handler()
|
/external/curl/src/ |
D | tool_formparse.c | 184 tool_mime *sip = (tool_mime *) arg; in tool_mime_stdin_read() local 219 tool_mime *sip = (tool_mime *) instream; in tool_mime_stdin_seek() local
|
/external/blktrace/ |
D | blkparse.c | 411 struct skip_info *sip; in insert_skip() local 436 static void remove_sip(struct per_cpu_info *pci, struct skip_info *sip) in remove_sip() 457 #define IN_SKIP(sip,seq) (((sip)->start <= (seq)) && ((seq) <= sip->end)) argument 460 struct skip_info *sip; in check_current_skips() local 484 struct skip_info *sip; in collect_pdi_skips() local
|
/external/tcpdump/ |
D | print-rx.c | 715 uint32_t sip; in rx_cache_find() local
|