taglinefilesource code
put_fs_byte39include/asm-alpha/segment.h#define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr))
put_fs_byte47include/asm-i386/segment.h#define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr))
put_fs_byte62include/asm-mips/segment.h#define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr))