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

  /src/sys/fs/hfs/
libhfs.c 166 hfs_catalog_key_t rootkey; local in function:hfslib_open_volume
349 if (hfslib_make_catalog_key(HFS_CNID_ROOT_FOLDER, 0, NULL, &rootkey) == 0)
352 if (hfslib_find_catalog_record_with_key(out_vol, &rootkey,
  /src/sys/arch/arm/sunxi/
sunxi_emac.c 1128 u_char rootkey[16]; local in function:sunxi_emac_get_eaddr
1137 if (aw_sid_get_rootkey(rootkey) == 0 &&
1138 (rootkey[3] | rootkey[12] | rootkey[13] | rootkey[14] |
1139 rootkey[15]) != 0) {
1141 maclo = (rootkey[13] << 24) | (rootkey[12] << 16) |
1142 (rootkey[3] << 8) | 0x02
    [all...]

Completed in 16 milliseconds