/titanic_41/usr/src/uts/common/io/drm/ |
H A D | drm_agpsupport.c | 98 if (!dev->agp || !dev->agp->acquired) in drm_agp_info() 133 dev->agp->acquired = 1; in drm_agp_acquire() 147 if (!dev->agp->acquired) in drm_agp_release() 156 dev->agp->acquired = 0; in drm_agp_release() 171 dev->agp->acquired = 0; in drm_agp_do_release() 187 if (!dev->agp->acquired) in drm_agp_enable() 223 if (!dev->agp || !dev->agp->acquired) in drm_agp_alloc() 290 if (!dev->agp || !dev->agp->acquired) in drm_agp_unbind() 323 if (!dev->agp || !dev->agp->acquired) in drm_agp_bind() 356 if (!dev->agp || !dev->agp->acquired) in drm_agp_free() [all …]
|
H A D | drm_drv.c | 282 if (dev->agp->acquired) in drm_lastclose() 285 dev->agp->acquired = 0; in drm_lastclose()
|
H A D | drmP.h | 555 int acquired; member
|
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | gss-serv.c | 82 gss_OID_set s, acquired, indicated = GSS_C_NULL_OID_SET; in ssh_gssapi_server_mechs() local 113 GSS_C_ACCEPT, &creds, &acquired, NULL); in ssh_gssapi_server_mechs() 122 if (acquired == GSS_C_NULL_OID_SET || acquired->count == 0) in ssh_gssapi_server_mechs() 125 for (i = 0; i < acquired->count; i++) { in ssh_gssapi_server_mechs() 126 if (ssh_gssapi_is_spnego(&acquired->elements[i])) in ssh_gssapi_server_mechs() 129 maj = gss_add_oid_set_member(&min, &acquired->elements[i], &s); in ssh_gssapi_server_mechs() 136 (void) gss_release_oid_set(&min, &acquired); in ssh_gssapi_server_mechs()
|
/titanic_41/usr/src/cmd/ssh/ssh/ |
H A D | gss-clnt.c | 67 gss_OID_set acquired, supported; in ssh_gssapi_client_mechs() local 95 GSS_C_INITIATE, &creds, &acquired, NULL); in ssh_gssapi_client_mechs() 108 for (i = 0; i < acquired->count; i++) { in ssh_gssapi_client_mechs() 109 mech = &acquired->elements[i]; in ssh_gssapi_client_mechs()
|
/titanic_41/usr/src/uts/intel/io/acpica/ |
H A D | osl_ml.s | 81 cmpb $3, %dl / Was it acquired or marked pending? 82 sbbq %rax, %rax / acquired = -1, pending = 0
|
H A D | changes.txt | 3069 released. At control method termination, any currently acquired mutex 5569 acquire an AML mutex that was previously acquired. FreeBSD report 140979. 6253 mutexes of the same sync level are acquired but then not released in 7977 thread that acquired the Global Lock via executing AML code then 15890 A ThreadId of -1 is now used to indicate a "mutex not acquired" 15917 completes execution. This fixes the "mutex already acquired" 15987 Some systems may fail with "execution mutex already acquired" 16006 Mutexes that have been acquired but not released when a thread
|
/titanic_41/usr/src/uts/common/io/warlock/ |
H A D | isp.wlcmd | 10 ### if the lock is acquired when it is already locked.
|
H A D | ifp.wlcmd | 10 ### if the lock is acquired when it is already locked.
|
H A D | uata.wlcmd | 32 ### complain if the lock is acquired when it is already locked.
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | synch.c | 987 int acquired; in mutex_lock_kernel() local 1011 acquired = 0; in mutex_lock_kernel() 1023 acquired = 1; in mutex_lock_kernel() 1028 acquired = 1; in mutex_lock_kernel() 1038 if (acquired) { in mutex_lock_kernel() 1061 int acquired; in mutex_trylock_kernel() local 1070 acquired = 0; in mutex_trylock_kernel() 1082 acquired = 1; in mutex_trylock_kernel() 1087 acquired = 1; in mutex_trylock_kernel() 1092 if (acquired) { in mutex_trylock_kernel()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | lwp_sobj.c | 2342 int acquired = 0; in lwp_rwlock_lock() local 2488 acquired = 1; in lwp_rwlock_lock() 2491 acquired = 1; in lwp_rwlock_lock() 2513 acquired = 1; in lwp_rwlock_lock() 2518 if (acquired || try_flag || time_error) { in lwp_rwlock_lock() 2526 if (acquired) { in lwp_rwlock_lock() 2626 acquired = (t->t_writer & TRW_LOCK_GRANTED); in lwp_rwlock_lock() 2642 if (acquired) in lwp_rwlock_lock()
|
/titanic_41/usr/src/lib/libc/ |
H A D | README | 40 should be acquired and released via these interfaces: 203 deferred while locks acquired by these functions are held, making 217 - Don't call cond_wait() with a mutex acquired by sig_mutex_lock();
|
/titanic_41/usr/src/uts/common/io/sbp2/ |
H A D | sbp2.c | 1465 boolean_t acquired; in sbp2_agent_keepalive() local 1471 acquired = ap->a_acquired; in sbp2_agent_keepalive() 1472 if (!acquired) { in sbp2_agent_keepalive() 1480 if (!acquired) { in sbp2_agent_keepalive()
|
/titanic_41/usr/src/ |
H A D | OPENSOLARIS.LICENSE | 38 subsequently acquired, any and all of the rights conveyed 59 hereafter acquired, including without limitation, method,
|
/titanic_41/usr/src/pkg/license_files/ |
H A D | lic_OSBL | 161 If Software is being acquired by or on behalf of the U.S. Government or
|
/titanic_41/usr/src/tools/opensolaris/ |
H A D | BINARYLICENSE.txt | 161 If Software is being acquired by or on behalf of the U.S. Government or
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | LICENSE | 170 If Software is being acquired by or on behalf of the U.S. Government or
|
/titanic_41/usr/src/lib/mpapi/libmpapi/ |
H A D | THIRDPARTYLICENSE | 33 subsequently acquired, any and all of the rights conveyed herein. 49 hereafter acquired, including without limitation, method, process,
|
/titanic_41/usr/src/lib/smhba/ |
H A D | THIRDPARTYLICENSE | 33 subsequently acquired, any and all of the rights conveyed herein. 49 hereafter acquired, including without limitation, method, process,
|
/titanic_41/usr/src/lib/hbaapi/ |
H A D | THIRDPARTYLICENSE | 33 subsequently acquired, any and all of the rights conveyed herein. 49 hereafter acquired, including without limitation, method, process,
|
/titanic_41/usr/src/lib/libima/ |
H A D | THIRDPARTYLICENSE | 33 subsequently acquired, any and all of the rights conveyed herein. 49 hereafter acquired, including without limitation, method, process,
|
/titanic_41/usr/src/lib/libdhcputil/ |
H A D | README.inittab | 158 In general, it is expected that inittab entries are acquired via
|
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | README | 334 of a mix of static and DHCP-acquired addresses. This means that
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README | 440 IPv4 leases are acquired or expired on logical interfaces.
|