Searched defs:component (Results 51 - 60 of 60) sorted by relevance

123

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c3528 uint_t component; local
3530 for (component = 0; component < pathp->pathname4_len;
3531 component++) {
3533 component == 0 ? "%s" : "/%s",
3534 component_name(&pathp->pathname4_val[component]));
3555 uint_t component; local
3560 for (component = 0; component < pathp->pathname4_len; component
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c866 * 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, argument
6062 status = utf8_dir_verify(component);
6066 nm = utf8_to_fn(component, &len, NULL);
6096 rfs4_lookupfile(component4 *component, struc argument
6322 component4 *component; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c964 * 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; local
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_mino
[all...]
H A Dsunpm.c39 * then it can't be power managed. Each component has 2 or more
49 * For these devices, component 0 is special, and represents the power state
50 * of the device. If component 0 is to be set to power level 0 (off), then
53 * After setting component 0 from 0 to a non-zero power level, a call must be
61 * tells what each component's power state values are, and provides human
62 * readable strings (currently unused) for each component name and power state.
74 * Each device component also has a threshold time associated with each power
97 * -provide a mechanism for a device driver to request that a device's component
109 * component of each managed device to its lowest power based on the threshold
111 * component
1773 char *component; local
[all...]
H A Dsunmdi.c177 * MDI component property name/value string definitions
179 const char *mdi_component_prop = "mpxio-component";
348 * Return mpxio component type
426 * if not yet created, create the vHCI component
475 * Claim the devfs node as a vhci component
574 * Handle to a vHCI component
596 * Utility function to get the handle to a vHCI component
598 * Handle to a vHCI component
996 * Invalid vHCI component, return failure
1084 * Unlock the pHCI component
4151 mdi_pi_pathname_obp_set(mdi_pathinfo_t *pip, char *component) argument
[all...]
H A Dsunddi.c6705 * append our component to parent's obp path
6732 ddi_pathname_obp_set(dev_info_t *dip, char *component) argument
6749 if (component) {
6751 (void) strncat(obp_path, component, MAXPATHLEN);
9751 * ddi_deviname() returns a component name with / prepended.
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c2061 * component = device.
2072 ql_power(dev_info_t *dip, int component, int level) argument
2093 if (component != QL_POWER_COMPONENT || (level != PM_LEVEL_D0 &&
2095 EL(ha, "invalid, component=%xh or level=%xh\n",
2096 component, level);
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c287 * component of the driver
1262 static int sdpower(dev_info_t *devi, int component, int level);
2548 * They provide component- and level- based debug output filtering.
2564 * Arguments: comp - driver component being logged
2580 * Filter messages based on the global component and level masks.
2613 * Arguments: comp - driver component being logged
2619 sd_log_info(uint_t component, struct sd_lun *un, const char *fmt, ...) argument
2629 * Filter messages based on the global component and level masks.
2633 if ((sd_component_mask & component) &&
2645 if (un->sd_injection_mask & component) {
2669 sd_log_trace(uint_t component, struct sd_lun *un, const char *fmt, ...) argument
6620 sdpower(dev_info_t *devi, int component, int level) argument
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c120 static int mptsas_power(dev_info_t *dip, int component, int level);
1359 * Initialize power management component
2362 mptsas_power(dev_info_t *dip, int component, int level) argument
2365 _NOTE(ARGUNUSED(component))
13151 "mptsas%d: pm-component property creation failed.",
15025 char *component = NULL; local
15285 component = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
15289 (void) snprintf(component, MAXPATHLEN,
15292 if (mdi_pi_pathname_obp_set(*pip, component) !=
15296 component);
15373 char *component = NULL; local
[all...]
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c258 * unlinkat(dfd, <component name>,...)
259 * fchownat(dfd, <component name>,..)
519 static int put_link(char *name, char *longname, char *component,
4480 * Make the path one component at a time.
4497 * This makes the last component of the name, if it is a
5461 "tar: block component missing in '%s' entry in %s.\n"),
5468 "tar: size component missing in '%s' entry in %s.\n"),
5708 wantit(char *argv[], char **namep, char **dirp, char **component, argument
5785 if (check_prefix(namep, dirp, component) != 0) {
6132 static char component[PATH_MA local
8019 put_link(char *name, char *longname, char *component, char *longattrname, char *prefix, int filetype, char type) argument
[all...]

Completed in 483 milliseconds

123