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

  /src/usr.sbin/perfused/
perfused.c 102 get_mount_info(int fd, struct perfuse_mount_info *pmi, int sock_type)
175 pmi->pmi_source = source;
176 pmi->pmi_target = target;
177 pmi->pmi_filesystemtype = filesystemtype;
178 pmi->pmi_mountflags = (int)mountflags;
179 pmi->pmi_data = data;
181 pmi->pmi_uid = cred.sc_euid;
206 struct perfuse_mount_info pmi; local
234 get_mount_info(fd, &pmi, sock_type);
239 ro_flag = pmi.pmi_mountflags & MNT_RDONLY
    [all...]
  /src/lib/libperfuse/
perfuse.c 437 perfuse_init(struct perfuse_callbacks *pc, struct perfuse_mount_info *pmi)
455 ps->ps_owner_uid = pmi->pmi_uid;
457 if (pmi->pmi_source) {
458 if ((ps->ps_source = strdup(pmi->pmi_source)) == NULL)
464 if (pmi->pmi_filesystemtype) {
467 ps->ps_filesystemtype = strdup(pmi->pmi_filesystemtype);
481 if ((ps->ps_target = strdup(pmi->pmi_target)) == NULL)
484 ps->ps_mountflags = pmi->pmi_mountflags;

Completed in 20 milliseconds