Searched refs:ptr32 (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/debugfs/
H A Dset_fields.c246 __u32 *ptr32; member in union:__anon7525
273 *u.ptr32 = num;
289 __s32 *ptr32; local
301 ptr32 = (__s32 *) info->ptr;
302 *ptr32 = num;
332 __u32 *ptr32; local
334 ptr32 = (__u32 *) info->ptr;
343 *ptr32 = t;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/adfs/
H A Ddir_f.c114 union { u32 *ptr32; u8 *ptr8; } ptr, end; member in union:__anon3062
157 unsigned int v = *ptr.ptr32++;
159 } while (ptr.ptr32 < end.ptr32);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dni52.c101 #define make24(ptr32) ( ((char *) (ptr32)) - p->base)
102 #define make16(ptr32) ((unsigned short) ((unsigned long)(ptr32) - (unsigned long) p->memtop ))
H A Dsun3_82586.c66 #define make24(ptr32) (char *)swab32(( ((unsigned long) (ptr32)) - p->base))
67 #define make16(ptr32) (swab16((unsigned short) ((unsigned long)(ptr32) - (unsigned long) p->memtop )))
H A D3c523.c123 #define make24(ptr32) ((char *) (ptr32) - p->base)
124 #define make16(ptr32) ((unsigned short) ((unsigned long) (ptr32) - (unsigned long) p->memtop ))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dsys_parisc32.c2378 unsigned int ptr32; local
2381 if (copy_from_user(&ptr32, &repl->counters, sizeof(ptr32)))
2383 ptr64 = (unsigned long) ptr32;
2390 if (copy_to_user(&repl->counters, &ptr32, sizeof(ptr32)))

Completed in 66 milliseconds