Home
last modified time | relevance | path

Searched refs:nslices (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/kern/
HDsubr_diskslice.c715 dsmakeslicestruct(int nslices, struct disk_info *info) in dsmakeslicestruct() argument
721 nslices * sizeof *sp, M_DEVBUF, M_WAITOK); in dsmakeslicestruct()
723 ssp->dss_nslices = nslices; in dsmakeslicestruct()
743 bzero(sp, nslices * sizeof *sp); in dsmakeslicestruct()
/dragonfly/sys/sys/
HDdiskslice.h419 dsmakeslicestruct (int nslices, struct disk_info *info);