Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sbus/char/
Djsflash.c62 #define JSFIDSZ (sizeof(struct jsflash_ident_arg)) macro
427 if (verify_area(VERIFY_WRITE, (void *)arg, JSFIDSZ)) in jsf_ioctl()
429 copy_to_user(arg, &jsf0.id, JSFIDSZ); in jsf_ioctl()