Searched refs:validate (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/include/asm-alpha/ |
D | uaccess.h | 368 __copy_tofrom_user(void *to, const void *from, long len, const void *validate) in __copy_tofrom_user() argument 370 if (__access_ok((long)validate, len, get_fs())) { in __copy_tofrom_user()
|
/linux-2.4.37.9/drivers/char/ftape/lowlevel/ |
D | ftape-rw.c | 600 static int validate(int id) in validate() function 638 if (!validate(segment_id)) { in seek_forward() 737 if (ft_location.known && !validate(segment_id)) { in skip_reverse()
|
/linux-2.4.37.9/Documentation/ |
D | highuid.txt | 26 - Need to validate that OS emulation calls the 16-bit UID
|
D | Configure.help | 877 elegant solution to test and validate the domain of the hardware and
|
/linux-2.4.37.9/drivers/hotplug/ |
D | ibmphp_core.c | 630 static int validate (struct slot *slot_cur, int opn) in validate() function 1276 if ((rc = validate (slot_cur, ENABLE))) { in enable_slot() 1491 rc = validate (slot_cur, DISABLE); /* checking if powered off already & valid slot # */ in ibmphp_disable_slot()
|
/linux-2.4.37.9/arch/cris/boot/rescue/ |
D | head.S | 202 ;; ptable is ok. validate each entry.
|
/linux-2.4.37.9/Documentation/filesystems/devfs/ |
D | README | 426 called, the daemon must first validate the open attempt, by running an
|