Home
last modified time | relevance | path

Searched refs:linux32_getifconf (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/compat/linux32/common/
Dlinux32_socket.c95 int linux32_getifconf(struct lwp *, register_t *, void *);
416 linux32_getifconf(struct lwp *l, register_t *retval, void *data) in linux32_getifconf() function
683 error = linux32_getifconf(l, retval, SCARG_P32(uap, data)); in linux32_ioctl_socket()
/netbsd/src/doc/
DCHANGES.prev9538 compat_linux32: Add linux32_getifconf. [njoly 20080723]