Home
last modified time | relevance | path

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

/freebsd/sys/dev/oce/
H A Doce_if.c2250 if (copyin(priv_data, cookie, strlen(IOCTL_COOKIE))) in oce_handle_passthrough()
2253 if (memcmp(cookie, IOCTL_COOKIE, strlen(IOCTL_COOKIE))) in oce_handle_passthrough()
2256 ioctl_ptr = (char *)priv_data + strlen(IOCTL_COOKIE); in oce_handle_passthrough()
H A Doce_if.h224 #define IOCTL_COOKIE "SERVERENGINES CORP" macro