Lines Matching defs:mountp
142 * mountp - caller-allocated string into which the mountpoint
144 * mountpsz - size of the buffer mountp
147 * mountp will contain the mountpoint of the BE.
148 * Failure - nonzero; kargs and mountp are undefined.
154 char *mountp, size_t mountpsz)
186 "rc, kargs, mountp = libbe.get_kargs_and_mountpt(entnum)\n";
200 mountpobj = PyDict_GetItemString(locals, "mountp");
215 if (strlcpy(mountp, PyString_AsString(mountpobj),
218 mountp[0] = '\0';
225 mountp[0] = '\0';