taglinefilesource code
put_fs_byte85include/asm-alpha/segment.h#define put_fs_byte(x,addr) put_user((x),(char *)(addr))
put_fs_byte113include/asm-i386/segment.h#define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr))
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_byte92include/asm-sparc/segment.h#define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr))