/linux-2.4.37.9/include/linux/ |
D | ctype.h | 22 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0) argument 23 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) argument 24 #define iscntrl(c) ((__ismask(c)&(_C)) != 0) argument 25 #define isdigit(c) ((__ismask(c)&(_D)) != 0) argument 26 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) argument 27 #define islower(c) ((__ismask(c)&(_L)) != 0) argument 28 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) argument 29 #define ispunct(c) ((__ismask(c)&(_P)) != 0) argument 30 #define isspace(c) ((__ismask(c)&(_S)) != 0) argument 31 #define isupper(c) ((__ismask(c)&(_U)) != 0) argument [all …]
|
D | capability.h | 316 #define cap_raise(c, flag) (cap_t(c) |= CAP_TO_MASK(flag)) argument 317 #define cap_lower(c, flag) (cap_t(c) &= ~CAP_TO_MASK(flag)) argument 318 #define cap_raised(c, flag) (cap_t(c) & CAP_TO_MASK(flag)) argument 341 static inline kernel_cap_t cap_invert(kernel_cap_t c) in cap_invert() 348 #define cap_isclear(c) (!cap_t(c)) argument 351 #define cap_clear(c) do { cap_t(c) = 0; } while(0) argument 352 #define cap_set_full(c) do { cap_t(c) = ~0; } while(0) argument 353 #define cap_mask(c,mask) do { cap_t(c) &= cap_t(mask); } while(0) argument 355 #define cap_is_fs_cap(c) (CAP_TO_MASK(c) & CAP_FS_MASK) argument
|
/linux-2.4.37.9/drivers/net/wan/ |
D | z85230.c | 122 static inline u8 read_zsreg(struct z8530_channel *c, u8 reg) in read_zsreg() 137 static inline u8 read_zsdata(struct z8530_channel *c) in read_zsdata() 155 static inline void write_zsreg(struct z8530_channel *c, u8 reg, u8 val) in write_zsreg() 176 static inline void write_zsctrl(struct z8530_channel *c, u8 val) in write_zsctrl() 190 static inline void write_zsdata(struct z8530_channel *c, u8 val) in write_zsdata() 276 static void z8530_flush_fifo(struct z8530_channel *c) in z8530_flush_fifo() 302 static void z8530_rtsdtr(struct z8530_channel *c, int set) in z8530_rtsdtr() 335 static void z8530_rx(struct z8530_channel *c) in z8530_rx() 409 static void z8530_tx(struct z8530_channel *c) in z8530_tx() 642 static void z8530_rx_clear(struct z8530_channel *c) in z8530_rx_clear() [all …]
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | cpu-probe.c | 69 struct cpuinfo_mips *c = ¤t_cpu_data; in check_wait() local 175 static inline void cpu_probe_legacy(struct cpuinfo_mips *c) in cpu_probe_legacy() 422 static inline void decode_config1(struct cpuinfo_mips *c) in decode_config1() 450 static inline void cpu_probe_mips(struct cpuinfo_mips *c) in cpu_probe_mips() 490 static inline void cpu_probe_alchemy(struct cpuinfo_mips *c) in cpu_probe_alchemy() 525 static inline void cpu_probe_sibyte(struct cpuinfo_mips *c) in cpu_probe_sibyte() 547 static inline void cpu_probe_sandcraft(struct cpuinfo_mips *c) in cpu_probe_sandcraft() 568 struct cpuinfo_mips *c = ¤t_cpu_data; in cpu_probe() local 602 struct cpuinfo_mips *c = ¤t_cpu_data; in cpu_report() local
|
/linux-2.4.37.9/drivers/message/i2o/ |
D | i2o_pci.c | 48 static void i2o_pci_dispose(struct i2o_controller *c) in i2o_pci_dispose() 72 static int i2o_pci_bind(struct i2o_controller *c, struct i2o_device *dev) in i2o_pci_bind() 88 static int i2o_pci_unbind(struct i2o_controller *c, struct i2o_device *dev) in i2o_pci_unbind() 103 static void i2o_pci_enable(struct i2o_controller *c) in i2o_pci_enable() 118 static void i2o_pci_disable(struct i2o_controller *c) in i2o_pci_disable() 135 struct i2o_controller *c = dev_id; in i2o_pci_interrupt() local 152 struct i2o_controller *c=kmalloc(sizeof(struct i2o_controller), in i2o_pci_install() local
|
D | i2o_core.c | 208 static void i2o_core_reply(struct i2o_handler *h, struct i2o_controller *c, in i2o_core_reply() 353 int i2o_install_device(struct i2o_controller *c, struct i2o_device *d) in i2o_install_device() 474 int i2o_install_controller(struct i2o_controller *c) in i2o_install_controller() 518 int i2o_delete_controller(struct i2o_controller *c) in i2o_delete_controller() 624 void i2o_unlock_controller(struct i2o_controller *c) in i2o_unlock_controller() 639 struct i2o_controller *c; in i2o_find_controller() local 666 static int i2o_issue_claim(u32 cmd, struct i2o_controller *c, int tid, u32 type) in i2o_issue_claim() 830 int i2o_event_register(struct i2o_controller *c, u32 tid, in i2o_event_register() 856 int i2o_event_ack(struct i2o_controller *c, u32 *msg) in i2o_event_ack() 873 struct i2o_controller *c = NULL; in i2o_core_evt() local [all …]
|
/linux-2.4.37.9/fs/jffs2/ |
D | background.c | 53 void jffs2_garbage_collect_trigger(struct jffs2_sb_info *c) in jffs2_garbage_collect_trigger() 62 int jffs2_start_garbage_collect_thread(struct jffs2_sb_info *c) in jffs2_start_garbage_collect_thread() 87 void jffs2_stop_garbage_collect_thread(struct jffs2_sb_info *c) in jffs2_stop_garbage_collect_thread() 100 struct jffs2_sb_info *c = _c; in jffs2_garbage_collect_thread() local 174 static int thread_should_wake(struct jffs2_sb_info *c) in thread_should_wake()
|
D | erase.c | 47 struct jffs2_sb_info *c; member 53 void jffs2_erase_block(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_erase_block() 111 void jffs2_erase_pending_blocks(struct jffs2_sb_info *c) in jffs2_erase_pending_blocks() 171 static inline void jffs2_remove_node_refs_from_ino_list(struct jffs2_sb_info *c, in jffs2_remove_node_refs_from_ino_list() 241 static void jffs2_free_all_node_refs(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_free_all_node_refs() 259 void jffs2_erase_pending_trigger(struct jffs2_sb_info *c) in jffs2_erase_pending_trigger() 264 void jffs2_mark_erased_blocks(struct jffs2_sb_info *c) in jffs2_mark_erased_blocks()
|
D | build.c | 47 first_inode_chain(int *i, struct jffs2_sb_info *c) in first_inode_chain() 57 next_inode(int *i, struct jffs2_inode_cache *ic, struct jffs2_sb_info *c) in next_inode() 66 #define for_each_inode(i, c, ic) \ argument 76 int jffs2_build_filesystem(struct jffs2_sb_info *c) in jffs2_build_filesystem() 153 int jffs2_build_inode_pass1(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic) in jffs2_build_inode_pass1() 242 int jffs2_build_remove_unlinked_inode(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic) in jffs2_build_remove_unlinked_inode()
|
D | nodelist.c | 44 void jffs2_add_fd_to_list(struct jffs2_sb_info *c, struct jffs2_full_dirent *new, struct jffs2_full… in jffs2_add_fd_to_list() 95 int jffs2_get_inode_nodes(struct jffs2_sb_info *c, ino_t ino, struct jffs2_inode_info *f, in jffs2_get_inode_nodes() 269 struct jffs2_inode_cache *jffs2_get_ino_cache(struct jffs2_sb_info *c, uint32_t ino) in jffs2_get_ino_cache() 289 void jffs2_add_ino_cache (struct jffs2_sb_info *c, struct jffs2_inode_cache *new) in jffs2_add_ino_cache() 305 void jffs2_del_ino_cache(struct jffs2_sb_info *c, struct jffs2_inode_cache *old) in jffs2_del_ino_cache() 322 void jffs2_free_ino_caches(struct jffs2_sb_info *c) in jffs2_free_ino_caches() 339 void jffs2_free_raw_node_refs(struct jffs2_sb_info *c) in jffs2_free_raw_node_refs()
|
D | nodemgmt.c | 67 int jffs2_reserve_space(struct jffs2_sb_info *c, __u32 minsize, __u32 *ofs, __u32 *len, int prio) in jffs2_reserve_space() 125 int jffs2_reserve_space_gc(struct jffs2_sb_info *c, __u32 minsize, __u32 *ofs, __u32 *len) in jffs2_reserve_space_gc() 144 static int jffs2_do_reserve_space(struct jffs2_sb_info *c, __u32 minsize, __u32 *ofs, __u32 *len) in jffs2_do_reserve_space() 230 int jffs2_add_physical_node_ref(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *new, __u32 len,… in jffs2_add_physical_node_ref() 276 void jffs2_complete_reservation(struct jffs2_sb_info *c) in jffs2_complete_reservation() 283 void jffs2_mark_node_obsolete(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref) in jffs2_mark_node_obsolete()
|
D | super.c | 76 struct jffs2_sb_info *c = JFFS2_SB_INFO(sb); in jffs2_statfs() local 196 struct jffs2_sb_info *c; in jffs2_read_super() local 290 struct jffs2_sb_info *c = JFFS2_SB_INFO(sb); in jffs2_put_super() local 308 struct jffs2_sb_info *c = JFFS2_SB_INFO(sb); in jffs2_remount_fs() local 329 struct jffs2_sb_info *c = JFFS2_SB_INFO(sb); in jffs2_write_super() local
|
D | scan.c | 79 int jffs2_scan_medium(struct jffs2_sb_info *c) in jffs2_scan_medium() 161 static int jffs2_scan_eraseblock (struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) { in jffs2_scan_eraseblock() 347 static int jffs2_scan_empty(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, __u32 *startofs,… in jffs2_scan_empty() 394 static struct jffs2_inode_cache *jffs2_scan_make_ino_cache(struct jffs2_sb_info *c, __u32 ino) in jffs2_scan_make_ino_cache() 423 static int jffs2_scan_inode_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, __u32 *ofs) in jffs2_scan_inode_node() 600 static int jffs2_scan_dirent_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, __u32 *ofs) in jffs2_scan_dirent_node() 739 static void jffs2_rotate_lists(struct jffs2_sb_info *c) in jffs2_rotate_lists()
|
/linux-2.4.37.9/fs/hfs/ |
D | trans.c | 82 static inline __attribute_const__ unsigned char dehex(char c) { in dehex() 112 unsigned char c; in hfs_mac2nat() local 154 unsigned char c; in hfs_mac2cap() local 195 unsigned char c; in hfs_mac2eight() local 237 unsigned char c; in hfs_mac2seven() local 278 unsigned char c; in hfs_mac2alpha() local 319 unsigned char c; in hfs_mac2triv() local 362 unsigned char c; in hfs_mac2latin() local 401 unsigned char code, c, *count; in hfs_colon2mac() local 442 unsigned char code, c, *count; in hfs_prcnt2mac() local [all …]
|
/linux-2.4.37.9/include/acpi/ |
D | acutils.h | 246 #define ACPI_IS_DIGIT(c) (_acpi_ctype[(unsigned char)(c)] & (_ACPI_DI)) argument 247 #define ACPI_IS_SPACE(c) (_acpi_ctype[(unsigned char)(c)] & (_ACPI_SP)) argument 248 #define ACPI_IS_XDIGIT(c) (_acpi_ctype[(unsigned char)(c)] & (_ACPI_XD)) argument 249 #define ACPI_IS_UPPER(c) (_acpi_ctype[(unsigned char)(c)] & (_ACPI_UP)) argument 250 #define ACPI_IS_LOWER(c) (_acpi_ctype[(unsigned char)(c)] & (_ACPI_LO)) argument 251 #define ACPI_IS_PRINT(c) (_acpi_ctype[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP | _ACPI_DI | _ACP… argument 252 #define ACPI_IS_ALPHA(c) (_acpi_ctype[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP)) argument 253 #define ACPI_IS_ASCII(c) ((c) < 0x80) argument
|
/linux-2.4.37.9/fs/jffs/ |
D | inode-v23.c | 79 struct jffs_control *c; in jffs_read_super() local 165 struct jffs_control *c = (struct jffs_control *) sb->u.generic_sbp; in jffs_put_super() local 196 struct jffs_control *c; in jffs_setattr() local 344 struct jffs_control *c; in jffs_new_inode() local 382 struct jffs_control *c = (struct jffs_control *) sb->u.generic_sbp; in jffs_statfs() local 411 struct jffs_control *c; in jffs_rename() local 562 struct jffs_control *c = (struct jffs_control *)inode->i_sb->u.generic_sbp; in jffs_readdir() local 628 struct jffs_control *c = (struct jffs_control *)dir->i_sb->u.generic_sbp; in jffs_lookup() local 724 struct jffs_control *c = (struct jffs_control *)inode->i_sb->u.generic_sbp; in jffs_do_readpage_nolock() local 791 struct jffs_control *c; in jffs_mkdir() local [all …]
|
D | jffs_proc.c | 38 struct jffs_control *c; member 68 int jffs_register_jffs_proc_dir(kdev_t dev, struct jffs_control *c) in jffs_register_jffs_proc_dir() 131 int jffs_unregister_jffs_proc_dir(struct jffs_control *c) in jffs_unregister_jffs_proc_dir() 187 struct jffs_control *c = (struct jffs_control *) data; in jffs_proc_info_read() local 219 struct jffs_control *c = (struct jffs_control *) data; in jffs_proc_layout_read() local
|
/linux-2.4.37.9/drivers/video/ |
D | vgacon.c | 325 static void vgacon_init(struct vc_data *c, int init) in vgacon_init() 344 static inline void vga_set_mem_top(struct vc_data *c) in vga_set_mem_top() 349 static void vgacon_deinit(struct vc_data *c) in vgacon_deinit() 361 static u8 vgacon_build_attr(struct vc_data *c, u8 color, u8 intensity, u8 blink, u8 underline, u8 r… in vgacon_build_attr() 386 static void vgacon_invert_region(struct vc_data *c, u16 *p, int count) in vgacon_invert_region() 429 static void vgacon_cursor(struct vc_data *c, int mode) in vgacon_cursor() 473 static int vgacon_switch(struct vc_data *c) in vgacon_switch() 487 static void vga_set_palette(struct vc_data *c, unsigned char *table) in vga_set_palette() 499 static int vgacon_set_palette(struct vc_data *c, unsigned char *table) in vgacon_set_palette() 642 static int vgacon_blank(struct vc_data *c, int blank) in vgacon_blank() [all …]
|
D | mdacon.c | 358 static void mdacon_init(struct vc_data *c, int init) in mdacon_init() 378 static void mdacon_deinit(struct vc_data *c) in mdacon_deinit() 405 static u8 mdacon_build_attr(struct vc_data *c, u8 color, u8 intensity, in mdacon_build_attr() 422 static void mdacon_invert_region(struct vc_data *c, u16 *p, int count) in mdacon_invert_region() 432 static void mdacon_putc(struct vc_data *c, int ch, int y, int x) in mdacon_putc() 437 static void mdacon_putcs(struct vc_data *c, const unsigned short *s, in mdacon_putcs() 447 static void mdacon_clear(struct vc_data *c, int y, int x, in mdacon_clear() 464 static void mdacon_bmove(struct vc_data *c, int sy, int sx, in mdacon_bmove() 496 static int mdacon_switch(struct vc_data *c) in mdacon_switch() 501 static int mdacon_set_palette(struct vc_data *c, unsigned char *table) in mdacon_set_palette() [all …]
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | cpu-probe.c | 74 struct cpuinfo_mips *c = ¤t_cpu_data; in check_wait() local 469 static inline void cpu_probe_legacy(struct cpuinfo_mips *c) in cpu_probe_legacy() 716 static inline void decode_config1(struct cpuinfo_mips *c) in decode_config1() 744 static inline void cpu_probe_mips(struct cpuinfo_mips *c) in cpu_probe_mips() 784 static inline void cpu_probe_alchemy(struct cpuinfo_mips *c) in cpu_probe_alchemy() 809 static inline void cpu_probe_sibyte(struct cpuinfo_mips *c) in cpu_probe_sibyte() 831 static inline void cpu_probe_sandcraft(struct cpuinfo_mips *c) in cpu_probe_sandcraft() 852 struct cpuinfo_mips *c = ¤t_cpu_data; in cpu_probe() local 885 struct cpuinfo_mips *c = ¤t_cpu_data; in cpu_report() local
|
/linux-2.4.37.9/include/asm-arm/ |
D | io.h | 191 #define readb(c) ({ unsigned int __v = __raw_readb(__mem_pci(c)); __v; }) argument 192 #define readw(c) ({ unsigned int __v = le16_to_cpu(__raw_readw(__mem_pci(c))); __v; }) argument 193 #define readl(c) ({ unsigned int __v = le32_to_cpu(__raw_readl(__mem_pci(c))); __v; }) argument 195 #define writeb(v,c) __raw_writeb(v,__mem_pci(c)) argument 196 #define writew(v,c) __raw_writew(cpu_to_le16(v),__mem_pci(c)) argument 197 #define writel(v,c) __raw_writel(cpu_to_le32(v),__mem_pci(c)) argument 199 #define memset_io(c,v,l) _memset_io(__mem_pci(c),(v),(l)) argument 200 #define memcpy_fromio(a,c,l) _memcpy_fromio((a),__mem_pci(c),(l)) argument 201 #define memcpy_toio(c,a,l) _memcpy_toio(__mem_pci(c),(a),(l)) argument 203 #define eth_io_copy_and_sum(s,c,l,b) \ argument [all …]
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | ide.h | 51 #define __ide_mm_insw(p, a, c) _insw_ns((volatile u16 *)(p), (a), (c)) argument 52 #define __ide_mm_insl(p, a, c) _insl_ns((volatile u32 *)(p), (a), (c)) argument 53 #define __ide_mm_outsw(p, a, c) _outsw_ns((volatile u16 *)(p), (a), (c)) argument 54 #define __ide_mm_outsl(p, a, c) _outsl_ns((volatile u32 *)(p), (a), (c)) argument
|
/linux-2.4.37.9/drivers/sound/cs4281/ |
D | cs4281pm-24.h | 33 #define cs_pm_register(a, b, c) 0; argument 51 #define cs_pm_register(a, b, c) pm_register((a), (b), (c)); argument 56 #define cs_pm_register(a, b, c) 0; argument 63 #define cs_pm_register(a, b, c) 0; argument
|
/linux-2.4.37.9/include/pcmcia/ |
D | bus_ops.h | 65 #define bus_insb(b,p,a,c) (b)->b_ins((b),(p),(a),(c),0) argument 66 #define bus_insw(b,p,a,c) (b)->b_ins((b),(p),(a),(c),1) argument 67 #define bus_insl(b,p,a,c) (b)->b_ins((b),(p),(a),(c),2) argument 68 #define bus_insw_ns(b,p,a,c) (b)->b_ins((b),(p),(a),(c),-1) argument 69 #define bus_insl_ns(b,p,a,c) (b)->b_ins((b),(p),(a),(c),-2) argument 77 #define bus_outsb(b,p,a,c) (b)->b_outs((b),(p),(a),(c),0) argument 78 #define bus_outsw(b,p,a,c) (b)->b_outs((b),(p),(a),(c),1) argument 79 #define bus_outsl(b,p,a,c) (b)->b_outs((b),(p),(a),(c),2) argument 80 #define bus_outsw_ns(b,p,a,c) (b)->b_outs((b),(p),(a),(c),-1) argument 81 #define bus_outsl_ns(b,p,a,c) (b)->b_outs((b),(p),(a),(c),-2) argument [all …]
|
/linux-2.4.37.9/drivers/video/aty/ |
D | mach64_cursor.c | 50 struct aty_cursor *c = fb->cursor; in aty_set_cursor_color() local 80 struct aty_cursor *c = fb->cursor; in aty_set_cursor_shape() local 117 struct aty_cursor *c = fb->cursor; in aty_set_cursor() local 193 struct aty_cursor *c = fb->cursor; in atyfb_cursor() local 282 struct aty_cursor *c = fb->cursor; in atyfb_set_font() local
|