/osnet-11/usr/src/lib/libnisdb/ |
H A D | db_item.cc | 64 item::item(item *model) argument 66 len = model->len; 71 (void) memcpy(value, model->value, len);
|
/osnet-11/usr/src/cmd/hal/probing/network-printer/ |
H A D | probe-network-printer.c | 46 *model = NULL, local 52 char **manufacturer, char **model, char **description, 83 &model, &description, &serial_number, &command_set, 92 ret = add_printer_info(cs, udi, manufacturer, model, description,
|
H A D | probe-snmp.c | 26 hrDeviceDesc_to_info(char *string, char **manufacturer, char **model, argument 37 rc = ieee1284_devid_to_printer_info(string, manufacturer, model, 45 *model = strdup(s); 115 char **model, char **description, char **serial_no, 129 rc = ieee1284_devid_to_printer_info(tmp, manufacturer, model, 143 char **model, char **description, char **serial_no, 157 rc = ieee1284_devid_to_printer_info(tmp, manufacturer, model, 171 char **model, char **description, char **serial_no, 185 rc = ieee1284_devid_to_printer_info(tmp, manufacturer, model, 199 char **manufacturer, char **model, cha 114 snmp_brother_printer_info(char *hostname, char *community, char **manufacturer, char **model, char **description, char **serial_no, char ***command_set) argument 142 snmp_ricoh_printer_info(char *hostname, char *community, char **manufacturer, char **model, char **description, char **serial_no, char ***command_set) argument 170 snmp_lexmark_printer_info(char *hostname, char *community, char **manufacturer, char **model, char **description, char **serial_no, char ***command_set) argument 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...] |
/osnet-11/usr/src/lib/libproc/common/ |
H A D | pr_meminfo.c | 53 int model; local 97 model = Pr->status.pr_dmodel; 98 if (model == PR_MODEL_ILP32) { 143 if (model == PR_MODEL_ILP32) {
|
H A D | Psyscall.c | 301 int model; /* data model */ local 320 model = P->status.pr_dmodel; 323 if (model == PR_MODEL_LP64) 353 if (model == PR_MODEL_LP64) { 390 if (model == PR_MODEL_LP64)
|
/osnet-11/usr/src/lib/libprtdiag/common/ |
H A D | pdevinfo_sun4u.c | 168 char *model; local 198 * model property values. They should not be put under 'board'. 202 model = (char *)get_prop_val(find_prop(pnode, "model")); 208 if (model != NULL) 209 printf("model=%s", model); 212 if (model == NULL) 213 model = ""; 221 printf("ADDED BOARD name=%s type=%s model [all...] |
H A D | libdevinfo_sun4u.c | 77 char *name, *type, *model, *compatible_array; local 102 model = (char *)get_prop_val(find_prop(pnode, "model")); 103 if (model == NULL) 104 model = ""; 131 if (model != NULL) 132 printf("model=%s\n", model); 142 D_PRINTF("ADDED BOARD name=%s type=%s model=%s " 143 "portid =%d\n", name, type, model, porti [all...] |
/osnet-11/usr/src/lib/libprtdiag/inc/ |
H A D | display_sun4u.h | 62 char model[MAXSTRLEN]; /* Card model */ member in struct:io_card
|
/osnet-11/usr/src/cmd/hal/probing/printer/ |
H A D | probe-printer.c | 39 prnio_printer_info(char *device_file, char **manufacturer, char **model, argument 61 rc = ieee1284_devid_to_printer_info(buf, manufacturer, model, 111 *model = NULL, local 139 ret = prnio_printer_info(device_file, &manufacturer, &model, 148 ret = add_printer_info(cs, udi, manufacturer, model, description,
|
/osnet-11/usr/src/cmd/hal/utils/ |
H A D | printer.c | 45 char **model, char **description, char **class, 71 (model != NULL)) 72 *model = strdup(strip_ws(u)); 113 char *model, char *description, char *serial_number, 119 NP(udi), NP(manufacturer), NP(model), NP(description), 123 if (model != NULL) 125 "info.product", model); 129 if (model != NULL) 131 "printer.product", model); 44 ieee1284_devid_to_printer_info(char *devid_string, char **manufacturer, char **model, char **description, char **class, char **serial_no, char ***command_set) argument 112 add_printer_info(LibHalChangeSet *cs, char *udi, char *manufacturer, char *model, char *description, char *serial_number, char **command_set, char *device) argument
|
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/ontario/common/ |
H A D | huron.c | 141 char model[MAXSTRLEN]; local 247 /* Get the model of this card */ 250 &model, sizeof (model)); 252 (void) strcpy(model, ""); 255 (void) strlcpy(pci_card.model, model, sizeof (pci_card.model)); 271 if (strlen(pci_card.model) > 10) 272 log_printf("%10.9s+", pci_card.model); [all...] |
H A D | pelton.c | 145 char model[MAXSTRLEN]; local 245 /* Get the model of this card */ 248 &model, sizeof (model)); 250 (void) strcpy(model, ""); 253 (void) strlcpy(pci_card.model, model, sizeof (pci_card.model)); 269 if (strlen(pci_card.model) > 10) 270 log_printf("%10.9s+", pci_card.model); [all...] |
H A D | erie.c | 75 char model[MAXSTRLEN]; local 116 if ((err = erie_get_model(nodeh, model, sizeof (model))) 147 if (strlen(model) > 10) 148 log_printf("%10.9s+", model); 150 log_printf("%11s", model); 512 * This function copies the node's model into model string 516 erie_get_model(picl_nodehdl_t nodeh, char model[], int size) argument 521 /* Get the model o [all...] |
H A D | ontario.c | 159 char model[MAXSTRLEN]; local 262 /* Get the model of this card */ 265 &model, sizeof (model)); 267 (void) strcpy(model, ""); 270 (void) strlcpy(pci_card.model, model, sizeof (pci_card.model)); 286 if (strlen(pci_card.model) > 10) 287 log_printf("%10.9s+", pci_card.model); [all...] |
H A D | stpaul.c | 78 char model[MAXSTRLEN]; local 208 /* Get the model of this card */ 211 &model, sizeof (model)); 213 (void) strlcpy(model, "", sizeof (model)); 216 (void) strlcpy(pci_card.model, model, sizeof (pci_card.model)); 232 if (strlen(pci_card.model) > 1 [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/loader/efi/ |
H A D | appleloader.c | 129 const char *model; member in struct:devdata 166 grub_error (GRUB_ERR_BAD_OS, "can't find model"); 170 grub_printf ("Model : %s\n", pdev->model);
|
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/montoya/common/ |
H A D | montoya.c | 127 char model[MAXSTRLEN]; local 232 /* Get the model of this card */ 235 &model, sizeof (model)); 237 (void) strcpy(model, ""); 240 (void) strlcpy(pci_card.model, model, sizeof (pci_card.model)); 256 if (strlen(pci_card.model) > 10) 257 log_printf("%10.9s+", pci_card.model); [all...] |
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/monza/common/ |
H A D | monza.c | 154 char model[MAXSTRLEN]; local 269 /* Get the model of this card */ 272 &model, sizeof (model)); 274 (void) strcpy(model, ""); 277 (void) strlcpy(pci_card.model, model, sizeof (pci_card.model)); 293 if (strlen(pci_card.model) > 10) 294 log_printf("%10.9s+", pci_card.model); [all...] |
/osnet-11/usr/src/lib/libparted/common/include/parted/ |
H A D | device.h | 73 char* model; /**< \brief description of hardware member in struct:_PedDevice 74 (manufacturer, model) */
|
/osnet-11/usr/src/lib/libcpc/i386/ |
H A D | conf_pentium.c | 525 int family, model; local 532 if ((model = BITS(eax, 7, 4)) == 0xf) 533 model = BITS(eax, 19, 16); 536 * map family and model into the performance 544 ver = model < 4 ?
|
/osnet-11/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/common/ |
H A D | opl_ioboard.c | 58 /* OPL model type */ 160 * Only IKKAKU model has different IO topology. 222 * get the OPL model name from rootnode property "model" 225 opl_get_model(topo_mod_t *mp, di_node_t opl_devtree, char *model) argument 234 if (di_prom_prop_lookup_bytes(promh, opl_devtree, "model", 236 (void) strlcpy(model, bufp, MAXNAMELEN); 256 char model[MAXNAMELEN]; local 277 if (opl_get_model(mp, opl_devtree, model) == -1) { 280 if (strncmp(model, "F [all...] |
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/ |
H A D | bay_util.c | 101 char model[MAXNAMELEN]; local 103 rv = get_str_prop(dnode, DI_PATH_NIL, "model", model); 105 if (cmp_str(model, MODEL_SAS) || 106 cmp_str(model, MODEL_SCSI)) { 118 rv = get_str_prop(parent_node, DI_PATH_NIL, "model", 119 model); 124 "ddi-vhci-class", model);
|
/osnet-11/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, local 193 snmp_printer_info(hostaddr, community, &manufacturer, &model, 226 if (model != NULL) 228 "printer.product", model, &error); 239 NP(manufacturer), NP(model), NP(description), NP(serial), 246 if (model != NULL) 247 free(model);
|
/osnet-11/usr/src/cmd/hal/probing/xkb/ |
H A D | probe-xkb.c | 195 char *model, *defmodel = NULL; local 220 model = strtok(NULL, " \t\n"); 221 if ((model == NULL) || (*model == COMMENTCHAR)) { 222 model = xkblay = NULL; 239 defmodel = strdup(model); 245 defmodel = strdup(model); 258 model = defmodel; 265 if ((model != NULL) && (strcmp(model, " [all...] |
/osnet-11/usr/src/lib/libproc/sparcv9/ |
H A D | Pisadep.c | 451 int model = P->status.pr_dmodel; local 453 if (model == PR_MODEL_LP64) { 468 if (model == PR_MODEL_LP64) 486 int model = P->status.pr_dmodel; local 496 if (model == PR_MODEL_LP64) {
|