HomeSort by: relevance | last modified time | path
    Searched refs:dnext (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
crypto_scrypt-common.c 55 uint8_t *dnext; local in function:encode64
63 dnext = encode64_uint32(dst, dstlen, value, bits);
64 if (!dnext) {
67 dstlen -= dnext - dst;
68 dst = dnext;
  /src/sys/dev/usb/
ohcivar.h 50 struct ohci_soft_td *dnext; /* next in done list */ member in struct:ohci_soft_td
69 struct ohci_soft_itd *dnext; /* next in done list */ member in struct:ohci_soft_itd
ohci.c 1486 std->dnext = sdone;
1496 sitd->dnext = sidone;
1513 for (std = sdone; std; std = std->dnext)
1520 stdnext = std->dnext;
1530 DPRINTFN(10, "std=%#jx xfer=%#jx hcpriv=%#jx dnext=%#jx",
1605 for (sitd = sidone; sitd; sitd = sitd->dnext)
1613 sitdnext = sitd->dnext;

Completed in 22 milliseconds