Searched defs:sip (Results 1 – 11 of 11) sorted by relevance
/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/tests/python/ |
D | test_stat1.c | 8 u32 sip; member
|
D | test_xlate1.c | 6 u32 sip; member
|
/external/bcc/examples/networking/neighbor_sharing/ |
D | tc_neighbor_sharing.c | 57 u32 sip = ip->src; in classify_neighbor() local
|
/external/ltp/testcases/kernel/syscalls/sigaction/ |
D | sigaction01.c | 89 void handler(int sig, siginfo_t * sip, void *ucp) in handler()
|
/external/curl/src/ |
D | tool_formparse.c | 186 struct tool_mime *sip = (struct tool_mime *) arg; in tool_mime_stdin_read() local 221 struct tool_mime *sip = (struct tool_mime *) instream; in tool_mime_stdin_seek() local
|
/external/ethtool/ |
D | rxclass.c | 23 static void rxclass_print_ipv4_rule(__be32 sip, __be32 sipm, __be32 dip, in rxclass_print_ipv4_rule() 42 static void rxclass_print_ipv6_rule(__be32 *sip, __be32 *sipm, __be32 *dip, in rxclass_print_ipv6_rule()
|
/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
|