Searched defs:endp (Results 1 – 14 of 14) sorted by relevance
/linux-2.4.37.9/arch/sh/kernel/ |
D | io_keywest.c | 209 register unsigned long *buf=buffer, *endp = buf + count; in keywest_insl() local 215 register unsigned short *buf=buffer, *endp = buf + (count << 1); in keywest_insl() local 225 register unsigned char *buf=buffer, *endp = buf + (count << 2); in keywest_insl() local 301 register unsigned long *buf=buffer, *endp = buf + count; in keywest_outsl() local 307 register unsigned short *buf=buffer, *endp = buf + (count << 1); in keywest_outsl() local 317 register unsigned char *buf=buffer, *endp = buf + (count << 2); in keywest_outsl() local
|
/linux-2.4.37.9/lib/ |
D | vsprintf.c | 32 unsigned long simple_strtoul(const char *cp,char **endp,unsigned int base) in simple_strtoul() 63 long simple_strtol(const char *cp,char **endp,unsigned int base) in simple_strtol() 76 unsigned long long simple_strtoull(const char *cp,char **endp,unsigned int base) in simple_strtoull() 107 long long simple_strtoll(const char *cp,char **endp,unsigned int base) in simple_strtoll()
|
/linux-2.4.37.9/arch/cris/lib/ |
D | usercopy.c | 365 char *endp; in __copy_user_zeroing() local
|
/linux-2.4.37.9/fs/xfs/ |
D | xfs_dir2_data.c | 83 char *endp; /* end of useful data */ in xfs_dir2_data_check() local 355 char *endp; /* end of block's data */ in xfs_dir2_data_freescan() local
|
/linux-2.4.37.9/drivers/hotplug/ |
D | shpchprm_legacy.c | 76 void *endp; in detect_HRT_floating_pointer() local
|
D | cpqphp_core.c | 136 void *endp; in detect_SMBIOS_pointer() local
|
D | cpqphp_pci.c | 97 void *endp; in detect_HRT_floating_pointer() local
|
/linux-2.4.37.9/arch/ppc64/boot/ |
D | prom.c | 305 unsigned long simple_strtoul(const char *cp,char **endp,unsigned int base) in simple_strtoul() 330 long simple_strtol(const char *cp,char **endp,unsigned int base) in simple_strtol()
|
/linux-2.4.37.9/drivers/usb/storage/ |
D | transport.c | 472 int endp = usb_pipeendpoint(pipe) | (usb_pipein(pipe) << 7); in usb_stor_clear_halt() local
|
/linux-2.4.37.9/net/irda/irnet/ |
D | irnet_ppp.c | 125 char * endp; in irnet_ctrl_write() local
|
/linux-2.4.37.9/drivers/block/ |
D | amiflop.c | 698 ushort *ptr = (ushort *)raw, *endp = (ushort *)end; in scan_sync() local
|
/linux-2.4.37.9/drivers/usb/ |
D | usb.c | 1949 int endp=usb_pipeendpoint(pipe)|(usb_pipein(pipe)<<7); in usb_clear_halt() local
|
/linux-2.4.37.9/drivers/net/pcmcia/ |
D | wavelan_cs.c | 2154 char * endp; local
|
/linux-2.4.37.9/drivers/usb/serial/ |
D | keyspan.c | 1369 int endp; in keyspan_setup_urbs() local
|