Lines Matching defs:portable_mac
2041 ret = nvlist_lookup_uint8_array(nvl, "portable_mac", &buf, &len);
2099 uint8_t *portable_mac;
2118 VERIFY0(nvlist_lookup_uint8_array(nvl, "portable_mac", &portable_mac,
2138 memcpy(os->os_phys->os_portable_mac, portable_mac, ZIO_OBJSET_MAC_LEN);
2537 VERIFY0(nvlist_add_uint8_array(nvl, "portable_mac",
2715 uint8_t portable_mac[ZIO_OBJSET_MAC_LEN];
2726 byteswap, portable_mac, local_mac);
2734 memcpy(osp->os_portable_mac, portable_mac, ZIO_OBJSET_MAC_LEN);
2740 if (memcmp(portable_mac, osp->os_portable_mac,