Searched refs:manufacturer (Results 1 - 25 of 36) sorted by relevance

12

/illumos-gate/usr/src/cmd/hal/utils/
H A Dprinter.h16 char **manufacturer, char **model, char **description,
19 extern int add_printer_info(LibHalChangeSet *cs, char *udi, char *manufacturer,
H A Dprinter.c46 ieee1284_devid_to_printer_info(char *devid_string, char **manufacturer, argument
69 (manufacturer != NULL))
70 *manufacturer = strdup(strip_ws(u));
114 add_printer_info(LibHalChangeSet *cs, char *udi, char *manufacturer, argument
121 NP(udi), NP(manufacturer), NP(model), NP(description),
128 if (manufacturer != NULL)
130 "printer.vendor", manufacturer);
/illumos-gate/usr/src/cmd/hal/probing/network-printer/
H A Dprobe-snmp.c26 hrDeviceDesc_to_info(char *string, char **manufacturer, char **model, argument
37 rc = ieee1284_devid_to_printer_info(string, manufacturer, model,
42 *manufacturer = strdup(string);
43 if ((s = strchr(*manufacturer, ' ')) != NULL) {
114 snmp_brother_printer_info(char *hostname, char *community, char **manufacturer, argument
129 rc = ieee1284_devid_to_printer_info(tmp, manufacturer, model,
142 snmp_ricoh_printer_info(char *hostname, char *community, char **manufacturer, argument
157 rc = ieee1284_devid_to_printer_info(tmp, manufacturer, model,
170 snmp_lexmark_printer_info(char *hostname, char *community, char **manufacturer, argument
185 rc = ieee1284_devid_to_printer_info(tmp, manufacturer, mode
198 snmp_xerox_phaser_printer_info(char *hostname, char *community, char **manufacturer, char **model, char **description, char **serial_no, char ***command_set, char **uri) argument
260 snmp_qms_printer_info(char *hostname, char *community, char **manufacturer, char **model, char **description, char **serial_no, char ***command_set, char **uri) argument
297 snmp_oki_printer_info(char *hostname, char *community, char **manufacturer, char **model, char **description, char **serial_no, char ***command_set) argument
325 snmp_hp_printer_info(char *hostname, char *community, char **manufacturer, char **model, char **description, char **serial_no, char ***command_set) argument
353 snmp_ppm_printer_info(char *hostname, char *community, char **manufacturer, char **model, char **description, char **serial_no, char ***command_set) argument
376 snmp_prt_printer_info(char *hostname, char *community, char **manufacturer, char **model, char **description, char **serial_no, char ***command_set) argument
407 snmp_host_resource_printer_info(char *hostname, char *community, char **manufacturer, char **model, char **description, char **serial_no, char ***command_set) argument
426 snmp_printer_info(char *hostname, char *community, char **manufacturer, char **model, char **description, char **serial_no, char ***command_set, char **uri) argument
482 char *hostname = av[i], *manufacturer = NULL, *model = NULL, local
[all...]
H A Dprobe-network-printer.c45 char *manufacturer = NULL, local
52 char **manufacturer, char **model, char **description,
82 ret = snmp_printer_info(printer_address, community, &manufacturer,
92 ret = add_printer_info(cs, udi, manufacturer, model, description,
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_chassis.c75 ch_hcfmri.manufacturer = x86pi_cleanup_smbios_str(mod,
88 f, ch_hcfmri.manufacturer);
112 if (ch_hcfmri.manufacturer != NULL) {
113 topo_mod_strfree(mod, (char *)ch_hcfmri.manufacturer);
H A Dx86pi_impl.h146 const char *manufacturer; member in struct:x86pi_hcfmri_info_s
H A Dx86pi_subr.c70 if (hc->manufacturer != NULL)
71 topo_mod_strfree(mod, (char *)hc->manufacturer);
/illumos-gate/usr/src/cmd/print/printer-info/
H A Dprinter-info.c40 char *manufacturer; member in struct:__anon1278
85 info->manufacturer = strdup(u);
128 int manufacturer = 0, model = 0, description = 0, command_set = 0, local
134 manufacturer++;
141 manufacturer++;
172 if (manufacturer != 0)
174 NP(info.manufacturer));
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dmachdep.c59 static char manufacturer[] = "manufacturer#"; local
70 if (prom_getproplen(node, manufacturer) != sizeof (int))
72 (void) prom_getprop(node, manufacturer, (caddr_t)&manu);
/illumos-gate/usr/src/cmd/hal/probing/printer/
H A Dprobe-printer.c39 prnio_printer_info(char *device_file, char **manufacturer, char **model, argument
61 rc = ieee1284_devid_to_printer_info(buf, manufacturer, model,
110 char *manufacturer = NULL, local
139 ret = prnio_printer_info(device_file, &manufacturer, &model,
148 ret = add_printer_info(cs, udi, manufacturer, model, description,
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dnhm_log.h43 char manufacturer[64]; member in struct:nhm_dimm
H A Ddimm_topo.c159 if (nhm_dimm->manufacturer && nhm_dimm->manufacturer[0]) {
160 t = sizeof (nhm_dimm->manufacturer);
161 (void) strncpy(sbuf, nhm_dimm->manufacturer, t);
163 (void) nvlist_add_string(newdimm, "manufacturer", sbuf);
H A Dnhm_init.c108 (void) strncpy(dimmp->manufacturer,
110 sizeof (dimmp->manufacturer));
/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Dcommon.c31 char **manufacturer, char **model, char **description,
175 char *manufacturer = NULL, *model = NULL, *description = NULL, local
193 snmp_printer_info(hostaddr, community, &manufacturer, &model,
222 if (manufacturer != NULL)
224 "printer.vendor", manufacturer, &error);
239 NP(manufacturer), NP(model), NP(description), NP(serial),
244 if (manufacturer != NULL)
245 free(manufacturer);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcio.h133 char manufacturer[80]; member in struct:emlxs_vpd_desc
146 char manufacturer[256]; member in struct:emlxs_vpd_desc_v2
/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_video.c89 char *manufacturer; member in struct:acpi_video_smbios_info
753 pblacklist->manufacturer != NULL; pblacklist++) {
754 if ((strcmp(mfg, pblacklist->manufacturer) == 0) &&
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h247 char manufacturer[FCHBA_MANUFACTURER_LEN]; member in struct:fca_port_attrs
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/pvscsi/
H A Dpvscsi.h413 uint16_t manufacturer[64]; member in struct:PVSCSIConfigPageController
/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h168 char manufacturer[FCHBA_MANUFACTURER_LEN]; member in struct:fct_port_attrs
/illumos-gate/usr/src/uts/sun4u/io/
H A Dgptwo_cpu.c357 * manufacturer#
370 int mask, manufacturer; local
377 manufacturer = (pcd->spcd_ver_reg >> 48) & 0x000000000000ffff;
393 if (ndi_prop_update_int(DDI_DEV_T_NONE, new_child, "manufacturer#",
394 manufacturer) != DDI_SUCCESS) {
396 "to create manufacturer# property\n");
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c247 (void) snprintf(attrs->manufacturer, FCHBA_MANUFACTURER_LEN,
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c2737 char *manufacturer = NULL, *model = NULL, *product = NULL; local
2782 * manufacturer vendor-id
2796 * 'product-id', we use a concatenation of 'manufacturer-model'. We
2799 if ((manufacturer = disk_auth_clean(mod, raw_manufacturer)) == NULL ||
2805 prodlen = strlen(manufacturer) + strlen(model) + 2;
2809 (void) snprintf(product, prodlen, "%s-%s", manufacturer, model);
3000 topo_mod_strfree(mod, manufacturer);
/illumos-gate/usr/src/uts/common/io/
H A Dpm.c953 char manufacturer[MAXCOPYBUF]; local
2599 manufacturer, MAXCOPYBUF, NULL)) {
2634 manufacturer, MAXCOPYBUF, NULL)) {
2651 psa.pms_manufacturer = manufacturer;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c1121 (void) strncpy(vpd->manufacturer,
1123 (sizeof (vpd->manufacturer)-1));
1126 vpd->manufacturer);
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_fc.c620 (void) snprintf(port_attrs->manufacturer, FCHBA_MANUFACTURER_LEN,

Completed in 174 milliseconds

12