HomeSort by: relevance | last modified time | path
    Searched defs: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 in function:new_mount
234 get_mount_info(fd, &pmi, sock_type);
239 ro_flag = pmi.pmi_mountflags & MNT_RDONLY
    [all...]
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 in function:new_mount
234 get_mount_info(fd, &pmi, sock_type);
239 ro_flag = pmi.pmi_mountflags & MNT_RDONLY
    [all...]

Completed in 26 milliseconds