/illumos-gate/usr/src/uts/common/io/mii/ |
H A D | mii_intel.c | 96 const char *model; local 104 model = "82553 C-step"; 108 model = "82555"; 111 model = "Intel 82562 EH"; 114 model = "Intel 82562 ET"; 117 model = "Intel 82562 EM"; 124 ph->phy_model = model;
|
H A D | mii_other.c | 71 uint32_t model; member in struct:__anon6113 144 pid == other_phys[j].model) {
|
/illumos-gate/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);
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | dm_types.h | 60 char model[33]; /* 32 characters to fo ATA ident$ */ member in struct:__anon495
|
/illumos-gate/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,
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | lwp_create.c | 77 model_t model = get_udatamodel(); local 89 if (model == DATAMODEL_NATIVE) {
|
H A D | mmapobjsys.c | 30 #include <sys/model.h> 74 model_t model; local 106 model = get_udatamodel(); 107 if (model != DATAMODEL_NATIVE) { 108 ASSERT(model == DATAMODEL_ILP32);
|
/illumos-gate/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 | 308 int model; /* data model */ local 327 model = P->status.pr_dmodel; 330 if (model == PR_MODEL_LP64) 360 if (model == PR_MODEL_LP64) { 407 if (model == PR_MODEL_LP64)
|
/illumos-gate/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...] |
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | PrinterUtil.java | 136 String make, String model) throws Exception 144 String ret[] = DoPrinterUtil.getPPDs(make, model); 135 getPPDList( String make, String model) argument
|
H A D | DoPrinterUtil.java | 224 public static String[] getPPDs(String make, String model) throws Exception argument 229 if ((make == null) || (model == null)) { 232 // get ppd files for this make/model 233 String cmd = "/usr/lib/lp/bin/getppds " + make + " " + model; 262 // get ppd files for this make/model 291 String make, String model, String ppd) throws Exception 301 make + ":" + " " + model + ":" + " " + ppd + ":"; 377 String model) 381 Debug.message("SVR: DoPrinterUtil.isMakeModel() " + make + " " + model); 290 getPPDFile( String make, String model, String ppd) argument 375 isMakeModel( String make, String model) argument
|
/illumos-gate/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,
|
/illumos-gate/usr/src/cmd/hal/utils/ |
H A D | printer.c | 47 char **model, char **description, char **class, 73 (model != NULL)) 74 *model = strdup(strip_ws(u)); 115 char *model, char *description, char *serial_number, 121 NP(udi), NP(manufacturer), NP(model), NP(description), 125 if (model != NULL) 127 "info.product", model); 131 if (model != NULL) 133 "printer.product", model); 46 ieee1284_devid_to_printer_info(char *devid_string, char **manufacturer, char **model, char **description, char **class, char **serial_no, char ***command_set) argument 114 add_printer_info(LibHalChangeSet *cs, char *udi, char *manufacturer, char *model, char *description, char *serial_number, char **command_set, char *device) argument
|
/illumos-gate/usr/src/uts/i86pc/os/cpupm/ |
H A D | cpupm_intel.c | 91 uint_t model; local 97 model = cpuid_getmodel(cp); 106 if (speedstep_supported(family, model)) {
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | instr_size.c | 89 dtrace_dis_isize(uchar_t *instr, dis_isize_t which, model_t model, int *rmindex) argument 95 mode = (model == DATAMODEL_LP64) ? SIZE64 : SIZE32; 115 dtrace_instr_size_isa(uchar_t *instr, model_t model, int *rmindex) argument 117 return (dtrace_dis_isize(instr, DIS_ISIZE_INSTR, model, rmindex));
|
/illumos-gate/usr/src/lib/libprtdiag/inc/ |
H A D | display_sun4u.h | 80 char model[MAXSTRLEN]; /* Card model */ member in struct:io_card
|
/illumos-gate/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...] |
/illumos-gate/usr/src/cmd/print/printer-info/ |
H A D | printer-info.c | 41 char *model; member in struct:__anon1278 88 info->model = strdup(u); 128 int manufacturer = 0, model = 0, description = 0, command_set = 0, local 135 model++; 144 model++; 175 if (model != 0) 177 NP(info.model));
|
/illumos-gate/usr/src/cmd/mdb/intel/ia32/kmdb/ |
H A D | kvm_cpu_p6.c | 165 #define KMT_CPU_MODEL_PM_9 0x9 /* Pentium M, model 9 */ 166 #define KMT_CPU_MODEL_PM_D 0xd /* Pentium M, model d */ 171 uint_t vendor, family, model; local 174 if (kmdb_kdi_get_cpuinfo(&vendor, &family, &model) < 0) 178 model == KMT_CPU_MODEL_PM_9 || model == KMT_CPU_MODEL_PM_D) {
|
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/ |
H A D | kvm_cpu_amd.c | 45 uint_t amd_model; /* CPUID model */ 183 uint_t vendor, family, model; local 186 if (kmdb_kdi_get_cpuinfo(&vendor, &family, &model) < 0) 195 kmt_cpu_amd.amd_model = model;
|
/illumos-gate/usr/src/cmd/fm/modules/common/fdd-msg/ |
H A D | fdd_msg.c | 66 int32_t model; member in struct:cpu_tbl 101 int32_t family, model; local 121 nvlist_lookup_int32(nvl, FM_PHYSCPU_INFO_MODEL, &model) != 0) { 130 ci->model = model; 149 "model=%d\n", ci.vendor, ci.family, ci.model); 154 ci.model == cl->model) {
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_common.c | 103 nfs4_setopts(vnode_t *vp, model_t model, struct nfs_args *buf) argument 110 model = model; 113 STRUCT_SET_HANDLE(args, model, buf);
|