Searched defs:model (Results 126 - 150 of 151) sorted by relevance

1234567

/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c180 #include <sys/model.h>
965 model_t model)
969 STRUCT_SET_HANDLE(lstatus, model, status);
964 contract_status_common(contract_t *ct, zone_t *zone, void *status, model_t model) argument
H A Dmmapobj.c397 model_t model; local
401 model = get_udatamodel();
468 if (model == DATAMODEL_LP64) {
471 ASSERT(model == DATAMODEL_ILP32);
476 if (model == DATAMODEL_LP64) {
479 ASSERT(model == DATAMODEL_ILP32);
728 model_t model; local
740 model = get_udatamodel();
742 if (model == DATAMODEL_LP64) {
746 ASSERT(model
1023 model_t model; local
1321 model_t model; local
1576 model_t model; local
1948 model_t model; local
2320 model_t model; local
[all...]
H A Dsunddi.c37 #include <sys/model.h>
8005 * have more than one data model per exec.
8014 ddi_model_convert_from(model_t model) argument
8016 return ((model & DDI_MODEL_MASK) & ~DDI_MODEL_NATIVE);
8230 * Note: The resource control accounting currently uses a full charge model
8559 * Note: The resource control accounting currently uses a full charge model
/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h170 char model[FCHBA_MODEL_LEN]; member in struct:fct_port_attrs
/illumos-gate/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c950 size_t *maplen, uint_t model)
949 vgatext_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/common/fs/nfs/
H A Dnfs_export.c1017 exportfs(struct exportfs_args *args, model_t model, cred_t *cr) argument
1045 STRUCT_SET_HANDLE(uap, model, args);
1226 STRUCT_INIT(uexi, model);
1310 allocsize = kex->ex_seccnt * SIZEOF_STRUCT(secinfo, model);
1322 if (model != DATAMODEL_NATIVE) {
1332 STRUCT_SET_HANDLE(usi, model,
1334 (i * SIZEOF_STRUCT(secinfo, model))));
1373 exs->s_rootcnt, &exs->s_rootnames, model)) {
1385 STRUCT_INIT(umech_tmp, model);
1734 nfs_getfh(struct nfs_getfh_args *args, model_t model, cred_ argument
[all...]
H A Dnfs_server.c417 nfs_svc(struct nfs_svc_args *arg, model_t model) argument
430 model = model; /* STRUCT macros don't always refer to it */
433 STRUCT_SET_HANDLE(uap, model, arg);
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c490 model_t model = p->p_model; local
517 pnp->pr_common->prc_datamodel = model;
532 pcp->prc_datamodel = model;
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Dpicldiag.c106 #define OBP_PROP_MODEL "model"
1022 uint32_t freq, char *name, char *model, char *status, char *devfs_path)
1054 card.model[0] = '\0';
1060 if (model != NULL)
1061 strlcpy(card.model, model, MAXSTRLEN);
1775 uint32_t bus_id, uint64_t slot, uint32_t freq, char *model, char *status)
1886 model, status, devfs_path);
1910 model, status);
1938 char *model; local
1021 add_io_card(uint32_t board, uint32_t bus_id, uint32_t slot, char *label, uint32_t freq, char *name, char *model, char *status, char *devfs_path) argument
1774 add_io_leaves(picl_nodehdl_t nodeh, char *parentname, uint32_t board, uint32_t bus_id, uint64_t slot, uint32_t freq, char *model, char *status) argument
2019 char *model; local
2141 char *model; local
3270 char *model; local
3355 char *model; local
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/lw8/common/
H A Dlw8.c103 #define OBP_PROP_MODEL "model"
1055 uint32_t freq, char *name, char *model, char *status, char *devfs_path)
1084 card.model[0] = '\0';
1090 if (model != NULL)
1091 strlcpy(card.model, model, MAXSTRLEN);
1769 uint32_t bus_id, uint64_t slot, uint32_t freq, char *model, char *status)
1880 model, status, devfs_path);
1904 model, status);
1932 char *model; local
1054 add_io_card(uint32_t board, uint32_t bus_id, uint32_t slot, char *label, uint32_t freq, char *name, char *model, char *status, char *devfs_path) argument
1768 add_io_leaves(picl_nodehdl_t nodeh, char *parentname, uint32_t board, uint32_t bus_id, uint64_t slot, uint32_t freq, char *model, char *status) argument
2011 char *model; local
2128 char *model; local
3250 char *model; local
3323 char *model; local
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/schumacher/common/
H A Dschumacher.c93 #define OBP_PROP_MODEL "model"
939 uint32_t freq, char *name, char *model, char *status, char *devfs_path)
962 card.model[0] = '\0';
968 if (model != NULL)
969 strlcpy(card.model, model, MAXSTRLEN);
1682 uint32_t bus_id, uint64_t slot, uint32_t freq, char *model, char *status)
1793 model, status, devfs_path);
1817 model, status);
1847 char *model; local
938 add_io_card(uint32_t board, uint32_t bus_id, uint32_t slot, char *label, uint32_t freq, char *name, char *model, char *status, char *devfs_path) argument
1681 add_io_leaves(picl_nodehdl_t nodeh, char *parentname, uint32_t board, uint32_t bus_id, uint64_t slot, uint32_t freq, char *model, char *status) argument
2861 char *model; local
2933 char *model; local
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Dmc-opl.c354 char model[20]; local
378 plen = prom_getproplen(node, "model");
380 if (plen > 0 && plen < sizeof (model)) {
381 (void) prom_getprop(node, "model", model);
382 model[plen] = '\0';
383 if (strcmp(model, "FF1") == 0)
385 else if (strcmp(model, "FF2") == 0)
387 else if (strncmp(model, "DC", 2) == 0)
389 else if (strcmp(model, "IKKAK
[all...]
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c3332 model_t model; local
3342 switch (model = ddi_model_convert_from(flag & FMODELS)) {
3373 switch (model) {
4045 * 2. Build one from the drives model number and serial number.
4046 * 3. If there is a problem in building it from serial/model #, then try
4061 /* Build a devid from model and serial number, if present */
4093 * Build a devid from the model and serial number, if present
4101 char *model; local
4107 /* initialize the model and serial number information */
4108 model
[all...]
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c55 int model; member in struct:td_thragent
134 if (ta_p->model == PR_MODEL_NATIVE) {
155 if (ta_p->model == PR_MODEL_NATIVE) {
203 * opt for another thread model or may be able to fail explicitly), we
228 if (ta_p->model == PR_MODEL_NATIVE) {
317 if (ta_p->model == PR_MODEL_NATIVE) {
373 int model; local
389 model = PR_MODEL_NATIVE;
390 } else if (ps_pdmodel(ph_p, &model) != PS_OK) {
406 ta_p->model
[all...]
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c426 static char *dca_fma_eclass_string(char *model, dca_fma_eclass_t index);
4951 dca_fma_eclass_string(char *model, dca_fma_eclass_t index) argument
4953 if (strstr(model, "500"))
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_event.c3171 model_t model; local
3173 model = get_udatamodel();
3174 STRUCT_INIT(qctrl, model);
3177 if (model == DATAMODEL_ILP32) {
3464 model_t model; local
3468 model = get_udatamodel();
3469 STRUCT_INIT(mc, model);
3502 STRUCT_INIT(alias, model);
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c1092 struct config *cfp, model; local
1095 model.rp = rp;
1096 model.dot = dot;
1097 cfp = Configtable_find(&model);
1119 struct config *cfp, model; local
1123 model.rp = rp;
1124 model.dot = dot;
1125 cfp = Configtable_find(&model);
/illumos-gate/usr/src/lib/libima/common/
H A Dima.h885 * A nul terminated ASCII string which contains the name of the model of
886 * a PHBA. If the first character in this field is nul then the model is
889 IMA_WCHAR model[256]; member in struct:_IMA_PHBA_PROPERTIES
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c1699 "set model error %s\n", topo_strerror(err));
2737 char *manufacturer = NULL, *model = NULL, *product = NULL; local
2783 * model product-id
2796 * 'product-id', we use a concatenation of 'manufacturer-model'. We
2800 (model = disk_auth_clean(mod, raw_model)) == NULL ||
2805 prodlen = strlen(manufacturer) + strlen(model) + 2;
2809 (void) snprintf(product, prodlen, "%s-%s", manufacturer, model);
2831 model, revision, serial)) == NULL) {
3001 topo_mod_strfree(mod, model);
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c5387 uint_t model; local
5401 model = ddi_model_convert_from(mode & FMODELS);
5402 if (model == DDI_MODEL_ILP32) {
5558 uint32_t model; local
5572 model = ddi_model_convert_from(mode & FMODELS);
5573 if (model == DDI_MODEL_ILP32) {
5697 uint_t model; local
5718 model = ddi_model_convert_from(mode & FMODELS);
5719 if (model == DDI_MODEL_ILP32) {
5843 model
5962 uint_t model; local
6190 uint_t model; local
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c5552 char *model;
5555 case 0x00: model = "Text"; break;
5556 case 0x01: model = "CGA graphics"; break;
5557 case 0x02: model = "Hercules graphics"; break;
5558 case 0x03: model = "Planar"; break;
5559 case 0x04: model = "Packed pixel"; break;
5560 case 0x05: model = "Non-chain 4, 256 color"; break;
5561 case 0x06: model = "Direct Color"; break;
5562 case 0x07: model = "YUV"; break;
5563 default: model
5489 char *model; local
[all...]
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/arcmsr/
H A Darcmsr.h376 char model[8]; member in struct:FIRMWARE_INFO
451 * model 8 bytes char
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c1956 * sata_split_model splits the model ID into vendor and product IDs.
1961 sata_split_model(char *model, char **vendor, char **product) argument
1967 * remove whitespace at the end of model
1970 if (model[i] == ' ' || model[i] == '\t' || model[i] == '\0')
1971 model[i] = '\0';
1976 * try to split model into into vid/pid
1978 modlen = strlen(model);
1979 for (i = 0, pid = model;
2048 char model[SATA_ID_MODEL_LEN + 1]; local
[all...]
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h150 /* label, manufacturerID, and model have been changed from
154 CK_UTF8CHAR model[16]; /* blank padded */ member in struct:CK_TOKEN_INFO
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c74 #include <sys/model.h>
3118 char model[SATA_ID_MODEL_LEN + 1]; local
3143 swab(sid->ai_model, model, SATA_ID_MODEL_LEN);
3146 model[SATA_ID_MODEL_LEN] = 0;
3149 sata_split_model(model, &vid, &pid);

Completed in 329 milliseconds

1234567