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

/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c839 * if nodups is non-zero, then the first file of a given name found is
840 * the only file added to the list of names. for example if nodups is
849 platform_get_files(const char *dirname[], const char *fnstr, int nodups) argument
879 if (nodups != 0) {
932 platform_get_files_stddirs(char *fname, int nodups) argument
956 flist = platform_get_files(dirlist, fname, nodups);
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c238 build_seclist_nodups(exportdata_t *exd, secinfo_t *nodups, int exponly) argument
254 if (nodups[n].s_secinfo.sc_nfsnum ==
262 * they are never freed from the nodups array. If
264 * of the nodups flavors, then the entry is properly
269 nodups[n] = cursec[c];

Completed in 808 milliseconds