/titanic_41/usr/src/cmd/hal/probing/network-printer/ |
H A D | probe-snmp.c | 26 hrDeviceDesc_to_info(char *string, char **manufacturer, char **model, in hrDeviceDesc_to_info() argument 37 rc = ieee1284_devid_to_printer_info(string, manufacturer, model, in hrDeviceDesc_to_info() 42 *manufacturer = strdup(string); in hrDeviceDesc_to_info() 43 if ((s = strchr(*manufacturer, ' ')) != NULL) { in hrDeviceDesc_to_info() 114 snmp_brother_printer_info(char *hostname, char *community, char **manufacturer, in snmp_brother_printer_info() argument 129 rc = ieee1284_devid_to_printer_info(tmp, manufacturer, model, in snmp_brother_printer_info() 142 snmp_ricoh_printer_info(char *hostname, char *community, char **manufacturer, in snmp_ricoh_printer_info() argument 157 rc = ieee1284_devid_to_printer_info(tmp, manufacturer, model, in snmp_ricoh_printer_info() 170 snmp_lexmark_printer_info(char *hostname, char *community, char **manufacturer, in snmp_lexmark_printer_info() argument 185 rc = ieee1284_devid_to_printer_info(tmp, manufacturer, model, in snmp_lexmark_printer_info() [all …]
|
H A D | probe-network-printer.c | 45 char *manufacturer = NULL, in main() local 52 char **manufacturer, char **model, char **description, in main() 82 ret = snmp_printer_info(printer_address, community, &manufacturer, in main() 92 ret = add_printer_info(cs, udi, manufacturer, model, description, in main()
|
/titanic_41/usr/src/cmd/hal/utils/ |
H A D | printer.c | 46 ieee1284_devid_to_printer_info(char *devid_string, char **manufacturer, in ieee1284_devid_to_printer_info() argument 69 (manufacturer != NULL)) in ieee1284_devid_to_printer_info() 70 *manufacturer = strdup(strip_ws(u)); in ieee1284_devid_to_printer_info() 114 add_printer_info(LibHalChangeSet *cs, char *udi, char *manufacturer, in add_printer_info() argument 121 NP(udi), NP(manufacturer), NP(model), NP(description), in add_printer_info() 128 if (manufacturer != NULL) in add_printer_info() 130 "printer.vendor", manufacturer); in add_printer_info()
|
H A D | printer.h | 16 char **manufacturer, char **model, char **description, 19 extern int add_printer_info(LibHalChangeSet *cs, char *udi, char *manufacturer,
|
/titanic_41/usr/src/cmd/print/printer-info/ |
H A D | printer-info.c | 40 char *manufacturer; member 85 info->manufacturer = strdup(u); in get_printer_description() 128 int manufacturer = 0, model = 0, description = 0, command_set = 0, in main() local 134 manufacturer++; in main() 141 manufacturer++; in main() 172 if (manufacturer != 0) in main() 174 NP(info.manufacturer)); in main()
|
/titanic_41/usr/src/cmd/hal/probing/printer/ |
H A D | probe-printer.c | 39 prnio_printer_info(char *device_file, char **manufacturer, char **model, in prnio_printer_info() argument 61 rc = ieee1284_devid_to_printer_info(buf, manufacturer, model, in prnio_printer_info() 110 char *manufacturer = NULL, in main() local 139 ret = prnio_printer_info(device_file, &manufacturer, &model, in main() 148 ret = add_printer_info(cs, udi, manufacturer, model, description, in main()
|
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_chassis.c | 75 ch_hcfmri.manufacturer = x86pi_cleanup_smbios_str(mod, in x86pi_gen_chassis() 88 f, ch_hcfmri.manufacturer); in x86pi_gen_chassis() 112 if (ch_hcfmri.manufacturer != NULL) { in x86pi_gen_chassis() 113 topo_mod_strfree(mod, (char *)ch_hcfmri.manufacturer); in x86pi_gen_chassis()
|
H A D | x86pi_impl.h | 146 const char *manufacturer; member
|
H A D | x86pi_subr.c | 70 if (hc->manufacturer != NULL) in x86pi_hcfmri_info_fini() 71 topo_mod_strfree(mod, (char *)hc->manufacturer); in x86pi_hcfmri_info_fini()
|
/titanic_41/usr/src/cmd/hal/addons/network-devices/ |
H A D | common.c | 31 char **manufacturer, char **model, char **description, 175 char *manufacturer = NULL, *model = NULL, *description = NULL, in add_network_printer() local 193 snmp_printer_info(hostaddr, community, &manufacturer, &model, in add_network_printer() 222 if (manufacturer != NULL) in add_network_printer() 224 "printer.vendor", manufacturer, &error); in add_network_printer() 239 NP(manufacturer), NP(model), NP(description), NP(serial), in add_network_printer() 244 if (manufacturer != NULL) in add_network_printer() 245 free(manufacturer); in add_network_printer()
|
/titanic_41/usr/src/psm/stand/boot/sparc/common/ |
H A D | machdep.c | 59 static char manufacturer[] = "manufacturer#"; in visit() local 70 if (prom_getproplen(node, manufacturer) != sizeof (int)) in visit() 72 (void) prom_getprop(node, manufacturer, (caddr_t)&manu); in visit()
|
/titanic_41/usr/src/uts/intel/io/intel_nhm/ |
H A D | dimm_topo.c | 159 if (nhm_dimm->manufacturer && nhm_dimm->manufacturer[0]) { in inhm_dimm() 160 t = sizeof (nhm_dimm->manufacturer); in inhm_dimm() 161 (void) strncpy(sbuf, nhm_dimm->manufacturer, t); in inhm_dimm()
|
H A D | nhm_log.h | 43 char manufacturer[64]; member
|
H A D | nhm_init.c | 108 (void) strncpy(dimmp->manufacturer, in dimm_manufacture_data() 110 sizeof (dimmp->manufacturer)); in dimm_manufacture_data()
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fcio.h | 133 char manufacturer[80]; member 146 char manufacturer[256]; member
|
H A D | emlxs_adapters.h | 304 char manufacturer[80]; member
|
/titanic_41/usr/src/uts/i86pc/io/acpi_drv/ |
H A D | acpi_video.c | 86 char *manufacturer; member 750 pblacklist->manufacturer != NULL; pblacklist++) { in acpi_video_check_blacklist() 751 if ((strcmp(mfg, pblacklist->manufacturer) == 0) && in acpi_video_check_blacklist()
|
/titanic_41/usr/src/uts/sun4u/io/ |
H A D | gptwo_cpu.c | 370 int mask, manufacturer; in set_cpu_common_props() local 377 manufacturer = (pcd->spcd_ver_reg >> 48) & 0x000000000000ffff; in set_cpu_common_props() 394 manufacturer) != DDI_SUCCESS) { in set_cpu_common_props()
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fctl.h | 247 char manufacturer[FCHBA_MANUFACTURER_LEN]; member
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | fct.h | 168 char manufacturer[FCHBA_MANUFACTURER_LEN]; member
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_hba_fru.c | 247 (void) snprintf(attrs->manufacturer, FCHBA_MANUFACTURER_LEN, in ql_populate_hba_fru_details()
|
/titanic_41/usr/src/cmd/fm/dicts/ |
H A D | DISK.po | 52 msgstr "A disk's temperature exceeded the limits established by\nits manufacturer.\n Refer to %s f…
|
/titanic_41/usr/src/lib/fm/topo/modules/common/ses/ |
H A D | ses.c | 2718 char *manufacturer = NULL, *model = NULL, *product = NULL; in ses_create_chassis() local 2780 if ((manufacturer = disk_auth_clean(mod, raw_manufacturer)) == NULL || in ses_create_chassis() 2786 prodlen = strlen(manufacturer) + strlen(model) + 2; in ses_create_chassis() 2790 (void) snprintf(product, prodlen, "%s-%s", manufacturer, model); in ses_create_chassis() 2981 topo_mod_strfree(mod, manufacturer); in ses_create_chassis()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | pm.c | 953 char manufacturer[MAXCOPYBUF]; in pm_ioctl() local 2599 manufacturer, MAXCOPYBUF, NULL)) { in pm_ioctl() 2634 manufacturer, MAXCOPYBUF, NULL)) { in pm_ioctl() 2651 psa.pms_manufacturer = manufacturer; in pm_ioctl()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_hba.c | 1121 (void) strncpy(vpd->manufacturer, in emlxs_parse_vpd() 1123 (sizeof (vpd->manufacturer)-1)); in emlxs_parse_vpd() 1126 vpd->manufacturer); in emlxs_parse_vpd()
|