Searched defs:owned (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/tpmadm/
H A Dadmin_cmds.c101 BYTE owned; local
104 TSS_TPMCAP_PROP_OWNER, &owned, sizeof (owned)))
107 return (owned);
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm.c764 ppm_owned_t *owned; local
880 owned = ppm_add_owned(rdip, domp);
881 ASSERT(owned->initializing == 0);
882 owned->initializing = 1;
921 for (owned = domp->owned; owned; owned = owned->next)
922 if (strcmp(owned
[all...]
H A Dppm_subr.c639 * add a device to the list of domain's owned devices (if it is not already
646 ppm_owned_t *owned, *new_owned; local
650 for (owned = domp->owned; owned; owned = owned->next)
651 if (strcmp(path, owned->path) == 0)
652 return (owned);
657 new_owned->next = domp->owned;
672 ppm_owned_t *owned; local
944 ppm_owned_t *owned; local
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dppmvar.h246 ppm_owned_t *owned; /* list of ever owned devices */ member in struct:ppm_domain
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c2251 int owned; local
2271 owned = mutex_owned(&p->p_lock); /* this is filthy */
2272 if (!owned)
2314 if (!owned)
2328 int owned; local
2337 owned = mutex_owned(&p->p_lock); /* this is filthy */
2338 if (!owned)
2343 if (!owned)
2352 int owned; local
2359 owned
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzvol.c834 boolean_t owned = B_FALSE; local
852 owned = B_TRUE;
868 if (owned) {
H A Ddmu_send.c1015 boolean_t owned = B_FALSE; local
1030 owned = B_TRUE;
1084 if (owned)
1649 * Check if the receive is still running. If so, it will be owned.
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_common.h365 * <owned> is the number of TDCs currently being utilized by this port.
367 * <owned> may be less than <count> in hybrid I/O systems.
372 int owned; /* 1 - count */ member in struct:__anon8197
H A Dnxge.h563 dc_data_t owned; /* These DCs belong to me. */ member in struct:__anon8196

Completed in 91 milliseconds