Searched refs:handles (Results 1 - 25 of 43) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c131 prop_exists(idmap_cfg_handles_t *handles, const char *name, boolean_t *exists) argument
138 scf_prop = scf_property_create(handles->main);
145 if (scf_pg_get_property(handles->config_pg, name, scf_prop) == 0)
154 get_debug(idmap_cfg_handles_t *handles, const char *name) argument
161 scf_prop = scf_property_create(handles->main);
167 value = scf_value_create(handles->main);
174 if (scf_pg_get_property(handles->debug_pg, name, scf_prop) < 0) {
199 get_val_bool(idmap_cfg_handles_t *handles, const char *name, argument
209 scf_prop = scf_property_create(handles->main);
215 value = scf_value_create(handles
246 get_val_int(idmap_cfg_handles_t *handles, const char *name, void *val, scf_type_t type) argument
337 get_val_ds(idmap_cfg_handles_t *handles, const char *name, int defport, idmap_ad_disc_ds_t **val) argument
456 get_val_astring(idmap_cfg_handles_t *handles, const char *name, char **val) argument
510 del_val( idmap_cfg_handles_t *handles, scf_propertygroup_t *pg, const char *name) argument
583 set_val( idmap_cfg_handles_t *handles, scf_propertygroup_t *pg, const char *name, scf_value_t *value) argument
684 set_val_integer( idmap_cfg_handles_t *handles, scf_propertygroup_t *pg, const char *name, int64_t val) argument
710 set_val_astring( idmap_cfg_handles_t *handles, scf_propertygroup_t *pg, const char *name, const char *val) argument
1360 idmapd_set_debug( idmap_cfg_handles_t *handles, enum idmapd_debug item, const char *name) argument
1380 check_smf_debug_mode(idmap_cfg_handles_t *handles) argument
1405 idmap_cfg_load_smf(idmap_cfg_handles_t *handles, idmap_pg_config_t *pgcfg, int * const errors) argument
1756 idmap_cfg_discover(idmap_cfg_handles_t *handles, idmap_pg_config_t *pgcfg) argument
1979 idmap_cfg_handles_t *handles; local
2103 idmap_cfg_handles_t *handles = &cfg->handles; local
2144 upgrade_debug(idmap_cfg_handles_t *handles) argument
2189 upgrade_directory_mapping(idmap_cfg_handles_t *handles) argument
[all...]
H A Didmap_config.h52 /* SMF and auto-discovery context handles */
114 idmap_cfg_handles_t handles; member in struct:idmap_cfg
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_poll.t56 my @h = $poll->handles;
63 @h = $poll->handles;
81 if $poll->handles;
H A Dio_sel.t24 @handles = $sel->handles;
25 print "not " unless $sel->count == 4 && @handles == 4;
115 $sel->remove($sel->handles);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSelect.pm106 ? handles($vec, $r)
117 ? handles($vec, $w)
128 ? handles($vec, $e)
159 my @handles = @$vec;
160 splice(@handles, 0, FIRST_FD);
161 for (@handles) {
217 sub handles subroutine
253 @ready = IO::Select->new(@handles)->can_read(0);
258 function call. It allows the user to see what IO handles, see L<IO::Handle>,
268 of handles
[all...]
H A DPoll.pm36 # [2] maps fd's to handles
58 # We no longer have any handles for this FD
113 sub handles { subroutine
119 my @handles = ();
124 push @handles,$self->[2]{$io} if ($ev & $mask) & $events;
127 return @handles;
172 call will block. Returns the number of handles which had events
184 =item handles( [ EVENT_MASK ] )
186 Returns a list of handles. If EVENT_MASK is not given then a list of all
187 handles know
[all...]
H A DPipe.pm26 my($readfh,$writefh) = @_ ? @_ : $me->handles;
36 sub handles { subroutine
37 @_ == 1 or croak 'usage: $pipe->handles()';
210 to C<pipe>. If no arguments are given then method C<handles> is called
213 These two handles are held in the array part of the GLOB until either
234 =item handles ()
H A DFile.pm46 these classes with methods that are specific to file handles.
H A DDir.pm150 IO::Dir - supply object methods for directory handles
/opensolaris-onvv-gate/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c173 /* handle handles */
190 Handle handles[100]; variable
197 for (i = 0; i < sizeof(handles)/sizeof(Handle); i++)
198 handles[i].use = HANDLE_UNUSED;
206 for (i = 0; i < sizeof(handles)/sizeof(Handle); i++) {
207 if (handles[i].use == HANDLE_UNUSED) {
208 handles[i].use = use;
209 handles[i].dirp = dirp;
210 handles[i].fd = fd;
211 handles[
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDirHandle.pm7 DirHandle - supply object methods for directory handles
26 namespace pollution by creating globs to hold directory handles.
H A Dopen.pm225 for input/output handles. For example, if both input and out are
262 Directory handles may also support PerlIO layers in the future.
H A Dutf8.pm140 not change the "type" of I<$string> to UTF-8>, and that this handles
150 "type" of <$string> from UTF-8>, and that this handles only ISO 8859-1
/opensolaris-onvv-gate/usr/src/lib/libraidcfg/common/
H A Draidcfg.c291 handle_attr_t *handles; member in struct:__anon4186
944 /* convert disk handles into disk object ids; */
1334 ptr = realloc(raid_handle_sys.handles,
1338 raid_handle_sys.handles = ptr;
1340 /* Clean up the new allocated handles */
1343 bzero(&raid_handle_sys.handles[i], sizeof (handle_attr_t));
1344 raid_handle_sys.handles[i].type = OBJ_TYPE_ALL;
1345 raid_handle_sys.handles[i].next = i + 1;
1350 raid_handle_sys.handles[0].type = OBJ_TYPE_SYSTEM;
1351 raid_handle_sys.handles[
[all...]
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Derr.copyoutbadaddr.ksh38 * Verify that copyout() handles bad addresses.
H A Derr.copyoutstrbadaddr.ksh37 * Verify that copyout() handles bad addresses.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DHandle.pm8 Tie::Handle, Tie::StdHandle - base class definitions for tied handles
106 The L<perltie> section contains an example of tying handles.
/opensolaris-onvv-gate/usr/src/uts/common/crypto/api/
H A Dkcf_object.c346 crypto_object_id_t *handles, uint_t *count, uint_t max_count,
366 rv = KCF_PROV_OBJECT_FIND(real_provider, cookie, handles,
371 0, NULL, 0, handles, 0, NULL, cookie, max_count, count);
345 crypto_object_find(crypto_provider_t provider, void *cookie, crypto_object_id_t *handles, uint_t *count, uint_t max_count, crypto_call_req_t *crq) argument
/opensolaris-onvv-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c813 cmn_err(CE_WARN, "%s: %d tx dma handles allocated at close\n",
886 struct myri10ge_tx_dma_handle_head handles; local
891 handles.head = NULL;
892 handles.tail = NULL;
896 handles.head = tx->info[idx].handle;
897 if (handles.tail == NULL)
898 handles.tail = tx->info[idx].handle;
909 if (handles.head != NULL)
910 myri10ge_free_tx_handles(tx, &handles);
915 * Allocates DMA handles associate
920 struct myri10ge_tx_dma_handle *handles; local
2506 struct myri10ge_tx_dma_handle_head handles; local
3331 struct myri10ge_tx_dma_handle *handles, *dma_handle = NULL; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c93 * don't lose ZFS handles.
112 * root. It accumulates into an array of file system handles that can
115 * Note that as this function is called, we close all zhp handles that
145 zfs_handle_t **handles; local
152 handles = (zfs_handle_t **)calloc(1,
155 if (handles == NULL) {
160 bcopy(cbp->cb_handles, handles,
165 cbp->cb_handles = handles;
205 * compares the mountpoint on two zfs file systems handles.
842 * case. sa_zfs_process_share handles i
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DCollate.pm48 routine. collate_xfrm() handles embedded NUL characters gracefully.
94 # collate_xfrm handles embedded NUL characters gracefully.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.pm87 See L<IPC::Open3> for an alternative that handles STDERR as well. This
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.pm137 provided must provide READ or reject handles open for reading in
165 handles too. Should return 0 on success, -1 on error.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.pm97 && !($from_a_handle && $^O eq 'os2' ) # OS/2 cannot handle handles
303 files as handles instead of names may lead to loss of information
351 If both arguments to C<copy> are not file handles,
/opensolaris-onvv-gate/usr/src/uts/sun4/ml/
H A Dswtch.s97 ! This handles floating-point state saving.
149 ! This handles coprocessor state saving.

Completed in 221 milliseconds

12