Searched refs:hn (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/lib/zlib_inflate/ |
D | inftrees.c | 90 local int huft_build(b, n, s, d, e, t, m, hp, hn, v) in huft_build() argument 99 uInt *hn; /* hufts used in space */ 230 if (*hn + z > MANY) /* (note: doesn't matter for fixed) */ 232 u[h] = q = hp + *hn; 233 *hn += z; 299 uInt hn = 0; /* hufts used in space */ local 304 tb, bb, hp, &hn, v); 327 uInt hn = 0; /* hufts used in space */ local 334 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v); 348 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v);
|
/linux-2.4.37.9/net/sched/ |
D | cls_u32.c | 353 struct tc_u_hnode **hn; in u32_destroy_hnode() local 359 for (hn = &tp_c->hlist; *hn; hn = &(*hn)->next) { in u32_destroy_hnode() 360 if (*hn == ht) { in u32_destroy_hnode() 361 *hn = ht->next; in u32_destroy_hnode()
|
/linux-2.4.37.9/drivers/scsi/ |
D | wd33c93.c | 1878 int wd33c93_proc_info(char *buf, char **start, off_t off, int len, int hn, int in) in wd33c93_proc_info() argument 1893 if (instance->host_no == hn) in wd33c93_proc_info() 1897 printk("*** Hmm... Can't find host #%d!\n",hn); in wd33c93_proc_info()
|
D | in2000.c | 2193 int in2000_proc_info(char *buf, char **start, off_t off, int len, int hn, int in) in in2000_proc_info() argument 2208 if (instance->host_no == hn) in in2000_proc_info() 2212 printk("*** Hmm... Can't find host #%d!\n",hn); in in2000_proc_info()
|