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_byte53include/asm-m68k/segment.h#define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr))
put_fs_byte57include/asm-mips/segment.h#define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr))
put_fs_byte46include/asm-sparc/segment.h#define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr))