Searched defs:ownership (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/ |
H A D | asym_sun.c | 80 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 D | vdc.h | 350 * 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/sun4v/io/ |
H A D | vds.c | 479 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...] |
Completed in 57 milliseconds