Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/contrib/dev/nve/
Dos.h46 NV_UINT32 uiLength; member
56 NV_UINT32 uiLength; member
/freebsd-10-stable/sys/dev/nve/
Dif_nve.c1351 DEBUGOUT(NVE_DEBUG_API, "nve: nve_osalloc - %d\n", mem->uiLength); in nve_osalloc()
1355 mem->pLogical = (PVOID)contigmalloc(mem->uiLength, M_DEVBUF, in nve_osalloc()
1362 memset(mem->pLogical, 0, (ulong)mem->uiLength); in nve_osalloc()
1367 (uint)mem->pLogical, (uint)mem->pPhysical, (uint)mem->uiLength); in nve_osalloc()
1377 (uint)mem->pLogical, (uint) mem->uiLength); in nve_osfree()
1392 mem_block_ex->uiLengthOrig = mem_block_ex->uiLength; in nve_osallocex()
1400 mem_block.uiLength = mem_block_ex->uiLengthOrig; in nve_osallocex()
1412 if (mem_block_ex->uiLength != mem_block_ex->uiLengthOrig) { in nve_osallocex()
1439 mem_block.uiLength = mem_block_ex->uiLengthOrig; in nve_osfreeex()
1508 mem->uiLength = desc->buflength; in nve_osallocrxbuf()