Home
last modified time | relevance | path

Searched refs:objtype (Results 1 – 10 of 10) sorted by relevance

/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, in cpu_acpi_cache_ctrl_regs() argument
95 cpu_acpi_obj_attrs[objtype].name, NULL, &abuf, ACPI_TYPE_PACKAGE); in cpu_acpi_cache_ctrl_regs()
99 int, objtype, int, astatus); in cpu_acpi_cache_ctrl_regs()
105 "for CPU %d.", astatus, cpu_acpi_obj_attrs[objtype].name, in cpu_acpi_cache_ctrl_regs()
113 "CPU %d.", cpu_acpi_obj_attrs[objtype].name, in cpu_acpi_cache_ctrl_regs()
125 cpu_acpi_obj_attrs[objtype].name, in cpu_acpi_cache_ctrl_regs()
136 cpu_acpi_obj_attrs[objtype].name, in cpu_acpi_cache_ctrl_regs()
144 cpu_acpi_obj_attrs[objtype].name, in cpu_acpi_cache_ctrl_regs()
152 cpu_acpi_obj_attrs[objtype].name, in cpu_acpi_cache_ctrl_regs()
219 cpu_acpi_obj_t objtype, cpu_acpi_state_dependency_t *sd) in cpu_acpi_cache_state_dependencies() argument
[all …]
/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) in nwamd_object_fini() argument
311 object_list = nwamd_get_object_list(objtype); in nwamd_object_fini()
324 switch (objtype) { in nwamd_object_fini()
337 "got unexpected object type %d", objtype); in nwamd_object_fini()
349 nwam_object_type_t objtype; in nwamd_object_decref() local
367 objtype = object->nwamd_object_type; in nwamd_object_decref()
369 (void) nwamd_object_list_lock(objtype); in nwamd_object_decref()
375 nwamd_object_fini(object, objtype); in nwamd_object_decref()
376 nwamd_object_list_unlock(objtype); in nwamd_object_decref()
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.c403 static char objtype[] = "smb_vc"; in smb_vc_create() local
412 smb_co_init(VCTOCP(vcp), SMBL_VC, objtype); in smb_vc_create()
416 cv_init(&vcp->vc_statechg, objtype, CV_DRIVER, NULL); in smb_vc_create()
417 rw_init(&vcp->iod_rqlock, objtype, RW_DRIVER, NULL); in smb_vc_create()
418 cv_init(&vcp->iod_idle, objtype, CV_DRIVER, NULL); in smb_vc_create()
419 cv_init(&vcp->iod_muxwait, objtype, CV_DRIVER, NULL); in smb_vc_create()
673 static char objtype[] = "smb_ss"; in smb_share_create() local
679 smb_co_init(SSTOCP(ssp), SMBL_SHARE, objtype); in smb_share_create()
683 cv_init(&ssp->ss_conn_done, objtype, CV_DRIVER, NULL); in smb_share_create()
937 static char objtype[] = "smb_fh"; in smb_fh_create() local
[all …]
/illumos-gate/usr/src/tools/smatch/src/Documentation/sphinx/
H A Dir.py33 objtype = None variable in IROpDirective
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c1899 spa_preferred_class(spa_t *spa, uint64_t size, dmu_object_type_t objtype, in spa_preferred_class() argument
1902 if (DMU_OT_IS_ZIL(objtype)) { in spa_preferred_class()
1911 if (DMU_OT_IS_DDT(objtype)) { in spa_preferred_class()
1921 if (level > 0 && (DMU_OT_IS_FILE(objtype) || objtype == DMU_OT_ZVOL)) { in spa_preferred_class()
1928 if (DMU_OT_IS_METADATA(objtype) || level > 0) { in spa_preferred_class()
1940 if (DMU_OT_IS_FILE(objtype) && in spa_preferred_class()
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c1684 ACPI_OBJECT_TYPE objtype; in acpica_probe_processor() local
1689 if (AcpiGetType(obj, &objtype) != AE_OK) in acpica_probe_processor()
1692 if (objtype == ACPI_TYPE_PROCESSOR) { in acpica_probe_processor()
1704 } else if (objtype == ACPI_TYPE_DEVICE) { in acpica_probe_processor()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h941 dmu_object_type_t objtype, uint_t level, uint_t special_smallblk);
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x1401 createtype4 objtype; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c1484 sum_type_name(args->objtype.type)); in sumarg_create()
1493 detail_createtype4(&args->objtype); in dtlarg_create()
H A Dnfs4_xdr.c1114 if (!xdr_createtype4(xdrs, &objp->objtype)) in xdr_CREATE4args()