Lines Matching defs:component
964 * so the unit-address is established on the last component of the path.
2789 * last component of the path is available (even though the path is
3829 char *component, *config_name;
3848 component = kmem_alloc(MAXNAMELEN, KM_SLEEP);
3856 /* Get component and chop off minorname */
3857 (void) pn_getcomponent(&pn, component);
3860 i_ddi_parse_iscsi_name(component, NULL, NULL,
3863 i_ddi_parse_name(component, NULL, NULL, &minorname);
3867 component);
3870 component, prev_minor);
3882 kmem_free(component, MAXNAMELEN);
3904 kmem_free(component, MAXNAMELEN);
3958 kmem_free(component, MAXNAMELEN);