Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c132 char *fsi_mntOptions; member
2177 list[nn].fsi_mntOptions); in cmd_is_path_writable()
2185 r = mountOptionPresent(list[nn].fsi_mntOptions, MNTOPT_RO); in cmd_is_path_writable()
2188 rootPath, list[nn].fsi_mntOptions); in cmd_is_path_writable()
2799 list[0].fsi_mntOptions = strdup(a_mntOptions); in sortedInsert()
2804 list[1].fsi_mntOptions = NULL; in sortedInsert()
2830 len = strlen(list[n].fsi_mntOptions) + in sortedInsert()
2836 (void) strlcat(me, list[n].fsi_mntOptions, len); in sortedInsert()
2842 free(list[n].fsi_mntOptions); in sortedInsert()
2843 list[n].fsi_mntOptions = me; in sortedInsert()
[all …]