Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c230 char *a_mntPoint, char *a_fsType, char *a_mntOptions);
2764 sortedInsert(FSI_T **r_list, long *a_listSize, char *a_mntPoint, in sortedInsert() argument
2774 assert(a_mntPoint != NULL); in sortedInsert()
2780 echoDebug(DBG_SINS_ENTRY, a_mntPoint, a_fsType, a_mntOptions); in sortedInsert()
2797 list[0].fsi_mntPoint = strdup(a_mntPoint); in sortedInsert()
2822 c = strcmp(list[n].fsi_mntPoint, a_mntPoint); in sortedInsert()
2868 list[n].fsi_mntPoint = strdup(a_mntPoint); in sortedInsert()
2888 list[listSize-1].fsi_mntPoint = strdup(a_mntPoint); in sortedInsert()