Searched defs:handle (Results 126 - 150 of 289) sorted by relevance

1234567891011>>

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dparttool.c58 cur->handle = curhandle++;
68 return cur->handle;
72 grub_parttool_unregister (int handle) argument
76 if (cur->handle == handle)
/osnet-11/usr/src/grub/grub2/grub-core/disk/ieee1275/
H A Dnand.c30 grub_ieee1275_ihandle_t handle; member in struct:grub_nand_data
89 data->handle = dev_ihandle;
136 grub_ieee1275_close (((struct grub_nand_data *) disk->data)->handle);
161 args.ihandle = data->handle;
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/
H A Dloadcore.c34 int *handle, grub_off_t *off)
41 *handle = seg->handle;
97 addr = (grub_uint8_t *) grub_efiemu_mm_obtain_request (cur->handle)
150 seg->handle
155 if (seg->handle < 0)
248 int handle; local
259 if ((err = grub_efiemu_resolve_symbol (name, &handle, &off)))
261 grub_efiemu_elfsyms[i].handle = handle;
33 grub_efiemu_get_section_addr(grub_efiemu_segment_t segs, unsigned n, int *handle, grub_off_t *off) argument
[all...]
H A Dsymbols.c37 int handle; member in struct:grub_efiemu_sym
80 grub_efiemu_resolve_symbol (const char *name, int *handle, grub_off_t *off) argument
86 *handle = cur->handle;
94 /* Register symbol named NAME in memory handle HANDLE at offset OFF */
96 grub_efiemu_register_symbol (const char *name, int handle, grub_off_t off) argument
105 cur->handle = handle;
/osnet-11/usr/src/grub/grub2/grub-core/mmap/efi/
H A Dmmap.c152 int handle; member in struct:overlay
189 curover->handle = curhandle++;
194 return curover->handle;
198 grub_mmap_unregister (int handle) argument
209 if (curover->handle == handle)
220 return grub_error (GRUB_ERR_BAD_ARGUMENT, "handle %d not found", handle);
227 int *handle, int type,
274 curover->handle
225 grub_mmap_malign_and_register(grub_uint64_t align __attribute__ ((unused)), grub_uint64_t size, int *handle, int type, int flags __attribute__ ((unused))) argument
284 grub_mmap_free_and_unregister(int handle) argument
[all...]
/osnet-11/usr/src/lib/abi/apptrace/common/
H A Dabienv.c143 void *handle; local
157 if ((handle = dlopen(name, RTLD_LAZY)) == NULL) {
175 lp->l_handle = handle;
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.c58 HBA_HANDLE handle; local
139 &handle, &portIndex, &portAttrs, errstring)) ==
142 flags, errstring, handle, portAttrs);
143 HBA_CloseAdapter(handle);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DInputObjects.pm114 my $pod_input1 = Pod::InputSource->new(-handle => $filehandle);
115 my $pod_input2 = new Pod::InputSource(-handle => $filehandle,
117 my $pod_input3 = new Pod::InputSource(-handle => \*STDIN);
118 my $pod_input4 = Pod::InputSource->new(-handle => \*STDIN,
123 keyword arguments in the form of a hash. The keyword C<-handle> is
124 required and designates the corresponding input handle. The keyword
126 handle (typically a file name).
142 -handle => undef,
181 =head2 B<handle()>
183 my $handle
192 sub handle { subroutine
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DReadLine.pm48 returns the handle for subsequent calls to following
365 sub handle {$giveup = 1; $count_handle++} subroutine
377 or Tk->fileevent($self->IN,'readable',\&handle);
/osnet-11/usr/src/lib/libast/common/comp/
H A Dregcmp.c49 block(void* handle, void* data, size_t size) argument
51 register Regex_t* re = (Regex_t*)handle;
183 regex(const char* handle, const char* subject, ...) argument
194 if (!(re = (Regex_t*)handle) || !subject)
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregrexec.c36 regrexec(const regex_t* p, const char* s, size_t len, size_t nmatch, regmatch_t* match, regflags_t flags, int sep, void* handle, regrecord_t record) argument
119 if (n = (*record)(handle, (char*)beg, x - beg))
124 else if (n = (*record)(handle, (char*)l, r - l))
128 n = (inv && (++r - buf) < len) ? (*record)(handle, (char*)r, (buf + len) - r): 0;
/osnet-11/usr/src/lib/pam_modules/krb5_migrate/
H A Dkrb5_migrate_authenticate.c77 void *handle = NULL; local
198 NULL, &handle);
230 retval = kadm5_get_principal(handle, userprinc, &kadm5_userprinc,
291 retval = kadm5_create_principal(handle, &kadm5_userprinc,
340 * We created a princ in a previous run on the same handle and
364 (void) kadm5_free_principal_ent(handle, &kadm5_userprinc);
365 (void) kadm5_destroy((void *)handle);
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dutil.py352 # Fetches and caches a handle to the authentication object.
363 def handle(self): member in class:RadAuth
/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasScsiInquiry.c68 Sun_sasScsiInquiry(HBA_HANDLE handle, HBA_WWN portWWN, HBA_WWN targetPortWWN, argument
110 index = RetrieveIndex(handle);
113 log(LOG_DEBUG, ROUTINE, "Invalid handle %08lx", handle);
135 "HBA handle had NULL device path. \
203 "%016llx on handle %08lx is not a Target",
204 wwnConversion(targetPortWWN.wwn), handle);
243 " %08lx for target %016llx on handle %08lx",
244 hba_lun, wwnConversion(targetPortWWN.wwn), handle);
251 "Port WWN %016llx on handle
[all...]
H A DSun_sasScsiReadCapacity.c65 Sun_sasScsiReadCapacity(HBA_HANDLE handle, HBA_WWN portWWN, argument
106 index = RetrieveIndex(handle);
109 log(LOG_DEBUG, ROUTINE, "Invalid handle %08lx", handle);
191 "%016llx on handle %08lx is not a Target",
192 wwnConversion(targetPortWWN.wwn), handle);
230 " %08lx for target %016llx on handle %08lx",
231 hba_lun, wwnConversion(targetPortWWN.wwn), handle);
239 "Port WWN %016llx on handle %08lx",
240 wwnConversion(targetPortWWN.wwn), handle);
[all...]
H A DSun_sasSendSMPPassThru.c85 Sun_sasSendSMPPassThru(HBA_HANDLE handle, HBA_WWN hbaPortWWN, argument
115 if ((hba_ptr = Retrieve_Sun_sasHandle(handle)) == NULL) {
116 log(LOG_DEBUG, ROUTINE, "Invalid handle %08lx", handle);
137 "HBA handle had NULL device path.\
239 "handle %08lx", wwnConversion(hbaPortWWN.wwn), handle);
242 " domainPortWWN %016llx on handle %08lx",
243 wwnConversion(domainPortWWN.wwn), handle);
H A Dsun_sas.c32 * creates a handle each time Sun_sas_OpenAdapter() is called.
35 * open. This prevents a user from using an old handle that corresponds to
79 new_open_handle->handle = new_handle_index;
83 /* add new open handle struct to the open_handles list */
101 * given a handle, returns the adapterIndex number.
103 * This functions checkes to see if the given handle corresponds to an open
107 RetrieveIndex(HBA_HANDLE handle) argument
114 open_handle_ptr = RetrieveOpenHandle(handle);
124 * Given a handle, returns the open_handle structure
129 RetrieveOpenHandle(HBA_HANDLE handle) argument
208 Retrieve_Sun_sasHandle(HBA_HANDLE handle) argument
316 getFirstAdapterPortWWN(HBA_HANDLE handle) argument
[all...]
/osnet-11/usr/src/lib/libpp/common/
H A Dppinput.c354 dump(const char* name, char* v, void* handle) argument
361 NoP(handle);
H A Dppop.c295 unguard(const char* name, char* v, void* handle) argument
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dalarm.c117 static void trap_timeout(void* handle) argument
119 register struct tevent *tp = (struct tevent*)handle;
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_scfutil.c63 smb_smf_instance_create(smb_scfhandle_t *handle, char *serv_prefix, argument
70 if (handle == NULL)
82 handle->scf_instance = scf_instance_create(handle->scf_handle);
83 if (scf_service_get_instance(handle->scf_service, inst_name,
84 handle->scf_instance) != SCF_SUCCESS) {
85 if (scf_service_add_instance(handle->scf_service,
86 inst_name, handle->scf_instance) != SCF_SUCCESS) {
103 smb_smf_instance_delete(smb_scfhandle_t *handle, char *inst_name) argument
107 if (handle
131 smb_smf_create_instance_pgroup(smb_scfhandle_t *handle, char *pgroup) argument
178 smb_smf_delete_instance_pgroup(smb_scfhandle_t *handle, char *pgroup) argument
226 smb_smf_create_service_pgroup(smb_scfhandle_t *handle, char *pgroup) argument
275 smb_smf_start_transaction(smb_scfhandle_t *handle) argument
317 smb_smf_end_transaction(smb_scfhandle_t *handle) argument
343 smb_smf_set_string_property(smb_scfhandle_t *handle, char *propname, char *valstr) argument
407 smb_smf_get_string_property(smb_scfhandle_t *handle, char *propname, char *valstr, size_t sz) argument
444 smb_smf_set_count_property(smb_scfhandle_t *handle, char *propname, uint64_t valuint) argument
502 smb_smf_set_integer_property(smb_scfhandle_t *handle, char *propname, int64_t valint) argument
559 smb_smf_get_count_property(smb_scfhandle_t *handle, char *propname, uint64_t *valuint) argument
596 smb_smf_get_integer_property(smb_scfhandle_t *handle, char *propname, int64_t *valint) argument
634 smb_smf_set_boolean_property(smb_scfhandle_t *handle, char *propname, uint8_t valbool) argument
691 smb_smf_get_boolean_property(smb_scfhandle_t *handle, char *propname, uint8_t *valbool) argument
727 smb_smf_set_opaque_property(smb_scfhandle_t *handle, char *propname, void *voidval, size_t sz) argument
790 smb_smf_get_opaque_property(smb_scfhandle_t *handle, char *propname, void *v, size_t sz) argument
825 smb_smf_delete_property(smb_scfhandle_t *handle, char *propname) argument
895 smb_scfhandle_t *handle; local
959 smb_smf_scf_fini(smb_scfhandle_t *handle) argument
[all...]
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_hash.c28 * table entries. A handle is associated with each table, which is used
32 * |handle|---> |index 0|--->|item|--->|item|--->
51 static size_t ht_default_hash(HT_HANDLE *handle, const char *key);
77 * The handle and the table are are malloc'd using a single call, to
79 * handle.
81 * On success a pointer to an opaque handle is returned. Otherwise a
129 ht_destroy_table(HT_HANDLE *handle) argument
134 if (handle == 0)
138 (void) ht_clean_table(handle);
139 while ((item = ht_findfirst(handle,
153 ht_get_total_items(HT_HANDLE *handle) argument
173 ht_default_hash(HT_HANDLE *handle, const char *key) argument
205 ht_set_cmpfn(HT_HANDLE *handle, HT_CMP cmpfn) argument
226 ht_add_item(HT_HANDLE *handle, const char *key, const void *data) argument
283 ht_replace_item(HT_HANDLE *handle, const char *key, const void *data) argument
304 ht_remove_item(HT_HANDLE *handle, const char *key) argument
368 ht_find_item(HT_HANDLE *handle, const char *key) argument
409 ht_register_callback(HT_HANDLE *handle, HT_CALLBACK callback) argument
436 ht_clean_table(HT_HANDLE *handle) argument
495 ht_mark_delete(HT_HANDLE *handle, HT_ITEM *item) argument
509 ht_clear_delete(HT_HANDLE *handle, HT_ITEM *item) argument
544 ht_findfirst(HT_HANDLE *handle, HT_ITERATOR *iterator) argument
586 HT_HANDLE *handle; local
[all...]
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpk11tokens.c34 kmf_get_token_slots(KMF_HANDLE *handle, CK_SLOT_ID_PTR *slot_list, argument
55 if (handle != NULL) {
56 handle->lasterr.kstype = KMF_KEYSTORE_PK11TOKEN;
57 handle->lasterr.errcode = ck_rv;
85 if (handle != NULL) {
86 handle->lasterr.kstype = KMF_KEYSTORE_PK11TOKEN;
87 handle->lasterr.errcode = ck_rv;
230 kmf_pk11_token_lookup(KMF_HANDLE_T handle, char *label, CK_SLOT_ID *slot_id) argument
250 if (handle == NULL) {
273 kmf_rv = kmf_get_token_slots(handle,
355 kmf_set_token_pin(KMF_HANDLE_T handle, int num_attr, KMF_ATTRIBUTE *attrlist) argument
423 kmf_select_token(KMF_HANDLE_T handle, char *label, int readonly) argument
479 kmf_pk11_init_token(KMF_HANDLE_T handle, char *currlabel, char *newlabel, CK_UTF8CHAR_PTR sopin, CK_ULONG sopinlen) argument
[all...]
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_generic.c147 * returns client handle. Default options are set, which the user can
178 void *handle; local
219 if ((handle = __rpc_setconf((char *)nettype)) == NULL) {
225 if ((nconf = __rpc_getconf(handle)) == NULL) {
274 __rpc_endconf(handle);
279 * Create a client handle for a well known service or a specific port on
281 * handle to services that are not registered with rpcbind or where the remote
283 * firewall. We construct a client handle and then ping the service's NULL
296 void *handle; local
309 * handle cons
[all...]
H A Drpc_generic.c61 struct handle { struct
266 struct handle *handle; local
268 handle = malloc(sizeof (struct handle));
269 if (handle == NULL)
271 switch (handle->nettype = getnettype(nettype)) {
276 if (!(handle->nhandle = setnetpath())) {
277 free(handle);
280 handle
310 struct handle *handle; local
384 struct handle *handle; local
[all...]

Completed in 76 milliseconds

1234567891011>>