Searched defs:objtype (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dobjects.c304 nwamd_object_fini(nwamd_object_t object, nwam_object_type_t objtype) argument
311 object_list = nwamd_get_object_list(objtype);
324 switch (objtype) {
337 "got unexpected object type %d", objtype);
349 nwam_object_type_t objtype; local
367 objtype = object->nwamd_object_type;
369 (void) nwamd_object_list_lock(objtype);
375 nwamd_object_fini(object, objtype);
376 nwamd_object_list_unlock(objtype);
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.c381 static char objtype[] = "smb_vc"; local
390 smb_co_init(VCTOCP(vcp), SMBL_VC, objtype); local
394 cv_init(&vcp->vc_statechg, objtype, CV_DRIVER, NULL);
395 sema_init(&vcp->vc_sendlock, 1, objtype, SEMA_DRIVER, NULL);
396 rw_init(&vcp->iod_rqlock, objtype, RW_DRIVER, NULL);
397 cv_init(&vcp->iod_idle, objtype, CV_DRIVER, NULL);
646 static char objtype[] = "smb_ss"; local
652 smb_co_init(SSTOCP(ssp), SMBL_SHARE, objtype); local
656 cv_init(&ssp->ss_conn_done, objtype, CV_DRIVER, NULL);
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_acpi.c77 cpu_acpi_cache_ctrl_regs(cpu_acpi_handle_t handle, cpu_acpi_obj_t objtype, argument
95 cpu_acpi_obj_attrs[objtype].name, NULL, &abuf, ACPI_TYPE_PACKAGE);
99 int, objtype, int, astatus);
105 "for CPU %d.", astatus, cpu_acpi_obj_attrs[objtype].name,
113 "CPU %d.", cpu_acpi_obj_attrs[objtype].name,
125 cpu_acpi_obj_attrs[objtype].name,
136 cpu_acpi_obj_attrs[objtype].name,
144 cpu_acpi_obj_attrs[objtype].name,
152 cpu_acpi_obj_attrs[objtype].name,
219 cpu_acpi_obj_t objtype, cpu_acpi_state_dependency_
218 cpu_acpi_cache_state_dependencies(cpu_acpi_handle_t handle, cpu_acpi_obj_t objtype, cpu_acpi_state_dependency_t *sd) argument
421 cpu_acpi_cache_supported_states(cpu_acpi_handle_t handle, cpu_acpi_obj_t objtype, int fcnt) argument
589 cpu_acpi_cache_present_capabilities(cpu_acpi_handle_t handle, cpu_acpi_obj_t objtype, cpu_acpi_present_capabilities_t *pc) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c1609 ACPI_OBJECT_TYPE objtype; local
1614 if (AcpiGetType(obj, &objtype) != AE_OK)
1617 if (objtype == ACPI_TYPE_PROCESSOR) {
1629 } else if (objtype == ACPI_TYPE_DEVICE) {

Completed in 83 milliseconds