HomeSort by: relevance | last modified time | path
    Searched defs:mel_tab (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/mountd/
mountd.c 238 static struct mountd_exports_list *mel_tab; variable in typeref:struct:mountd_exports_list *
1261 mel_tab = ecalloc(mel_tab_len, sizeof(*mel_tab));
1263 mel_tab[i].mel_path = estrdup(fsp[i].f_mntonname);
1264 mel_tab[i].mel_nexports = 0;
1265 mel_tab[i].mel_exports = NULL;
1267 qsort(mel_tab, mel_tab_len, sizeof(mel_tab[0]), mel_compare);
1291 struct mountd_exports_list *mel = &mel_tab[i];
1296 mel_tab[i].mel_path)
    [all...]
mountd.c 238 static struct mountd_exports_list *mel_tab; variable in typeref:struct:mountd_exports_list *
1261 mel_tab = ecalloc(mel_tab_len, sizeof(*mel_tab));
1263 mel_tab[i].mel_path = estrdup(fsp[i].f_mntonname);
1264 mel_tab[i].mel_nexports = 0;
1265 mel_tab[i].mel_exports = NULL;
1267 qsort(mel_tab, mel_tab_len, sizeof(mel_tab[0]), mel_compare);
1291 struct mountd_exports_list *mel = &mel_tab[i];
1296 mel_tab[i].mel_path)
    [all...]

Completed in 71 milliseconds