Searched refs:vendors (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/
H A DOption.java46 private Vector vendors; field in class:Option
118 vendors = new Vector();
129 * @param vendors the list of vendors (if any)
137 public Option(String name, byte context, String [] vendors, short code, argument
147 setVendors(vendors);
190 * @return an Enumeration of the vendors, which will be empty for
194 return vendors.elements();
198 * Get the number of vendors for this option.
199 * @return an int count of the vendors, zer
243 setVendors(String [] vendors) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/
H A Dusbdevs2h.awk100 vendors[nvendors, 1] = $2; # name
101 vendors[nvendors, 2] = $3; # id
103 printf("#define\tUSB_VENDOR_%s\t%s\t", vendors[nvendors, 1],
104 vendors[nvendors, 2]) > hfile
131 vendors[nvendors, i] = $f
133 printf("%s", vendors[nvendors, i]) > hfile
214 while (vendors[vendi, j] != "") {
217 printf("%s", vendors[vendi, j]) > dfile
238 printf("\t USB_VENDOR_%s, 0,\n", vendors[i, 1]) > dfile
243 while (vendors[
[all...]
/opensolaris-onvv-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpupm_mach.c129 * Table of supported vendors.
147 cpupm_vendor_t *vendors; local
176 for (vendors = cpupm_vendors; vendors->cpuv_init != NULL; vendors++) {
177 if (vendors->cpuv_init(cp))
184 if (vendors == NULL) {
/opensolaris-onvv-gate/usr/src/uts/common/io/audio/ac97/
H A Dac97.c1622 * headphone support, but many vendors seem to simply hang the
1718 } vendors[] = { variable in typeref:struct:vendor
1864 for (int i = 0; vendors[i].id; i++) {
1865 if ((ac->vid & 0xffffff00) == vendors[i].id) {
1866 vendor = vendors[i].name;

Completed in 174 milliseconds