HomeSort by relevance Sort by last modified time
    Searched refs:uh_len (Results 1 - 3 of 3) sorted by null

  /external/strace/tests/
netlink_kobject_uevent.c 63 const unsigned int uh_len = sizeof(uh); local
65 char *const buf = tail_alloc(uh_len + extra_len);
66 memcpy(buf + extra_len, &uh, uh_len);
68 sys_send(fd, buf + extra_len, uh_len);
80 ntohl(uh.filter_tag_bloom_lo), uh_len, errstr);
82 memcpy(buf, &uh, uh_len);
83 memcpy(buf + uh_len, extra, extra_len);
84 sys_send(fd, buf, uh_len + extra_len);
96 print_quoted_memory(buf + uh_len, extra_len);
98 uh_len + extra_len, errstr)
122 const unsigned int uh_len = sizeof(uh); local
    [all...]
  /external/strace/tests-m32/
netlink_kobject_uevent.c 63 const unsigned int uh_len = sizeof(uh); local
65 char *const buf = tail_alloc(uh_len + extra_len);
66 memcpy(buf + extra_len, &uh, uh_len);
68 sys_send(fd, buf + extra_len, uh_len);
80 ntohl(uh.filter_tag_bloom_lo), uh_len, errstr);
82 memcpy(buf, &uh, uh_len);
83 memcpy(buf + uh_len, extra, extra_len);
84 sys_send(fd, buf, uh_len + extra_len);
96 print_quoted_memory(buf + uh_len, extra_len);
98 uh_len + extra_len, errstr)
122 const unsigned int uh_len = sizeof(uh); local
    [all...]
  /external/strace/tests-mx32/
netlink_kobject_uevent.c 63 const unsigned int uh_len = sizeof(uh); local
65 char *const buf = tail_alloc(uh_len + extra_len);
66 memcpy(buf + extra_len, &uh, uh_len);
68 sys_send(fd, buf + extra_len, uh_len);
80 ntohl(uh.filter_tag_bloom_lo), uh_len, errstr);
82 memcpy(buf, &uh, uh_len);
83 memcpy(buf + uh_len, extra, extra_len);
84 sys_send(fd, buf, uh_len + extra_len);
96 print_quoted_memory(buf + uh_len, extra_len);
98 uh_len + extra_len, errstr)
122 const unsigned int uh_len = sizeof(uh); local
    [all...]

Completed in 131 milliseconds