Searched defs:model (Results 51 - 75 of 151) sorted by relevance

1234567

/illumos-gate/usr/src/uts/common/syscall/
H A Dsendfile.c407 model_t model = get_udatamodel(); local
408 u_offset_t maxoff = (model == DATAMODEL_ILP32) ?
473 if (model == DATAMODEL_ILP32) {
697 model_t model = get_udatamodel(); local
698 u_offset_t maxoff = (model == DATAMODEL_ILP32) ?
767 if (model == DATAMODEL_ILP32) {
/illumos-gate/usr/src/uts/sun4u/os/
H A Dmach_startup.c504 char model[32]; local
508 if (prom_getproplen(root, "model") != sizeof (proto_model))
511 (void) prom_getprop(root, "model", model);
512 if (strcmp(model, proto_model) == 0)
/illumos-gate/usr/src/uts/intel/io/ipmi/
H A Dipmi_main.c243 model_t model; local
253 model = get_udatamodel();
254 if (model == DATAMODEL_NATIVE) {
/illumos-gate/usr/src/uts/sun/io/
H A Dsbusmem.c386 size_t *maplen, uint_t model)
392 model = model;
385 sbmem_devmap(dev_t dev, devmap_cookie_t dhp, offset_t off, size_t len, size_t *maplen, uint_t model) argument
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpuid_subr.c78 * Second index by (model & 0x3) for family 0fh,
232 * Table for mapping AMD Family 0xf and AMD Family 0x10 model/stepping
235 * The first member of this array that matches a given family, extended model
236 * plus model range, and stepping range will be considered a match.
253 * Rev B includes model 0x4 stepping 0 and model 0x5 stepping 0 and 1.
258 * Rev C0 includes model 0x4 stepping 8 and model 0x5 stepping 8
262 * Rev CG is the rest of extended model 0x0 - i.e., everything
267 * Rev D has extended model
356 synth_amd_info(uint_t family, uint_t model, uint_t step, uint32_t *skt_p, uint32_t *chiprev_p, const char **chiprevstr_p) argument
441 _cpuid_skt(uint_t vendor, uint_t family, uint_t model, uint_t step) argument
459 _cpuid_sktstr(uint_t vendor, uint_t family, uint_t model, uint_t step) argument
487 _cpuid_chiprev(uint_t vendor, uint_t family, uint_t model, uint_t step) argument
505 _cpuid_chiprevstr(uint_t vendor, uint_t family, uint_t model, uint_t step) argument
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dpckt.c179 model_t model; member in struct:pckt_info
228 pip->model = ddi_model_convert_from(get_udatamodel());
338 * In the packet model we are not allowing
607 switch (pip->model) {
H A Dkstat.c71 uint_t model; local
73 switch (model = ddi_model_convert_from(flag & FMODELS)) {
172 switch (model) {
375 switch (model) {
490 int model = ddi_model_convert_from(flag & FMODELS); local
524 switch (model) {
549 switch (model) {
584 if (model == DDI_MODEL_ILP32)
H A Ddevfm.c233 uint_t model; local
253 model = ddi_model_convert_from(flag & FMODELS);
255 switch (model) {
338 switch (model) {
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dexpand.c195 uint_t family, model, step; local
208 if ((model = BITX(vcr->r_eax, 7, 4)) == 0xf)
209 model += BITX(vcr->r_eax, 19, 16) << 4;
212 grub_printf("cpu: '%s' family %d model %d step %d\n",
213 vendor, family, model, step);
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip.c464 int32_t family, model; local
478 FM_PHYSCPU_INFO_MODEL, DATA_TYPE_INT32, &model,
656 procnodeid, procnodes_per_pkg, family, model, &nerr);
H A Dchip_amd.c140 tnode_t *mcnode, int family, int model, nvlist_t *auth)
149 * We cover all family 0x10 models, till model 10.
151 if (family > 0x10 || (family == 0x10 && model > 10))
720 int model, int *nerrp)
790 * If a memory-controller driver exists for this chip model
793 * (presumably newly-released) cpu model. We fallback to
797 family, model, auth) != 0)
139 amd_generic_mc_create(topo_mod_t *mod, uint16_t smbid, tnode_t *cnode, tnode_t *mcnode, int family, int model, nvlist_t *auth) argument
717 amd_mc_create(topo_mod_t *mod, uint16_t smbid, tnode_t *pnode, const char *name, nvlist_t *auth, int32_t procnodeid, int32_t procnodes_per_pkg, int family, int model, int *nerrp) argument
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dcryptoutil.h153 * Token, manufufacturer, serial and model are of fixed size length in
167 CK_UTF8CHAR_PTR model; member in struct:pkcs11_uri_t
/illumos-gate/usr/src/lib/libproc/sparcv9/
H A DPisadep.c432 int model = P->status.pr_dmodel; local
434 if (model == PR_MODEL_LP64) {
449 if (model == PR_MODEL_LP64)
467 int model = P->status.pr_dmodel; local
477 if (model == PR_MODEL_LP64) {
/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c1009 * Set the data model constant for the CTF container.
1012 ctf_setmodel(ctf_file_t *fp, int model) argument
1017 if (dp->ctd_code == model) {
1027 * Return the data model constant for the CTF container.
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394.c417 size_t *maplen, uint_t model)
424 ret = av1394_isoch_devmap(avp, dhp, off, len, maplen, model);
416 av1394_devmap(dev_t dev, devmap_cookie_t dhp, offset_t off, size_t len, size_t *maplen, uint_t model) argument
H A Dav1394_isoch.c277 size_t len, size_t *maplen, uint_t model)
276 av1394_isoch_devmap(av1394_inst_t *avp, devmap_cookie_t dhp, offset_t off, size_t len, size_t *maplen, uint_t model) argument
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsec_clnt.c105 gss_clnt_loadinfo(caddr_t usrdata, caddr_t *kdata, model_t model) argument
115 if (model != DATAMODEL_NATIVE) {
160 dh_k4_clnt_loadinfo(caddr_t usrdata, caddr_t *kdata, model_t model) argument
174 if (model != DATAMODEL_NATIVE) {
226 if (model != DATAMODEL_NATIVE) {
330 sec_clnt_loadinfo(struct sec_data *in, struct sec_data **out, model_t model) argument
338 if (model != DATAMODEL_NATIVE) {
368 &secdata->data, model);
373 &secdata->data, model);
697 model_t model)
696 sec_clnt_revoke(int rpcflavor, uid_t uid, cred_t *cr, void *mechanism, model_t model) argument
[all...]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_dev.c617 size_t *maplen, uint_t model)
616 xenbusdrv_devmap(dev_t dev, devmap_cookie_t dhp, offset_t off, size_t len, size_t *maplen, uint_t model) argument
/illumos-gate/usr/src/uts/sparc/os/
H A Dsyscall.c858 model_t model; local
864 model = p->p_model;
872 if (model == DATAMODEL_NATIVE) {
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsundep.c578 * the process's data model. For now we check for both
677 * Make it impossible for a process to change its data model.
680 * to change its data model (by using the wrong code descriptor in
686 gdt_ucode_model(model_t model) argument
689 if (model == DATAMODEL_NATIVE) {
/illumos-gate/usr/src/uts/common/os/
H A Dgrow.c1020 model_t model; local
1023 model = get_udatamodel();
1027 if (model == DATAMODEL_NATIVE) {
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dio.c346 log_printf("%-19.19s", p->model, 0);
347 if (strlen(p->model) > 19)
409 * Print model number only if board_type bit 2
412 card.model[0] = '\0';
417 "model"));
421 (void) sprintf(card.model, "%s",
426 value = get_prop_val(find_prop(fb, "model"));
428 (void) sprintf(card.model, "%s",
524 char *model; local
551 model
715 get_pci_card_model(Prom_node *card_node, char *model) argument
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/javelin/common/
H A Djavelin.c527 /* Get the model of this card */
528 value = get_prop_val(find_prop(card_node, "model"));
530 card.model[0] = '\0';
532 (void) sprintf(card.model, "%s",
643 log_printf("%-22.22s", p->model, 0);
644 if (strlen(p->model) > 22)
695 /* Print model number */
696 card.model[0] = '\0';
697 value = get_prop_val(find_prop(ffb, "model"));
699 (void) sprintf(card.model, "
873 char *model; local
1167 char *model; local
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.c98 char model[MAXSTRLEN]; local
278 /* Get the model of this card */
281 (nodeh, OBP_PROP_MODEL, model, sizeof (model));
282 prop_size = sizeof (model) + 1;
286 (void) strcpy(model, "N/A");
287 (void) strlcpy(pci_card.model, model, prop_size);
348 log_printf(" %-20.20s", pci_card.model);
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DPrinter.java46 private String model = null; field in class:Printer
140 if (model == null) {
142 "Printer.addLocalPrinter(): model must be set");
329 model = arg;
429 return (model);

Completed in 115 milliseconds

1234567