Searched defs:active (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/sun_fc/common/
H A DHandleNPIVPort.h61 bool active; member in class:HandleNPIVPort
H A DHandlePort.h74 bool active; member in class:HandlePort
/osnet-11/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c131 tpool_active_t active; local
140 active.tpa_tid = pthread_self();
186 active.tpa_next = tpool->tp_active;
187 tpool->tp_active = &active;
382 /* cancel all active workers */
386 /* wait for all active workers to finish */
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dpartition.c96 * we just get the active solaris partition.
133 * If this is a slice desc. we need the first active solaris partition
146 * no active solaris part.,*try to get the first solaris part.
747 * Slices are associated with the active solaris partition or if there
748 * is no active solaris partition, then the first solaris partition.
757 int active = 0; local
759 /* Check if there are no active solaris partitions. */
764 active = 1;
769 if (!active) {
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dluks.c53 grub_uint32_t active; member in struct:grub_luks_phdr::__anon376
323 if (grub_be_to_cpu32 (header.keyblock[i].active) == LUKS_KEY_ENABLED
345 /* Try to recover master key from each active keyslot. */
353 if (grub_be_to_cpu32 (header.keyblock[i].active) != LUKS_KEY_ENABLED)
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_cm.c278 dapls_ib_disconnect_clean(IN DAPL_EP *ep_ptr, IN DAT_BOOLEAN active, argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNNTP.pm350 sub active subroutine
352 @_ == 1 || @_ == 2 or croak 'usage: $nntp->active( [ PATTERN ] )';
845 Obtain information about all the active newsgroups. The results is a reference
943 =item active ( [ PATTERN ] )
945 Similar to C<list> but only active groups that match the pattern are returned.
990 Returns a reference to a list of all the active messages in C<GROUP>, or
/osnet-11/usr/src/tools/onbld/Scm/
H A DWorkSpace.py194 # are in both change context and status to the active
258 # Walk the active list setting the change type for each active
336 This is the set of active changesets where neither parent
337 changeset is itself active.'''
424 def __init__(self, active, message, user):
427 active - The ActiveList object used as the source for all data.
432 fctx = active.localtip.filectx(fname)
436 # .hgtags is a special case, tags referring to active list
440 data = '\n'.join(active
613 def active(self, parent=None): member in class:WorkSpace
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dio.c469 static int active = 0; local
485 if(!active)
489 active = 1;
495 active = 0;
/osnet-11/usr/src/lib/libpool/common/
H A Dpool.c1572 * configuration to the permanent data store. The active parameter
1578 pool_conf_commit(pool_conf_t *conf, int active) argument
1586 if (active) {
1602 retval = pool_conf_commit_sys(conf, active);
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c740 * zdb uses this path to report on active pools that were
747 * Determine if this pool is currently active, in which case we
1600 boolean_t active; local
1631 if (pool_active(hdl, src_name, src_guid, &active) != 0) {
1637 if (active)
1869 * active and imported read-only. If it is, set
1870 * its state to active.
1882 * For an active pool, we have to determine if it's really part
1883 * of a currently active pool (in which case the pool will exist
1885 * active poo
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpmtok_int.h276 CK_BBOOL active; member in struct:_ENCR_DECR_CONTEXT
289 CK_BBOOL active; member in struct:_DIGEST_CONTEXT
300 CK_BBOOL active; member in struct:_SIGN_VERIFY_CONTEXT

Completed in 68 milliseconds