Searched refs:gdesc (Results 1 – 2 of 2) sorted by relevance
| /src/stand/libsa/geli/ |
| H A D | gelidev.c | 112 struct geli_devdesc *gdesc; in geli_dev_strategy() local 118 gdesc = (struct geli_devdesc *)devdata; in geli_dev_strategy() 133 alnstart = rounddown2(reqstart, (int)gdesc->gdev->md.md_sectorsize); in geli_dev_strategy() 134 alnend = roundup2(reqend, (int)gdesc->gdev->md.md_sectorsize); in geli_dev_strategy() 153 rc = gdesc->hdesc->dd.d_dev->dv_strategy(gdesc->hdesc, rw, in geli_dev_strategy() 157 rc = geli_io(gdesc->gdev, GELI_DECRYPT, alnstart, iobuf, in geli_dev_strategy() 175 rc = gdesc->hdesc->dd.d_dev->dv_strategy(gdesc->hdesc, in geli_dev_strategy() 179 rc = geli_io(gdesc->gdev, GELI_DECRYPT, alnstart, iobuf, in geli_dev_strategy() 188 rc = geli_io(gdesc->gdev, GELI_ENCRYPT, alnstart, iobuf, in geli_dev_strategy() 192 rc = gdesc->hdesc->dd.d_dev->dv_strategy(gdesc->hdesc, in geli_dev_strategy() [all …]
|
| /src/sys/dev/bwn/ |
| H A D | if_bwn.c | 3019 struct bwn_dmadesc_generic **gdesc, struct bwn_dmadesc_meta **meta) in bwn_dma_32_getdesc() argument 3027 *gdesc = (struct bwn_dmadesc_generic *)desc; in bwn_dma_32_getdesc() 3112 struct bwn_dmadesc_generic **gdesc, struct bwn_dmadesc_meta **meta) in bwn_dma_64_getdesc() argument 3120 *gdesc = (struct bwn_dmadesc_generic *)desc; in bwn_dma_64_getdesc()
|