Searched refs:qh_mountdevice (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libquota/
H A Dquota_open.c113 qh->qh_mountdevice = strdup(stv.f_mntfromname);
114 if (qh->qh_mountdevice == NULL) {
140 return qh->qh_mountdevice;
152 free(qh->qh_mountdevice);
H A Dquotapvt.h37 char *qh_mountdevice; member in struct:quotahandle
H A Dquota_nfs.c164 path = strdup(qh->qh_mountdevice);

Completed in 105 milliseconds