Home
last modified time | relevance | path

Searched refs:model (Results 1 – 25 of 263) sorted by path

1234567891011

/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymcheck.pl58 %model
533 if (! exists($model{$lib_abi_sym})) {
549 $class = $model{$lib_abi_sym};
722 $model{"$lib|$abi|$sym"} = $class;
902 $model{"$library|$abi|$symbol"} = $class;
1126 exists($model{"$LIBC|$abi|$sc_sym"})) {
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Daso5 /* gcc 4.1+ 64 bit memory atomic operations model */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Daso29 /* gcc 4.1+ 64 bit memory atomic operations model */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Daso5 /* gcc 4.1+ 64 bit memory atomic operations model */
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_ahci.c2500 ata_string((uint8_t*)&ata_ident->model, "BHYVE SATA DVD ROM", 40); in pci_ahci_init()
2502 ata_string((uint8_t*)&ata_ident->model, "BHYVE SATA DISK", 40); in pci_ahci_init()
2514 ata_string((uint8_t*)(&ata_ident->model), value, 40); in pci_ahci_init()
H A Dpci_hostbridge.c88 const char *model = get_config_value_node(nvl, "model"); in pci_hostbridge_init() local
90 if (model != NULL && (vendor != 0 || device != 0)) { in pci_hostbridge_init()
99 if (model == NULL && vendor == 0 && device == 0) in pci_hostbridge_init()
100 model = "netapp"; in pci_hostbridge_init()
102 if (model != NULL) { in pci_hostbridge_init()
104 if (strcmp(model, pci_hb_models[i].phm_model) != 0) in pci_hostbridge_init()
113 warnx("pci_hostbridge: invalid model '%s'", model); in pci_hostbridge_init()
/illumos-gate/usr/src/cmd/bnu/
H A DDialers269 # releases. The entry for the specific model modem you own
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_metaslot.c222 token_info.model, in list_metaslot_info()
H A Dadm_uef.c390 tokeninfo.model, in list_mechlist_for_lib()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME46 This can be resolved using threads or with an event-driven model.
48 machine, the event-driven model is the closest match.
50 While tried-and-true, that model is subtle and easy to get wrong.
117 registered -- this is the classic event-driven model. (As an aside,
118 note that programming in an event-driven model means that callbacks
210 that due to the event-driven model the agent operates in, these
217 control the potential chaos of the event-driven model (for instance,
H A DREADME.v6110 The entry storage is managed by a insert/hold/release/remove model
111 and reference counts. In this model, insert_ifs() allocates a new
271 release/remove model as with the original ifslist.
/illumos-gate/usr/src/cmd/ctfconvert/
H A Dctfconvert.c165 int model, ptrsz; in ctfconvert_fixup_genunix() local
177 model = ctf_getmodel(fp); in ctfconvert_fixup_genunix()
178 VERIFY(model == CTF_MODEL_ILP32 || model == CTF_MODEL_LP64); in ctfconvert_fixup_genunix()
179 ptrsz = model == CTF_MODEL_ILP32 ? 4 : 8; in ctfconvert_fixup_genunix()
/illumos-gate/usr/src/cmd/file/
H A Dmagic140 0 short =0512 iAPX 286 executable small model (COFF)
143 0 short =0522 iAPX 286 executable large model (COFF)
/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Dgcpu_amd.esc31 * In the absence of any model-specific support, any memory errors that
36 * If full model-specific support is available, including full NorthBridge
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddiskmon_conf.c316 bcopy(modl, frup->model, MIN(sizeof (frup->model), strlen(modl) + 1)); in new_dmfru()
H A Ddm_platform.c204 (void) memcpy(fru.isf_data.disk.isf_model, frup->model, in platform_update_fru()
205 MIN(sizeof (fru.isf_data.disk.isf_model), sizeof (frup->model))); in platform_update_fru()
H A Ddm_types.h58 char model[33]; /* 32 characters to fo ATA ident$ */ member
H A Dtopo_gather.c235 char *model = NULL; in topo_add_disk() local
308 TOPO_STORAGE_MODEL, &model, &err); in topo_add_disk()
322 frup = new_dmfru(manuf != NULL ? manuf : "", model != NULL ? model : "", in topo_add_disk()
326 if (model) in topo_add_disk()
327 topo_hdl_strfree(thp, model); in topo_add_disk()
/illumos-gate/usr/src/cmd/fm/modules/common/fdd-msg/
H A Dfdd_msg.c66 int32_t model; member
101 int32_t family, model; in fma_cap_cpu_info() local
121 nvlist_lookup_int32(nvl, FM_PHYSCPU_INFO_MODEL, &model) != 0) { in fma_cap_cpu_info()
130 ci->model = model; in fma_cap_cpu_info()
149 "model=%d\n", ci.vendor, ci.family, ci.model); in get_cap_conf()
154 ci.model == cl->model) { in get_cap_conf()
/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Dcommon.c32 char **manufacturer, char **model, char **description,
176 char *manufacturer = NULL, *model = NULL, *description = NULL, in add_network_printer() local
194 snmp_printer_info(hostaddr, community, &manufacturer, &model, in add_network_printer()
227 if (model != NULL) in add_network_printer()
229 "printer.product", model, &error); in add_network_printer()
240 NP(manufacturer), NP(model), NP(description), NP(serial), in add_network_printer()
247 if (model != NULL) in add_network_printer()
248 free(model); in add_network_printer()
/illumos-gate/usr/src/cmd/hal/fdi/
H A DREADME8 the following format: <organization>-[<model>]-[<purpose>].fdi. As a
9 device information file can be used to match several models the model
10 field may be omitted (the <purpose> field may be useful if the <model>
/illumos-gate/usr/src/cmd/hal/probing/network-printer/
H A Dprobe-network-printer.c44 *model = NULL, in main() local
50 char **manufacturer, char **model, char **description, in main()
81 &model, &description, &serial_number, &command_set, in main()
90 ret = add_printer_info(cs, udi, manufacturer, model, description, in main()
H A Dprobe-snmp.c43 *model = strdup(s); in hrDeviceDesc_to_info()
236 if (*model == NULL) in snmp_xerox_phaser_printer_info()
237 *model = snmp_get_string(hostname, community, in snmp_xerox_phaser_printer_info()
239 if (*model == NULL) in snmp_xerox_phaser_printer_info()
240 *model = snmp_get_string(hostname, community, in snmp_xerox_phaser_printer_info()
242 if (*model == NULL) in snmp_xerox_phaser_printer_info()
243 *model = snmp_get_string(hostname, community, in snmp_xerox_phaser_printer_info()
390 if (*model == NULL) in snmp_prt_printer_info()
391 *model = snmp_get_string(hostname, community, in snmp_prt_printer_info()
442 manufacturer, model, description, serial_no, in snmp_printer_info()
[all …]
/illumos-gate/usr/src/cmd/hal/probing/printer/
H A Dprobe-printer.c37 prnio_printer_info(char *device_file, char **manufacturer, char **model, in prnio_printer_info() argument
59 rc = ieee1284_devid_to_printer_info(buf, manufacturer, model, in prnio_printer_info()
109 *model = NULL, in main() local
137 ret = prnio_printer_info(device_file, &manufacturer, &model, in main()
146 ret = add_printer_info(cs, udi, manufacturer, model, description, in main()
/illumos-gate/usr/src/cmd/hal/probing/xkb/
H A Dprobe-xkb.c195 char *model, *defmodel = NULL; in sun_find_xkbnames() local
220 model = strtok(NULL, " \t\n"); in sun_find_xkbnames()
221 if ((model == NULL) || (*model == COMMENTCHAR)) { in sun_find_xkbnames()
222 model = xkblay = NULL; in sun_find_xkbnames()
239 defmodel = strdup(model); in sun_find_xkbnames()
245 defmodel = strdup(model); in sun_find_xkbnames()
258 model = defmodel; in sun_find_xkbnames()
265 if ((model != NULL) && (strcmp(model, "-") != 0)) { in sun_find_xkbnames()
266 *xkb_model = model; in sun_find_xkbnames()

1234567891011