Lines Matching refs:plen
78 TAIL_ALLOC_OBJECT_CONST_PTR(socklen_t, plen); in test_sockname_syscall()
79 *plen = sizeof(struct sockaddr_un); in test_sockname_syscall()
80 struct sockaddr_un *addr = tail_alloc(*plen); in test_sockname_syscall()
84 plen SUFFIX_ARGS); in test_sockname_syscall()
90 (int) sizeof(struct sockaddr_un), (int) *plen, SUFFIX_STR, rc); in test_sockname_syscall()
95 plen SUFFIX_ARGS); in test_sockname_syscall()
101 (int) *plen, SUFFIX_STR, rc); in test_sockname_syscall()
117 plen + 1 SUFFIX_ARGS); in test_sockname_syscall()
120 plen + 1, SUFFIX_STR, sprintrc(rc)); in test_sockname_syscall()
123 *plen = offsetof_sun_path; in test_sockname_syscall()
128 plen SUFFIX_ARGS); in test_sockname_syscall()
133 (int) offsetof_sun_path, (int) *plen, SUFFIX_STR, rc); in test_sockname_syscall()
136 *plen = sizeof(struct sockaddr); in test_sockname_syscall()
137 addr = (void *) addr - *plen; in test_sockname_syscall()
141 plen SUFFIX_ARGS); in test_sockname_syscall()
149 (int) *plen, SUFFIX_STR, rc); in test_sockname_syscall()
153 plen SUFFIX_ARGS); in test_sockname_syscall()
156 *plen, SUFFIX_STR, sprintrc(rc)); in test_sockname_syscall()