Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/find/
H A Dfind.c244 static int fstype_index = 0; variable
930 for (nremfs = 0; nremfs < fstype_index; nremfs++) { in execute()
1889 remote_fstypes[fstype_index++] = "nfs"; in init_remote_fs()
1898 remote_fstypes[fstype_index++] = new_string(buf); in init_remote_fs()
1900 if (fstype_index == N_FSTYPES) in init_remote_fs()
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c425 size_t fstype_index = 0; in init_remote_fs() local
437 remote_fstypes[fstype_index++] = new_string(buf); in init_remote_fs()
439 if (fstype_index == N_FSTYPES) in init_remote_fs()