Searched refs:ofdisk_hash_ent (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/disk/ieee1275/
H A Dofdisk.c29 struct ofdisk_hash_ent struct
35 struct ofdisk_hash_ent *next;
39 static struct ofdisk_hash_ent *ofdisk_hash[OFDISK_HASH_SZ];
50 static struct ofdisk_hash_ent *
53 struct ofdisk_hash_ent *p = ofdisk_hash[ofdisk_hash_fn(devpath)];
64 static struct ofdisk_hash_ent *
67 struct ofdisk_hash_ent *p;
68 struct ofdisk_hash_ent **head = &ofdisk_hash[ofdisk_hash_fn(devpath)];
81 static struct ofdisk_hash_ent *
84 struct ofdisk_hash_ent *
[all...]

Completed in 14 milliseconds