Home
last modified time | relevance | path

Searched defs:dp (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dppp-comp.h154 #define CCP_CODE(dp) ((dp)[0]) argument
155 #define CCP_ID(dp) ((dp)[1]) argument
156 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3]) argument
159 #define CCP_OPT_CODE(dp) ((dp)[0]) argument
160 #define CCP_OPT_LENGTH(dp) ((dp)[1]) argument
H A Dcoda.h168 #define DIRSIZ(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + \ argument
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvProtocol.c127 unsigned char *dp; in fix_read_capacity() local
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvBulktran.c179 unsigned char *dp; in ms_usb_transparent_scsi_command() local