Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/find/
H A Dfind.c240 static int fstype_index = 0; variable
889 for (nremfs = 0; nremfs < fstype_index; nremfs++) {
1878 remote_fstypes[fstype_index++] = "nfs"; in init_remote_fs()
1887 remote_fstypes[fstype_index++] = new_string(buf); in init_remote_fs()
1889 if (fstype_index == N_FSTYPES) in init_remote_fs()
/titanic_41/usr/src/cmd/fs.d/
H A Ddf.c419 size_t fstype_index = 0; in init_remote_fs() local
431 remote_fstypes[fstype_index++] = new_string(buf); in init_remote_fs()
433 if (fstype_index == N_FSTYPES) in init_remote_fs()