/linux-2.4.37.9/drivers/net/ |
D | slhc.c | 97 struct slcompress *comp; in slhc_init() local 100 comp = (struct slcompress *)kmalloc(sizeof(struct slcompress), in slhc_init() 102 if (! comp) in slhc_init() 104 memset(comp, 0, sizeof(struct slcompress)); in slhc_init() 108 comp->rstate = (struct cstate *) kmalloc(rsize, GFP_KERNEL); in slhc_init() 109 if (! comp->rstate) in slhc_init() 111 memset(comp->rstate, 0, rsize); in slhc_init() 112 comp->rslot_limit = rslots - 1; in slhc_init() 117 comp->tstate = (struct cstate *) kmalloc(tsize, GFP_KERNEL); in slhc_init() 118 if (! comp->tstate) in slhc_init() [all …]
|
D | slip.c | 593 struct slcompress *comp; local 611 comp = sl->slcomp; 612 if (comp) { 613 stats.rx_fifo_errors += comp->sls_i_compressed; 614 stats.rx_dropped += comp->sls_i_tossed; 615 stats.tx_fifo_errors += comp->sls_o_compressed; 616 stats.collisions += comp->sls_o_misses;
|
D | ppp_generic.c | 2122 struct compressor *comp; member 2133 if (ce->comp->compress_proto == proto) in find_comp_entry() 2154 ce->comp = cp; in ppp_register_compressor() 2169 if (ce != 0 && ce->comp == cp) { in ppp_unregister_compressor() 2186 cp = ce->comp; in find_compressor()
|
D | defxx.c | 2406 bp->cmd_req_reg.index.comp += 1; in dfx_hw_dma_cmd_req() 2407 bp->cmd_req_reg.index.comp &= PI_CMD_REQ_K_NUM_ENTRIES-1; in dfx_hw_dma_cmd_req() 2426 bp->cmd_rsp_reg.index.comp += 1; in dfx_hw_dma_cmd_req() 2427 bp->cmd_rsp_reg.index.comp &= PI_CMD_RSP_K_NUM_ENTRIES-1; in dfx_hw_dma_cmd_req()
|
D | defxx.h | 1362 PI_UINT8 comp; member 1421 PI_UINT8 comp; member
|
/linux-2.4.37.9/include/net/ |
D | slhc_vj.h | 177 void slhc_free __ARGS((struct slcompress *comp)); 179 int slhc_compress __ARGS((struct slcompress *comp, unsigned char *icp, 182 int slhc_uncompress __ARGS((struct slcompress *comp, unsigned char *icp, 184 int slhc_remember __ARGS((struct slcompress *comp, unsigned char *icp, 186 int slhc_toss __ARGS((struct slcompress *comp)); 188 void slhc_i_status __ARGS((struct slcompress *comp)); 189 void slhc_o_status __ARGS((struct slcompress *comp));
|
/linux-2.4.37.9/drivers/net/sk98lin/h/ |
D | skdebug.h | 28 #define SK_DBG_MSG(pAC,comp,cat,arg) \ argument 29 if ( ((comp) & SK_DBG_CHKMOD(pAC)) && \ 35 #define SK_DBG_MSG(pAC,comp,lev,arg) argument
|
/linux-2.4.37.9/arch/ia64/sn/io/sn2/ |
D | module.c | 180 klmod_serial_num_t *comp; in module_probe_snum() local 215 comp = GET_SNUM_COMP(board); in module_probe_snum() 217 if (comp) { in module_probe_snum() 224 printf(" %x ", comp->snum.snum_str[i]); in module_probe_snum() 229 if (comp->snum.snum_str[0] != '\0') { in module_probe_snum() 230 bcopy(comp->snum.snum_str, in module_probe_snum()
|
/linux-2.4.37.9/fs/ntfs/ |
D | attr.c | 735 char *comp = 0, *comp1; in ntfs_read_compressed() local 782 if (!comp) { in ntfs_read_compressed() 783 comp = ntfs_malloc(16 << clustersizebits); in ntfs_read_compressed() 784 if (!comp) { in ntfs_read_compressed() 792 comp1 = comp; in ntfs_read_compressed() 822 comp1 = comp; in ntfs_read_compressed() 835 ntfs_decompress(decomp, comp, chunk); in ntfs_read_compressed() 859 if (comp) in ntfs_read_compressed() 860 ntfs_free(comp); in ntfs_read_compressed()
|
D | inode.c | 1224 int head, comp; in ntfs_decompress() local 1234 comp = NTFS_GETU16(src) & 0x8000; in ntfs_decompress() 1242 if (!comp) { /* uncompressible */ in ntfs_decompress()
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | led.c | 62 #define CALC_ADD(val, comp, add) \ argument 63 (val<=(comp/8) ? add/16 : val<=(comp/4) ? add/8 : val<=(comp/2) ? add/4 : add)
|
/linux-2.4.37.9/fs/partitions/ |
D | ldm.c | 821 struct vblk_comp *comp; in ldm_parse_cmp3() local 848 comp = &vb->vblk.comp; in ldm_parse_cmp3() 849 ldm_get_vstr (buffer + 0x18 + r_name, comp->state, in ldm_parse_cmp3() 850 sizeof (comp->state)); in ldm_parse_cmp3() 851 comp->type = buffer[0x18 + r_vstate]; in ldm_parse_cmp3() 852 comp->children = ldm_get_vnum (buffer + 0x1D + r_vstate); in ldm_parse_cmp3() 853 comp->parent_id = ldm_get_vnum (buffer + 0x2D + r_child); in ldm_parse_cmp3() 854 comp->chunksize = r_stripe ? ldm_get_vnum (buffer+r_parent+0x2E) : 0; in ldm_parse_cmp3()
|
D | ldm.h | 197 struct vblk_comp comp; member
|
/linux-2.4.37.9/drivers/hil/ |
D | hil_mlc.c | 399 #define EXPECT(comp, to, got, got_wrong, timed_out) \ argument 400 { HILSE_EXPECT, { packet: comp }, to, got, got_wrong, timed_out }, 401 #define EXPECT_LAST(comp, to, got, got_wrong, timed_out) \ argument 402 { HILSE_EXPECT_LAST, { packet: comp }, to, got, got_wrong, timed_out }, 403 #define EXPECT_DISC(comp, to, got, got_wrong, timed_out) \ argument 404 { HILSE_EXPECT_DISC, { packet: comp }, to, got, got_wrong, timed_out },
|
/linux-2.4.37.9/kernel/ |
D | exit.c | 478 NORET_TYPE void complete_and_exit(struct completion *comp, long code) in complete_and_exit() argument 480 if (comp) in complete_and_exit() 481 complete(comp); in complete_and_exit()
|
/linux-2.4.37.9/drivers/net/wireless/ |
D | airo.c | 989 static int readrids(struct net_device *dev, aironet_ioctl *comp); 990 static int writerids(struct net_device *dev, aironet_ioctl *comp); 991 int flashcard(struct net_device *dev, aironet_ioctl *comp); 6637 static int readrids(struct net_device *dev, aironet_ioctl *comp) { argument 6646 switch(comp->command) 6670 if (copy_to_user(comp->data, &ai->micstats, 6671 min((int)comp->len,(int)sizeof(ai->micstats)))) 6675 case AIRORRID: ridcode = comp->len; break; 6689 if (comp->command == AIRORRID) 6692 len = comp->len; [all …]
|
/linux-2.4.37.9/drivers/usb/host/ |
D | hc_simple.c | 194 void *comp = NULL; in hci_unlink_urb() local 233 comp = urb->complete; in hci_unlink_urb() 246 urb->complete = comp; in hci_unlink_urb()
|
/linux-2.4.37.9/Documentation/crypto/ |
D | descore-readme.txt | 94 (code from eay@psych.psy.uq.oz.au via comp.sources.misc) 103 (code from glad@daimi.aau.dk via alt.sources or comp.sources.misc) 118 (code obtained from aem@aber.ac.uk via alt.sources or comp.sources.misc)
|
/linux-2.4.37.9/Documentation/ |
D | floppy.txt | 214 comp.os.linux.hardware. As the volume in these groups is rather high,
|
D | Configure.help | 29217 # LocalWords: bsd comp SPARCstation le SunOS ie Gracilis PackeTwin PT pt LU FX
|
/linux-2.4.37.9/fs/hfs/ |
D | FAQ.txt | 96 versions are made to the comp.os.linux.announce newsgroup.
|
/linux-2.4.37.9/arch/m68k/ifpsp060/src/ |
D | isp.S | 2182 neg.l %d6 # make (-quot) 2's comp
|
/linux-2.4.37.9/ |
D | CREDITS | 1613 D: Slackware and Debian, vote-taker for 2nd comp.os.linux reorganization 3322 D: comp.os.linux.announce, former moderator
|