Home
last modified time | relevance | path

Searched defs:sip (Results 1 – 11 of 11) sorted by relevance

/external/strace/
Dprintsiginfo.c68 # 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/
Dseek.c101 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
Doutput.c331 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/
Dtest_stat1.c8 u32 sip; member
Dtest_xlate1.c6 u32 sip; member
/external/bcc/examples/networking/neighbor_sharing/
Dtc_neighbor_sharing.c57 u32 sip = ip->src; in classify_neighbor() local
/external/ltp/testcases/kernel/syscalls/sigaction/
Dsigaction01.c89 void handler(int sig, siginfo_t * sip, void *ucp) in handler()
/external/curl/src/
Dtool_formparse.c186 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/
Drxclass.c23 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/
Dblkparse.c411 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/
Dprint-rx.c715 uint32_t sip; in rx_cache_find() local