HomeSort by: relevance | last modified time | path
    Searched defs:nvs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/common/nvpair/
nvpair.c 2024 * nvs operations are:
2051 char nvh_encoding; /* nvs encoding method */
2052 char nvh_endian; /* nvs endian */
2058 nvs_encode_pairs(nvstream_t *nvs, nvlist_t *nvl)
2067 if (nvs->nvs_ops->nvs_nvpair(nvs, &curr->nvi_nvp, NULL) != 0)
2070 return (nvs->nvs_ops->nvs_nvl_fini(nvs));
2074 nvs_decode_pairs(nvstream_t *nvs, nvlist_t *nvl)
2084 while ((err = nvs->nvs_ops->nvs_nvpair(nvs, NULL, &nvsize)) == 0)
2262 nvstream_t nvs; local
    [all...]
  /src/sys/dev/hyperv/
if_hvn.c 281 /* NVS */
342 /* NVS protocol */
676 aprint_normal_dev(self, "NVS %d.%d NDIS %d.%d\n",
845 * Detach the synthetics parts, i.e. NVS and RNDIS.
850 * Reattach the synthetic parts, i.e. NVS and RNDIS,
2688 * Attach the primary channel _before_ attaching NVS and RNDIS.
2698 * Attach NVS.
2707 * Attach RNDIS _after_ NVS is attached.
2745 * the # of channels that NVS offered.
2833 /* Detach NVS. *
3533 const struct hvn_nvs_hdr *nvs; local
    [all...]

Completed in 17 milliseconds