Lines Matching defs:component
866 * export structure associated with the component.
928 * Get the vnode for the component "nm".
1120 * the component name in the format of (security-mechanism-oid, qop, service)
1155 * Verify the component name. If failed, error out, but
1156 * do not error out if the component name is a "..".
2797 * component. The label on this path should either be the
6046 rfs4_lookup(component4 *component, struct svc_req *req,
6062 status = utf8_dir_verify(component);
6066 nm = utf8_to_fn(component, &len, NULL);
6096 rfs4_lookupfile(component4 *component, struct svc_req *req,
6113 status = rfs4_lookup(component, req, cs);
6322 component4 *component;
6352 * Get the last component of path name in nm. cs will reference
6355 component = &args->open_claim4_u.file;
6356 status = utf8_dir_verify(component);
6360 nm = utf8_to_fn(component, &buflen, NULL);
9704 ncomp++; /* 1 valid component */