taglinefilesource code
put_fs_byte85include/asm-alpha/segment.h#define put_fs_byte(x,addr) put_user((x),(char *)(addr))
put_fs_byte273include/asm-i386/segment.h#define put_fs_byte(x,addr) __put_user((x),(unsigned char *)(addr),1)
put_fs_byte53include/asm-m68k/segment.h#define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr))
put_fs_byte104include/asm-mips/segment.h#define put_fs_byte(x,addr) put_user((x),(char *)(addr))
put_fs_byte80include/asm-ppc/segment.h#define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr))
put_fs_byte87include/asm-sparc/segment.h#define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr))