Home
last modified time | relevance | path

Searched refs:checkptr (Results 1 – 4 of 4) sorted by relevance

/trueos/tools/regression/netinet6/inet6_rth/
HDinet6_rth-segments.c93 checkptr(NULL, pbuf, "buffer too small\0"); in test_rth_init()
96 checkptr((caddr_t)&buf, pbuf, "0 segments\0"); in test_rth_init()
99 checkptr((caddr_t)&buf, pbuf, "127 segments\0"); in test_rth_init()
102 checkptr(NULL, pbuf, "negative number of segments\0"); in test_rth_init()
105 checkptr(NULL, pbuf, "128 segments\0"); in test_rth_init()
266 checkptr(NULL, (caddr_t)cmhnextp, "only one cmsghdr\0"); in test_cmsg_nexthdr()
278 checkptr((caddr_t)cmhp, (caddr_t)cmhnextp, "null second argument\0"); in test_cmsg_nexthdr()
296 checkptr(NULL, (caddr_t)cmhp, in test_cmsg_firsthdr()
304 checkptr(NULL, (caddr_t)cmhp, in test_cmsg_firsthdr()
312 checkptr(NULL, (caddr_t)cmhp, in test_cmsg_firsthdr()
HDtest_subr.h42 void checkptr(caddr_t, caddr_t, const char *);
HDtest_subr.c57 checkptr(caddr_t expected, caddr_t got, const char *desc) in checkptr() function
/trueos/sys/boot/i386/libi386/
HDpxe.c165 uint8_t *checkptr; in pxe_init() local
188 checkptr = (uint8_t *) pxenv_p; in pxe_init()
190 checksum += *checkptr++; in pxe_init()
210 checkptr = (uint8_t *)pxe_p; in pxe_init()
213 checksum += *checkptr++; in pxe_init()