Home
last modified time | relevance | path

Searched refs:next_cluster_32 (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c133 static int next_cluster_32(fstyp_pcfs_t *h, int n);
410 for (n = h->bs32.f_rootcluster; n != 0; n = next_cluster_32(h, n)) { in get_label_32()
436 next_cluster_32(fstyp_pcfs_t *h, int n) in next_cluster_32() function