Searched refs:ndescs (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/sys/dev/ofisa/ |
| D | ofisa.c | 164 ofisa_reg_get(int phandle, struct ofisa_reg_desc *descp, int ndescs) in ofisa_reg_get() argument 173 ndescs = uimin(ndescs, i); in ofisa_reg_get() 175 i = ndescs * 12; in ofisa_reg_get() 187 for (i = 0, bp = buf; i < ndescs; i++, bp += 12) { in ofisa_reg_get() 204 ofisa_reg_print(struct ofisa_reg_desc *descp, int ndescs) in ofisa_reg_print() argument 208 if (ndescs == 0) { in ofisa_reg_print() 213 for (i = 0; i < ndescs; i++) { in ofisa_reg_print() 234 ofisa_intr_get(int phandle, struct ofisa_intr_desc *descp, int ndescs) in ofisa_intr_get() argument 243 ndescs = uimin(ndescs, i); in ofisa_intr_get() 245 i = ndescs * 8; in ofisa_intr_get() [all …]
|
| /netbsd/src/sys/arch/shark/ofw/ |
| D | if_cs_ofisa_machdep.c | 103 struct ofisa_reg_desc *descp, int ndescs, int ndescsfilled) in cs_ofisa_md_reg_fixup() argument 108 if (ndescs != 2) in cs_ofisa_md_reg_fixup() 128 struct ofisa_intr_desc *descp, int ndescs, int ndescsfilled) in cs_ofisa_md_intr_fixup() argument 132 if (ndescs > 0 && ndescsfilled > 0) in cs_ofisa_md_intr_fixup() 156 struct ofisa_dma_desc *descp, int ndescs, int ndescsfilled) in cs_ofisa_md_dma_fixup() argument 160 if (ndescs > 0 && ndescsfilled > 0) { in cs_ofisa_md_dma_fixup()
|
| D | com_ofisa_machdep.c | 77 …ce_t parent, device_t self, void *aux, struct ofisa_intr_desc *descp, int ndescs, int ndescsfilled) in com_ofisa_md_intr_fixup() argument 81 if (ndescs > 0 && ndescsfilled > 0) in com_ofisa_md_intr_fixup()
|
| D | wdc_ofisa_machdep.c | 76 …ce_t parent, device_t self, void *aux, struct ofisa_intr_desc *descp, int ndescs, int ndescsfilled) in wdc_ofisa_md_intr_fixup() argument 80 if (ndescs > 0 && ndescsfilled > 0) in wdc_ofisa_md_intr_fixup()
|
| D | lpt_ofisa_machdep.c | 78 …ce_t parent, device_t self, void *aux, struct ofisa_intr_desc *descp, int ndescs, int ndescsfilled) in lpt_ofisa_md_intr_fixup() argument 82 if (ndescs > 0 && ndescsfilled > 0) { in lpt_ofisa_md_intr_fixup()
|
| /netbsd/src/sys/dev/pci/ |
| D | if_ixlvar.h | 1018 ixl_rxr_unrefreshed(unsigned int prod, unsigned int cons, unsigned int ndescs) in ixl_rxr_unrefreshed() argument 1025 num = (ndescs - prod) + cons; in ixl_rxr_unrefreshed()
|
| /netbsd/src/sys/dev/ic/ |
| D | rtw.c | 752 u_int ndescs) in rtw_txdesc_dmamaps_create() argument 755 for (i = 0; i < ndescs; i++) { in rtw_txdesc_dmamaps_create() 766 u_int ndescs) in rtw_rxdesc_dmamaps_create() argument 769 for (i = 0; i < ndescs; i++) { in rtw_rxdesc_dmamaps_create() 780 u_int ndescs) in rtw_rxdesc_dmamaps_destroy() argument 783 for (i = 0; i < ndescs; i++) { in rtw_rxdesc_dmamaps_destroy() 791 u_int ndescs) in rtw_txdesc_dmamaps_destroy() argument 794 for (i = 0; i < ndescs; i++) { in rtw_txdesc_dmamaps_destroy()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| D | pcache.c | 4317 int ndescs; in pc_cf_gen() local 4319 ndescs = ftemp_attrs( &bv, &tempbv, &descs, &text ); in pc_cf_gen() 4320 if ( ndescs < 0 ) { in pc_cf_gen() 4341 temp->bindnattrs = ndescs; in pc_cf_gen()
|