/linux-2.4.37.9/drivers/block/ |
D | smart1,2.h | 42 static void smart4_submit_command(ctlr_info_t *h, cmdlist_t *c) in smart4_submit_command() argument 44 writel(c->busaddr, h->vaddr + S42XX_REQUEST_PORT_OFFSET); in smart4_submit_command() 52 static void smart4_intr_mask(ctlr_info_t *h, unsigned long val) in smart4_intr_mask() argument 56 writel(0, h->vaddr + S42XX_REPLY_INTR_MASK_OFFSET); in smart4_intr_mask() 60 h->vaddr + S42XX_REPLY_INTR_MASK_OFFSET); in smart4_intr_mask() 69 static unsigned long smart4_fifo_full(ctlr_info_t *h) in smart4_fifo_full() argument 72 return (!readl(h->vaddr + S42XX_REQUEST_PORT_OFFSET)); in smart4_fifo_full() 79 static unsigned long smart4_completed(ctlr_info_t *h) in smart4_completed() argument 82 = readl(h->vaddr + S42XX_REPLY_PORT_OFFSET); in smart4_completed() 90 writel(0, h->vaddr + S42XX_REPLY_PORT_OFFSET); in smart4_completed() [all …]
|
D | cciss.h | 22 void (*submit_command)(ctlr_info_t *h, CommandList_struct *c); 23 void (*set_intr_mask)(ctlr_info_t *h, unsigned long val); 24 unsigned long (*fifo_full)(ctlr_info_t *h); 25 unsigned long (*intr_pending)(ctlr_info_t *h); 26 unsigned long (*command_completed)(ctlr_info_t *h); 104 #define CTLR_IS_ALIVE(h) (h->alive) argument 105 #define ASSERT_CTLR_ALIVE(h) { h->alive = 1; \ argument 106 h->monitor_period = 0; \ 107 h->monitor_started = 0; } 109 #define CTLR_STATUS(h) CTLR_IS_ALIVE(h) ? "operational" : "failed" argument [all …]
|
D | cciss.c | 155 static int start_monitor_thread(ctlr_info_t *h, unsigned char *cmd, 182 static void start_io( ctlr_info_t *h); 248 ctlr_info_t *h = (ctlr_info_t*)data; in cciss_proc_get_info() local 254 if (h->busy_configuring) { in cciss_proc_get_info() 258 h->busy_configuring = 1; in cciss_proc_get_info() 261 ctlr = h->ctlr; in cciss_proc_get_info() 276 h->devname, in cciss_proc_get_info() 277 h->product_name, in cciss_proc_get_info() 278 (unsigned long)h->board_id, in cciss_proc_get_info() 279 h->firm_ver[0], h->firm_ver[1], h->firm_ver[2], h->firm_ver[3], in cciss_proc_get_info() [all …]
|
D | cpqarray.c | 146 static cmdlist_t * cmd_alloc(ctlr_info_t *h, int get_from_pool); 147 static void cmd_free(ctlr_info_t *h, cmdlist_t *c, int got_from_pool); 168 static void start_io(ctlr_info_t *h); 249 ctlr_info_t *h = (ctlr_info_t*)data; in ida_proc_get_info() local 255 ctlr = h->ctlr; in ida_proc_get_info() 268 h->devname, in ida_proc_get_info() 269 h->product_name, in ida_proc_get_info() 270 (unsigned long)h->board_id, in ida_proc_get_info() 271 h->firm_rev[0], h->firm_rev[1], h->firm_rev[2], h->firm_rev[3], in ida_proc_get_info() 272 (unsigned long)h->ctlr_sig, (unsigned long)h->vaddr, in ida_proc_get_info() [all …]
|
/linux-2.4.37.9/fs/reiserfs/ |
D | ibalance.c | 32 int h, in internal_define_dest_src_infos() argument 45 src_bi->bi_bh = PATH_H_PBUFFER (tb->tb_path, h); in internal_define_dest_src_infos() 46 src_bi->bi_parent = PATH_H_PPARENT (tb->tb_path, h); in internal_define_dest_src_infos() 47 src_bi->bi_position = PATH_H_POSITION (tb->tb_path, h + 1); in internal_define_dest_src_infos() 49 dest_bi->bi_bh = tb->L[h]; in internal_define_dest_src_infos() 50 dest_bi->bi_parent = tb->FL[h]; in internal_define_dest_src_infos() 51 dest_bi->bi_position = get_left_neighbor_position (tb, h); in internal_define_dest_src_infos() 52 *d_key = tb->lkey[h]; in internal_define_dest_src_infos() 53 *cf = tb->CFL[h]; in internal_define_dest_src_infos() 57 src_bi->bi_bh = tb->L[h]; in internal_define_dest_src_infos() [all …]
|
D | fix_node.c | 80 static void create_virtual_node (struct tree_balance * tb, int h) in create_virtual_node() argument 87 Sh = PATH_H_PBUFFER (tb->tb_path, h); in create_virtual_node() 90 vn->vn_size = MAX_CHILD_SIZE (Sh) - B_FREE_SPACE (Sh) + tb->insert_size[h]; in create_virtual_node() 93 if (h) { in create_virtual_node() 195 static void check_left (struct tree_balance * tb, int h, int cur_free) in check_left() argument 205 if (h > 0) { in check_left() 206 tb->lnum[h] = cur_free / (DC_SIZE + KEY_SIZE); in check_left() 214 tb->lnum[h] = 0; in check_left() 274 static void check_right (struct tree_balance * tb, int h, int cur_free) in check_right() argument 284 if (h > 0) { in check_right() [all …]
|
D | prints.c | 369 int h = 0; in print_path() local 373 while (tb->insert_size[h]) { in print_path() 374 bh = PATH_H_PBUFFER (path, h); in print_path() 376 bh ? B_LEVEL (bh) : 0, PATH_H_POSITION (path, h)); in print_path() 377 h ++; in print_path() 591 int h = 0; in store_print_tb() local 606 for (h = 0; h < sizeof(tb->insert_size) / sizeof (tb->insert_size[0]); h ++) { in store_print_tb() 607 if (PATH_H_PATH_OFFSET (tb->tb_path, h) <= tb->tb_path->path_length && in store_print_tb() 608 PATH_H_PATH_OFFSET (tb->tb_path, h) > ILLEGAL_PATH_ELEMENT_OFFSET) { in store_print_tb() 609 tbSh = PATH_H_PBUFFER (tb->tb_path, h); in store_print_tb() [all …]
|
/linux-2.4.37.9/Documentation/ |
D | ioctl-number.txt | 7 macros defined in <linux/ioctl.h>: 62 0x00 00-1F linux/fs.h conflict! 63 0x00 00-1F scsi/scsi_ioctl.h conflict! 64 0x00 00-1F linux/fb.h conflict! 65 0x00 00-1F linux/wavefront.h conflict! 66 0x02 all linux/fd.h 67 0x03 all linux/hdreg.h 68 0x04 all linux/umsdos_fs.h 69 0x06 all linux/lp.h 70 0x09 all linux/md.h [all …]
|
D | magic-number.txt | 48 PG_MAGIC 'P' pg_{read,write}_hdr include/linux/pg.h 49 MKISS_DRIVER_MAGIC 0x04bf mkiss_channel drivers/net/mkiss.h 50 RISCOM8_MAGIC 0x0907 riscom_port drivers/char/riscom8.h 52 CYCLADES_MAGIC 0x4359 cyclades_port include/linux/cyclades.h 53 FASYNC_MAGIC 0x4601 fasync_struct include/linux/fs.h 56 PPP_MAGIC 0x5002 ppp include/linux/if_ppp.h 57 SERIAL_MAGIC 0x5301 async_struct include/linux/serial.h 58 SSTATE_MAGIC 0x5302 serial_state include/linux/serial.h 59 SLIP_MAGIC 0x5302 slip drivers/net/slip.h 61 X25_ASY_MAGIC 0x5303 x25_asy drivers/net/x25_asy.h [all …]
|
/linux-2.4.37.9/drivers/ieee1394/ |
D | hosts.c | 27 static int dummy_transmit_packet(struct hpsb_host *h, struct hpsb_packet *p) in dummy_transmit_packet() argument 32 static int dummy_devctl(struct hpsb_host *h, enum devctl_cmd c, int arg) in dummy_devctl() argument 122 struct hpsb_host *h; in hpsb_alloc_host() local 125 h = kmalloc(sizeof(struct hpsb_host) + extra, SLAB_KERNEL); in hpsb_alloc_host() 126 if (!h) return NULL; in hpsb_alloc_host() 127 memset(h, 0, sizeof(struct hpsb_host) + extra); in hpsb_alloc_host() 129 h->hostdata = h + 1; in hpsb_alloc_host() 130 h->driver = drv; in hpsb_alloc_host() 131 h->refcount = 1; in hpsb_alloc_host() 133 INIT_LIST_HEAD(&h->pending_packets); in hpsb_alloc_host() [all …]
|
/linux-2.4.37.9/fs/xfs/quota/ |
D | xfs_quota_priv.h | 67 #define XQMLCK(h) (mutex_lock(&((h)->qh_lock), PINOD)) argument 68 #define XQMUNLCK(h) (mutex_unlock(&((h)->qh_lock))) argument 71 static inline int XQMISLCKD(struct xfs_dqhash *h) in XQMISLCKD() argument 73 if (mutex_trylock(&h->qh_lock)) { in XQMISLCKD() 74 mutex_unlock(&h->qh_lock); in XQMISLCKD() 81 #define XFS_DQ_HASH_LOCK(h) XQMLCK(h) argument 82 #define XFS_DQ_HASH_UNLOCK(h) XQMUNLCK(h) argument 83 #define XFS_DQ_IS_HASH_LOCKED(h) XQMISLCKD(h) argument 123 #define _LIST_REMOVE(h, dqp, PVP, NXT) \ argument 131 (h)->qh_version++; \ [all …]
|
/linux-2.4.37.9/arch/m68k/sun3x/ |
D | time.c | 65 volatile struct mostek_dt *h = in sun3x_hwclk() local 72 h->csr |= C_WRITE; in sun3x_hwclk() 73 h->sec = BIN_TO_BCD(t->tm_sec); in sun3x_hwclk() 74 h->min = BIN_TO_BCD(t->tm_min); in sun3x_hwclk() 75 h->hour = BIN_TO_BCD(t->tm_hour); in sun3x_hwclk() 76 h->wday = BIN_TO_BCD(t->tm_wday); in sun3x_hwclk() 77 h->mday = BIN_TO_BCD(t->tm_mday); in sun3x_hwclk() 78 h->month = BIN_TO_BCD(t->tm_mon); in sun3x_hwclk() 79 h->year = BIN_TO_BCD(t->tm_year); in sun3x_hwclk() 80 h->csr &= ~C_WRITE; in sun3x_hwclk() [all …]
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | Makefile | 56 aic7xxx_core.o: aic7xxx_seq.h 57 $(obj-aic7xxx): aic7xxx_reg.h 58 aic7xxx.o: aic7xxx_seq.h aic7xxx_reg.h $(obj-aic7xxx) 61 aic79xx_core.o: aic79xx_seq.h 62 $(obj-aic79xx): aic79xx_reg.h 63 aic79xx.o: aic79xx_seq.h aic79xx_reg.h $(obj-aic79xx) 67 aic7xxx_gen = aic7xxx_seq.h aic7xxx_reg.h 70 aic7xxx_asm_cmd = aicasm/aicasm -I. -r aic7xxx_reg.h \ 71 -p aic7xxx_reg_print.c -i aic7xxx_osm.h \ 72 -o aic7xxx_seq.h aic7xxx.seq [all …]
|
/linux-2.4.37.9/crypto/ |
D | sha256.c | 84 u32 a, b, c, d, e, f, g, h, t1, t2; in sha256_transform() local 98 e=state[4]; f=state[5]; g=state[6]; h=state[7]; in sha256_transform() 101 t1 = h + e1(e) + Ch(e,f,g) + 0x428a2f98 + W[ 0]; in sha256_transform() 102 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; in sha256_transform() 104 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2; in sha256_transform() 106 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2; in sha256_transform() 108 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2; in sha256_transform() 110 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2; in sha256_transform() 111 t1 = c + e1(h) + Ch(h,a,b) + 0x59f111f1 + W[ 5]; in sha256_transform() 113 t1 = b + e1(g) + Ch(g,h,a) + 0x923f82a4 + W[ 6]; in sha256_transform() [all …]
|
/linux-2.4.37.9/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 15 mpi.h 01.01.07 01.01.06 16 mpi_ioc.h 01.01.07 01.01.06 17 mpi_cnfg.h 01.01.11 01.01.10 18 mpi_init.h 01.01.05 01.01.04 19 mpi_targ.h 01.01.04 01.01.04 20 mpi_fc.h 01.01.07 01.01.06 21 mpi_lan.h 01.01.03 01.01.03 22 mpi_raid.h 01.01.02 01.01.02 23 mpi_type.h 01.01.02 01.01.02 30 mpi.h [all …]
|
/linux-2.4.37.9/net/802/pseudo/ |
D | Makefile | 1 all: pseudocode.h actionnm.h 4 touch pseudocode.h actionnm.h 5 rm pseudocode.h actionnm.h 7 pseudocode.h: pseudocode opcd2num.sed compile.awk 8 sed -f opcd2num.sed pseudocode | awk -f compile.awk >pseudocode.h 10 actionnm.h: pseudocode.h actionnm.awk 11 awk -f actionnm.awk pseudocode.h>actionnm.h
|
/linux-2.4.37.9/drivers/net/wan/ |
D | syncppp.c | 143 static int sppp_lcp_conf_parse_options (struct sppp *sp, struct lcp_header *h, 207 struct ppp_header *h; in sppp_input() local 230 h = (struct ppp_header *)skb->data; in sppp_input() 233 switch (h->address) { in sppp_input() 238 h->address, h->control, ntohs (h->protocol)); in sppp_input() 241 if (h->control != PPP_UI) in sppp_input() 247 h->address, h->control, ntohs (h->protocol)); in sppp_input() 250 switch (ntohs (h->protocol)) { in sppp_input() 255 &h->protocol); in sppp_input() 259 h->address, h->control, ntohs (h->protocol)); in sppp_input() [all …]
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/ |
D | Makefile | 3 .SUFFIXES= .l .y .c .h 9 GENHDRS= aicdb.h $(YSRCS:.y=.h) 36 aicdb.h: 38 echo "#include <db4/db_185.h>" > aicdb.h; \ 40 echo "#include <db3/db_185.h>" > aicdb.h; \ 42 echo "#include <db2/db_185.h>" > aicdb.h; \ 44 echo "#include <db/db_185.h>" > aicdb.h; \ 46 echo "#include <db_185.h>" > aicdb.h; \ 54 aicasm_gram.c aicasm_gram.h: aicasm_gram.y 57 mv $(<:.y=).tab.h $(<:.y=.h) [all …]
|
/linux-2.4.37.9/fs/nls/ |
D | nls_euc-jp.c | 19 #define IS_SJIS_JISX0208(h, l) ((((0x81 <= (h)) && ((h) <= 0x9F)) \ argument 20 || ((0xE0 <= (h)) && ((h) <= 0xEA))) \ 23 #define IS_SJIS_UDC_LOW(h, l) (((0xF0 <= (h)) && ((h) <= 0xF4)) \ argument 25 #define IS_SJIS_UDC_HI(h, l) (((0xF5 <= (h)) && ((h) <= 0xF9)) \ argument 27 #define IS_SJIS_IBM(h, l) (((0xFA <= (h)) && ((h) <= 0xFC)) \ argument 29 #define IS_SJIS_NECIBM(h, l) (((0xED <= (h)) && ((h) <= 0xEE)) \ argument 44 #define IS_EUC_JISX0208(h, l) (IS_EUC_BYTE(h) && IS_EUC_BYTE(l)) argument 45 #define IS_EUC_JISX0201KANA(h, l) (((h) == SS2) && (0xA1 <= (l) && (l) <= 0xDF)) argument 46 #define IS_EUC_UDC_LOW(h, l) (((0xF5 <= (h)) && ((h) <= 0xFE)) \ argument 48 #define IS_EUC_UDC_HI(h, l) IS_EUC_UDC_LOW(h, l) /* G3 block */ argument [all …]
|
/linux-2.4.37.9/net/802/transit/ |
D | Makefile | 3 all: pdutr.h timertr.h 5 pdutr.h: pdutr.pre compile.awk 6 awk -f ./compile.awk pdutr.pre > pdutr.h 8 timertr.h: timertr.pre compile.awk 9 awk -f ./compile.awk timertr.pre > timertr.h 12 touch pdutr.h timertr.h 13 rm pdutr.h timertr.h
|
/linux-2.4.37.9/arch/sparc/kernel/ |
D | Makefile | 45 @if [ ! -r $(HPATH)/asm/asm_offsets.h ] ; then \ 46 touch $(HPATH)/asm/asm_offsets.h ; \ 48 @echo "/* Automatically generated. Do not edit. */" > asm_offsets.h 49 @echo "#ifndef __ASM_OFFSETS_H__" >> asm_offsets.h 50 @echo "#define __ASM_OFFSETS_H__" >> asm_offsets.h 51 @echo "" >> asm_offsets.h 52 @echo "#include <linux/config.h>" >> asm_offsets.h 53 @echo "" >> asm_offsets.h 79 ./check_asm >> asm_offsets.h 81 @echo "" >> asm_offsets.h [all …]
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | Makefile | 52 @if [ ! -r $(HPATH)/asm/asm_offsets.h ] ; then \ 53 touch $(HPATH)/asm/asm_offsets.h ; \ 55 @echo "/* Automatically generated. Do not edit. */" > asm_offsets.h 56 @echo "#ifndef __ASM_OFFSETS_H__" >> asm_offsets.h 57 @echo "#define __ASM_OFFSETS_H__" >> asm_offsets.h 58 @echo >> asm_offsets.h 59 @echo "#include <linux/config.h>" >> asm_offsets.h 60 @echo >> asm_offsets.h 86 ./check_asm >> asm_offsets.h 88 @echo >> asm_offsets.h [all …]
|
/linux-2.4.37.9/net/ipv6/ |
D | exthdrs.c | 109 int off = skb->h.raw - skb->nh.raw; in ip6_parse_tlv() 110 int len = ((skb->h.raw[1]+1)<<3); in ip6_parse_tlv() 112 if ((skb->h.raw + len) - skb->data > skb_headlen(skb)) in ip6_parse_tlv() 172 if (!pskb_may_pull(skb, (skb->h.raw-skb->data)+8) || in ipv6_dest_opt() 173 !pskb_may_pull(skb, (skb->h.raw-skb->data)+((skb->h.raw[1]+1)<<3))) { in ipv6_dest_opt() 178 opt->dst1 = skb->h.raw - skb->nh.raw; in ipv6_dest_opt() 181 skb->h.raw += ((skb->h.raw[1]+1)<<3); in ipv6_dest_opt() 214 if (!pskb_may_pull(skb, (skb->h.raw-skb->data)+8) || in ipv6_routing_header() 215 !pskb_may_pull(skb, (skb->h.raw-skb->data)+((skb->h.raw[1]+1)<<3))) { in ipv6_routing_header() 221 hdr = (struct ipv6_rt_hdr *) skb->h.raw; in ipv6_routing_header() [all …]
|
/linux-2.4.37.9/arch/arm/tools/ |
D | Makefile | 7 all: $(TOPDIR)/include/asm-arm/mach-types.h \ 8 $(TOPDIR)/include/asm-arm/constants.h 10 $(TOPDIR)/include/asm-arm/mach-types.h: mach-types gen-mach-types 18 constants.h: constants-hdr getconstants.c 26 $(TOPDIR)/include/asm-arm/constants.h: constants.h 27 cmp constants.h $@ >/dev/null 2>&1 || cp -p constants.h $@ 36 sed s,getconstants.o,constants.h, > .depend
|
/linux-2.4.37.9/fs/adfs/ |
D | dir_fplus.c | 24 struct adfs_bigdirheader *h; in adfs_fplus_read() local 43 h = (struct adfs_bigdirheader *)dir->bh[0]->b_data; in adfs_fplus_read() 44 size = le32_to_cpu(h->bigdirsize); in adfs_fplus_read() 50 if (h->bigdirversion[0] != 0 || h->bigdirversion[1] != 0 || in adfs_fplus_read() 51 h->bigdirversion[2] != 0 || size & 2047 || in adfs_fplus_read() 52 h->bigdirstartname != cpu_to_le32(BIGDIRSTARTNAME)) in adfs_fplus_read() 72 t->bigdirendmasseq != h->startmasseq || in adfs_fplus_read() 76 dir->parent_id = le32_to_cpu(h->bigdirparent); in adfs_fplus_read() 89 struct adfs_bigdirheader *h = (struct adfs_bigdirheader *)dir->bh[0]->b_data; in adfs_fplus_setpos() local 92 if (fpos <= le32_to_cpu(h->bigdirentries)) { in adfs_fplus_setpos() [all …]
|