Home
last modified time | relevance | path

Searched refs:component (Results 1 – 25 of 160) sorted by relevance

1234567

/onnv-gate/usr/src/stand/lib/fs/nfs/
H A Dlookup.c101 char component[NFS_MAXNAMLEN+1]; /* buffer for component */ in stlookuppn() local
117 component[0] = '\0'; in stlookuppn()
136 error = stpn_stripcomponent(pnp, component); in stlookuppn()
145 if (component[0] == '\0') in stlookuppn()
157 if (strcmp(component, "..") == 0) { in stlookuppn()
167 cino = get_dcache(mac_get_dev(), component, dino); in stlookuppn()
171 dprintf("lookup: component %s pathleft %s\n", component, pnp->pn_path); in stlookuppn()
184 lkp = nfslookup(cfile, component, &error); in stlookuppn()
187 lkp = nfs3lookup(cfile, component, &error); in stlookuppn()
190 lkp = nfs4lookup(cfile, component, &error); in stlookuppn()
[all …]
H A Dpathname.c130 stpn_getcomponent(struct st_pathname *pnp, char *component, int flags) in stpn_getcomponent() argument
142 *component++ = *cp++; in stpn_getcomponent()
149 *component = 0; in stpn_getcomponent()
/onnv-gate/usr/src/cmd/lp/lib/lp/
H A Dmakestr.c60 register char *component, local
75 for (len = strlen(s); (component = va_arg(ap, char *)); )
76 len += strlen(component);
97 p = ret, component = s;
98 component;
99 component = va_arg(ap, char *)
101 for (q = component; *q; )
H A Dmakepath.c63 register char *component, local
78 for (len = strlen(s) + 1; (component = va_arg(ap, char *)); )
79 len += strlen(component) + 1;
100 p = ret, component = s;
101 component;
102 component = va_arg(ap, char *)
104 for (q = component; *q; )
H A Dgetpaths.c83 getprinterfile(char *name, char *component) in getprinterfile() argument
90 path = makepath(Lp_A_Printers, name, component, NULL); in getprinterfile()
100 getsystemfile(char *name, char *component) in getsystemfile() argument
107 path = makepath(Lp_A_Systems, name, component, NULL); in getsystemfile()
151 getformfile(char *name, char *component) in getformfile() argument
158 path = makepath(Lp_A_Forms, name, component, NULL); in getformfile()
/onnv-gate/usr/src/lib/libproject/common/
H A Dsetproject.c73 build_rctlblk(rctlblk_t *blk, int comp_num, char *component) in build_rctlblk() argument
83 xstrtolower(component); in build_rctlblk()
85 if (strcmp("basic", component) == 0) { in build_rctlblk()
90 if (strcmp("priv", component) == 0 || in build_rctlblk()
91 strcmp("privileged", component) == 0) { in build_rctlblk()
108 if (strchr(component, '-') != NULL) in build_rctlblk()
112 val = strtoull(component, &t, 10); in build_rctlblk()
113 if (errno != 0 || t == component || *t != '\0') in build_rctlblk()
124 if (strcmp("none", component) == 0) { in build_rctlblk()
129 if (strcmp("deny", component) == 0) { in build_rctlblk()
[all …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dpwd.pl54 foreach $component (split(m#/#, $newdir)) {
55 next if $component eq '.';
56 pop(@curdir),next if $component eq '..';
57 push(@curdir,$component);
H A DSwitch.pm93 component: while (pos $source < length $source) label
98 next component;
105 next component;
108 next component;
115 next component;
143 next component;
205 next component;
214 next component;
H A DCwd.pm353 my $component;
354 foreach $component (split(m#/#, $newdir)) {
355 next if $component eq '.';
356 pop(@curdir),next if $component eq '..';
357 push(@curdir,$component);
/onnv-gate/usr/src/uts/common/io/scsi/impl/
H A Dsmp_transport.c64 char *component; in smp_probe() local
123 component = kmem_zalloc(clen, KM_SLEEP); in smp_probe()
125 component, ilen); in smp_probe()
126 (void) snprintf(&component[ilen], clen - ilen, in smp_probe()
133 smp_sd->smp_sd_dev, "component", component); in smp_probe()
134 kmem_free(component, clen); in smp_probe()
/onnv-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_trap.c39 int alertlevel, char *component, dev_info_t *info_dip) in nsc_do_sysevent() argument
66 SVE_CACHE_CLASS, component, attr_list, NULL, DDI_SLEEP); in nsc_do_sysevent()
69 SVE_STE_CLASS, component, attr_list, NULL, DDI_SLEEP); in nsc_do_sysevent()
72 SVE_II_CLASS, component, attr_list, NULL, DDI_SLEEP); in nsc_do_sysevent()
/onnv-gate/usr/src/cmd/backup/dump/
H A Dlftw.c145 char *subpath, *component; in lf_xftw() local
235 component = &subpath[n]; in lf_xftw()
237 sublen -= component - subpath; in lf_xftw()
250 (void) strncpy(component, dp->d_name, sublen); in lf_xftw()
251 component[sublen - 1] = '\0'; in lf_xftw()
/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
H A DProportionalLayout.java68 public void addLayoutComponent(String name, Component component) { in addLayoutComponent() argument
76 components.put(component, weight); in addLayoutComponent()
79 public void removeLayoutComponent(Component component) { in removeLayoutComponent() argument
80 Integer weight = (Integer)components.get(component); in removeLayoutComponent()
82 components.remove(component); in removeLayoutComponent()
/onnv-gate/usr/src/lib/libsmbfs/smb/
H A Dcharsets.c79 unpercent(char *component) in unpercent() argument
84 if (component == NULL) in unpercent()
85 return (component); in unpercent()
87 for (s = component; (c = *s) != 0; s++) { in unpercent()
101 return (component); in unpercent()
/onnv-gate/usr/src/lib/libc/port/gen/
H A Dnftw.c171 walk(char *component, in walk() argument
311 if (vp->tmppath[0] != '\0' && component[-1] != '/') in walk()
312 *component++ = '/'; in walk()
313 *component = 0; in walk()
331 this.comp = component; in walk()
368 vp->state.base = (int)(component - vp->tmppath); in walk()
383 base_component = component - vp->home; in walk()
403 component = vp->home + base_component; in walk()
411 p = component; in walk()
423 component = vp->home + base_component; in walk()
[all …]
/onnv-gate/usr/src/uts/common/sys/
H A Dpm.h137 int component; /* Selects the component of the device */ member
178 int component; /* which component changed state */ member
212 int component; /* selects the component of the device */ member
220 int component; /* which component changed state */ member
/onnv-gate/usr/src/uts/common/io/
H A Dpm.c1002 req.component = req32.component; in pm_ioctl()
1357 int comp = req.component; in pm_ioctl()
1441 cmdstr, req.physpath, req.component)) in pm_ioctl()
1442 normal = pm_get_normal_power(dip, req.component); in pm_ioctl()
1459 if (pm_get_current_power(dip, req.component, in pm_ioctl()
1467 cmdstr, req.physpath, req.component, *rval_p)) in pm_ioctl()
1478 int comp = req.component; in pm_ioctl()
2053 if (!e_pm_valid_comp(dip, req.component, &cp)) { in pm_ioctl()
2056 cmdstr, PM_DEVICE(dip), req.component, in pm_ioctl()
2078 if (!e_pm_valid_comp(dip, req.component, &cp)) { in pm_ioctl()
[all …]
/onnv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dftw.c115 char *subpath, *component; local
182 component = &subpath[n];
195 (void)strcpy(component, dp->d_name);
/onnv-gate/usr/src/uts/common/fs/
H A Dlookup.c221 char component[MAXNAMELEN]; /* buffer for component (incl null) */ in lookuppnvp() local
277 if (error = pn_getcomponent(pnp, component)) { in lookuppnvp()
290 if (component[0] == '.' && component[1] == '.' && component[2] == 0) { in lookuppnvp()
293 component[1] = '\0'; in lookuppnvp()
376 error = VOP_LOOKUP(vp, component, &tvp, pnp, lookup_flags, in lookuppnvp()
394 error = VOP_LOOKUP(vp, component, &tvp, pnp, lookup_flags, in lookuppnvp()
483 error = pn_insert(pnp, &linkpath, strlen(component)); in lookuppnvp()
517 if (rpnp && strcmp(component, ".") != 0) { in lookuppnvp()
520 if (strcmp(component, "..") == 0 && in lookuppnvp()
545 error = copystr(component, in lookuppnvp()
[all …]
H A Dpathname.c228 pn_getcomponent(struct pathname *pnp, char *component) in pn_getcomponent() argument
239 *component++ = c; in pn_getcomponent()
246 *component++ = c; in pn_getcomponent()
252 *component = '\0'; in pn_getcomponent()
/onnv-gate/usr/src/uts/sun4u/sunfire/io/
H A Djtag.c1823 jtag_phys_comp *component, in jtag_init_chip() argument
1838 chip = component->chip; in jtag_init_chip()
1860 status = jtag_single_IR_DR(jreg, component, in jtag_init_chip()
1894 jtag_phys_comp *component, in jtag_scanout_chip() argument
1909 chip = component->chip; in jtag_scanout_chip()
1916 status = jtag_rescan_IR_DR(jreg, component, chip->dump_code, scan_in, in jtag_scanout_chip()
2318 jtag_phys_comp *component, in jtag_single_IR_DR() argument
2327 TAP_SHIFT_CONSTANT(jreg, -1, component->ir_after, status); in jtag_single_IR_DR()
2328 TAP_SHIFT_SINGLE(jreg, instr, component->chip->ir_len, status); in jtag_single_IR_DR()
2329 TAP_SHIFT_CONSTANT(jreg, -1, component->ir_before, status); in jtag_single_IR_DR()
[all …]
/onnv-gate/usr/src/cmd/lvm/metassist/xml/
H A Dxml_convert.c514 devconfig_t *component; in xml_to_defaults() local
525 component = removed->obj; in xml_to_defaults()
529 dlist_append(dlist_new_item(component), in xml_to_defaults()
946 devconfig_t *component = (devconfig_t *)components->obj; in devconfig_to_xml() local
950 if ((error = devconfig_get_type(component, &t)) != 0) { in devconfig_to_xml()
956 node, elements, component); in devconfig_to_xml()
1015 devconfig_t *component = NULL; in xml_to_devconfig() local
1029 device, element->type, &component, B_FALSE); in xml_to_devconfig()
1032 if (component == NULL) { in xml_to_devconfig()
1038 &component, element->type)) != 0) { in xml_to_devconfig()
[all …]
/onnv-gate/usr/src/cmd/fm/dicts/
H A DSTORAGE.po89 msgstr "Refer to the Maintenance page in the Sun ZFS Storage UI to identify the failed component. I…
105 msgstr "Refer to the Maintenance page in the Sun ZFS Storage UI to identify the failed component. I…
121 msgstr "Refer to the Maintenance page in the Sun ZFS Storage UI to identify the failed component. I…
137 msgstr "Refer to the Maintenance page in the Sun ZFS Storage UI to identify the failed component. I…
153 msgstr "Refer to the Maintenance page in the Sun ZFS Storage UI to identify the failed component. I…
169 msgstr "Refer to the Maintenance page in the Sun ZFS Storage UI to identify the failed component. I…
185 msgstr "Refer to the Maintenance page in the Sun ZFS Storage UI to identify the failed component. I…
201 msgstr "Refer to the Maintenance page in the Sun ZFS Storage UI to identify the failed component. I…
217 msgstr "Refer to the Maintenance page in the Sun ZFS Storage UI to identify the failed component. I…
249 msgstr "Refer to the Maintenance page in the Sun ZFS Storage UI to identify the failed component. I…
[all …]
/onnv-gate/usr/src/cmd/lvm/metassist/common/
H A Dvolume_devconfig.c182 devconfig_t **component, in devconfig_get_component() argument
195 *component = (devconfig_t *)list->obj; in devconfig_get_component()
198 if (*component != NULL && devconfig_isA(*component, type)) { in devconfig_get_component()
206 *component = NULL; in devconfig_get_component()
217 if ((error = new_devconfig(component, type)) == 0) { in devconfig_get_component()
220 device, dlist_append(dlist_new_item(*component), in devconfig_get_component()
/onnv-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_hsp.c77 devconfig_t *component,
767 devconfig_t *component, in find_spare_for_component() argument
779 (void) devconfig_get_size(component, &csize); in find_spare_for_component()
810 (void) devconfig_get_name(component, &cname); in find_spare_for_component()
854 devconfig_t *component, in choose_spare_for_component() argument
866 (void) devconfig_get_size(component, &csize); in choose_spare_for_component()
870 (void) devconfig_get_name(component, &cname); in choose_spare_for_component()

1234567