Searched refs:pmi (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/usr.sbin/perfused/
H A Dperfused.c102 get_mount_info(int fd, struct perfuse_mount_info *pmi, int sock_type) argument
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
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
H A Dcompile-cplus-member.exp60 CompileExpression::test {a.*pmi} 1
61 CompileExpression::test {a.public_ = 2; var = a.*pmi; a.public_ = 1} 2 -explicit
H A Dcompile-cplus-member.cc80 PMI pmi = &A::public_; local
82 return a.*pmi + get_values (a); // break here
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
H A Dcompile-cplus-member.exp57 CompileExpression::test {a.*pmi} 1
58 CompileExpression::test {a.public_ = 2; var = a.*pmi; a.public_ = 1} 2 -explicit
H A Dcompile-cplus-member.cc80 PMI pmi = &A::public_; local
82 return a.*pmi + get_values (a); // break here
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dmember-ptr.cc158 PMI pmi; local
180 pmi = &A::j;
208 pmi = NULL; /* Breakpoint 1 here. */
214 pmi = &A::jj;
222 k = a.*pmi;
H A Dmisc.cc542 /* FIXME: pmi gets optimized out. Need to do some more computation with
545 int Foo::* pmi = &Foo::y; member in class:Foo
552 return foo.*pmi;
H A Dclasses.cc654 /* FIXME: pmi gets optimized out. Need to do some more computation with
657 int Foo::* pmi = &Foo::y; member in class:Foo
664 return foo.*pmi;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dmember-ptr.cc163 PMI pmi; local
185 pmi = &A::j;
216 pmi = NULL; /* Breakpoint 1 here. */
222 pmi = &A::jj;
230 k = a.*pmi;
H A Dmisc.cc542 /* FIXME: pmi gets optimized out. Need to do some more computation with
545 int Foo::* pmi = &Foo::y; member in class:Foo
552 return foo.*pmi;
H A Dclasses.cc654 /* FIXME: pmi gets optimized out. Need to do some more computation with
657 int Foo::* pmi = &Foo::y; member in class:Foo
664 return foo.*pmi;
/netbsd-current/lib/libperfuse/
H A Dperfuse.c437 perfuse_init(struct perfuse_callbacks *pc, struct perfuse_mount_info *pmi) argument
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 233 milliseconds