Searched refs:ownership (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/
H A Dasym_sun.c80 int *mode, int *ownership, int *xlf_capable);
88 int xlf = 0, mode = 0, ownership = 0; local
98 purple_get_fo_mode(sd, &mode, &ownership, &xlf);
119 int *ownership, int *xlf_capable)
127 *mode = *ownership = *xlf_capable = 0;
155 " and ownership info\n", (void *)sd));
168 *ownership = 0;
174 *ownership = 0;
176 *ownership = 1;
227 int mode, ownership, retva local
118 purple_get_fo_mode(struct scsi_device *sd, int *mode, int *ownership, int *xlf_capable) argument
442 int retval, mode, ownership, xlf; local
[all...]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvdc.h350 * The ownership fields are protected by the lock mutex. The
351 * ownership_lock mutex is used to serialize ownership operations;
354 kmutex_t ownership_lock; /* serialize ownership ops */
355 int ownership; /* ownership status flags */ member in struct:vdc
356 kthread_t *ownership_thread; /* ownership thread */
357 kcondvar_t ownership_cv; /* cv for ownership update */
399 #define VDC_OWNERSHIP_NONE 0x00 /* no ownership wanted */
400 #define VDC_OWNERSHIP_WANTED 0x01 /* ownership is wanted */
401 #define VDC_OWNERSHIP_GRANTED 0x02 /* ownership ha
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs145 Allows a process to change the ownership of a file or write to
152 different ownership in the presence of PRIV_FILE_OWNER.
202 remove, change ownership of, or change permission bits of the
302 ownership. When modifying another process, additional
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c489 /* If we took ownership, release ownership */
491 if (vdc->ownership & VDC_OWNERSHIP_GRANTED) {
561 if (vdc->ownership & VDC_OWNERSHIP_WANTED) {
563 vdc->ownership = VDC_OWNERSHIP_NONE;
4777 /* ownership is lost during reset */
4778 if (vdcp->ownership & VDC_OWNERSHIP_WANTED)
4779 vdcp->ownership |= VDC_OWNERSHIP_RESET;
6996 * When we have taken the ownership of a disk, this thread waits to be
6998 * ownership
[all...]
H A Dvds.c479 boolean_t ownership; /* disk ownership status */ member in struct:vd
3940 vd->ownership = B_FALSE;
4020 vd->ownership = B_TRUE;
4032 if (vd->file || vd->volume || !vd->ownership)
4035 PR0("Releasing disk ownership");
4044 vd->ownership = B_FALSE;
4048 PR0("Fail to release ownership, error %d", status);
4051 * We have failed to release the ownership, try to reset the disk
4065 vd->ownership
[all...]
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dlock_prim.s708 ! from unnecessarily moving ownership of the line around.

Completed in 144 milliseconds