Searched refs:handle (Results 226 - 250 of 696) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gdb/gdb/
H A Dthread-db.c53 /* The target vector that we call for things this module can't handle. */
179 return "no sync handle to satisfy query";
183 return "invalid process handle";
185 return "invalid thread handle";
187 return "invalid synchronization handle";
249 THP is a handle to the current thread; if INFOP is not NULL, the
385 verbose_dlsym (void *handle, const char *name)
387 void *sym = dlsym (handle, name);
396 void *handle;
399 handle
379 verbose_dlsym(void *handle, const char *name) argument
390 void *handle; local
[all...]
/freebsd-11-stable/crypto/heimdal/appl/gssmask/
H A Dgssmask.c43 struct handle { struct
47 struct handle *next;
55 struct handle *handles;
106 struct handle *h;
120 del_handle(struct handle **h, int32_t idx)
129 struct handle *p = *h;
146 errx(1, "tried to delete an unexisting handle");
150 find_handle(struct handle *h, int32_t idx, enum handle_type type)
159 errx(1, "monger switched type on handle!");
203 int32_t *handle)
200 acquire_cred(struct client *c, krb5_principal principal, krb5_get_init_creds_opt *opt, int32_t *handle) argument
506 int32_t handle; local
520 int32_t gsm_error, flags, handle = 0; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-regs.c369 if (data_item_win->handle != (WINDOW*) NULL
375 tui_delete_win (data_item_win->handle);
376 data_item_win->handle = 0;
379 if (data_item_win->handle == (WINDOW *) NULL)
386 scrollok (data_item_win->handle, FALSE);
388 touchwin (data_item_win->handle);
525 if (win_info->handle != (WINDOW *) NULL)
530 wstandout (win_info->handle);
532 wmove (win_info->handle, 0, 0);
534 waddch (win_info->handle, ' ');
[all...]
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_perf.c75 ACPI_HANDLE handle; member in struct:acpi_perf_softc
144 ACPI_HANDLE handle; local
151 /* Get the handle for the Processor object and check for perf states. */
152 handle = acpi_get_handle(parent);
153 if (handle == NULL)
155 if (ACPI_FAILURE(AcpiEvaluateObject(handle, "_PSS", NULL, NULL)))
173 ACPI_HANDLE handle; local
188 handle = acpi_get_handle(dev);
191 if (ACPI_FAILURE(AcpiEvaluateObject(handle, "_PCT", NULL, &buf)))
221 sc->handle
[all...]
H A Dacpivar.h136 * shared access to local data. The ACPI_LOCK macros handle mutexes.
251 __ACPI_BUS_ACCESSOR(acpi, handle, ACPI, HANDLE, ACPI_HANDLE)
257 acpi_get_device(ACPI_HANDLE handle) argument
260 AcpiGetData(handle, acpi_fake_objhandler, &dev);
328 ACPI_STATUS acpi_GetInteger(ACPI_HANDLE handle, char *path,
330 ACPI_STATUS acpi_SetInteger(ACPI_HANDLE handle, char *path,
338 ACPI_STATUS acpi_EvaluateOSC(ACPI_HANDLE handle, uint8_t *uuid,
386 ACPI_STATUS acpi_parse_resources(device_t dev, ACPI_HANDLE handle,
436 char *acpi_name(ACPI_HANDLE handle);
437 int acpi_avoid(ACPI_HANDLE handle);
[all...]
H A Dacpi.c151 static void acpi_probe_order(ACPI_HANDLE handle, int *order);
152 static ACPI_STATUS acpi_probe_child(ACPI_HANDLE handle, UINT32 level,
159 static BOOLEAN acpi_has_hid(ACPI_HANDLE handle);
161 static int acpi_wake_sleep_prep(ACPI_HANDLE handle, int sstate);
162 static int acpi_wake_run_prep(ACPI_HANDLE handle, int sstate);
870 snprintf(buf, buflen, "handle=%s", acpi_name(dinfo->ad_handle));
1091 ACPI_HANDLE handle; local
1095 handle = acpi_get_handle(dev);
1096 if (handle == NULL)
1098 status = acpi_GetInteger(handle, "_PX
1685 ACPI_HANDLE handle; local
1947 acpi_probe_order(ACPI_HANDLE handle, int *order) argument
1979 acpi_probe_child(ACPI_HANDLE handle, UINT32 level, void *context, void **status) argument
2314 acpi_SetInteger(ACPI_HANDLE handle, char *path, UINT32 number) argument
2331 acpi_GetInteger(ACPI_HANDLE handle, char *path, UINT32 *number) argument
2530 acpi_EvaluateOSC(ACPI_HANDLE handle, uint8_t *uuid, int revision, int count, uint32_t *caps_in, uint32_t *caps_out, bool query) argument
3099 acpi_wake_sleep_prep(ACPI_HANDLE handle, int sstate) argument
3133 acpi_wake_run_prep(ACPI_HANDLE handle, int sstate) argument
3169 acpi_wake_prep(ACPI_HANDLE handle, UINT32 level, void *context, void **status) argument
3454 acpi_name(ACPI_HANDLE handle) argument
3472 acpi_avoid(ACPI_HANDLE handle) argument
3544 ACPI_HANDLE handle; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dsend_to_kdc.c362 * Send the data `send' to one host from `handle` and get back the reply
369 krb5_krbhst_handle handle,
381 while (krb5_krbhst_next(context, handle, &hi) == 0) {
386 hi->hostname, _krb5_krbhst_get_realm(handle));
445 krb5_krbhst_reset(context, handle);
452 _krb5_krbhst_get_realm(handle), ret);
584 krb5_krbhst_handle handle = NULL; local
615 if (handle == NULL) {
617 ctx->flags, &handle);
625 ret = krb5_sendto(context, send_data, handle, receiv
367 krb5_sendto(krb5_context context, const krb5_data *send_data, krb5_krbhst_handle handle, krb5_data *receive) argument
[all...]
/freebsd-11-stable/usr.sbin/mpsutil/
H A Dmps_show.c448 uint16_t IOCStatus, handle, bus, target; local
473 handle = 0xffff;
478 MPI2_SAS_DEVICE_PGAD_FORM_GET_NEXT_HANDLE | handle,
488 handle = device->DevHandle;
497 error = mps_map_btdh(fd, &handle, &bus, &target);
568 uint16_t IOCStatus, handle; local
579 handle = 0xffff;
584 MPI2_SAS_ENCLOS_PGAD_FORM_GET_NEXT_HANDLE | handle,
603 handle = enc->EnclosureHandle;
617 uint16_t IOCStatus, handle; local
[all...]
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.h247 VCHI_MEM_HANDLE_T handle; member in struct:vchiq_bulk_struct
287 VCHIQ_SERVICE_HANDLE_T handle; member in struct:vchiq_service_struct
570 vchiq_bulk_transfer(VCHIQ_SERVICE_HANDLE_T handle,
590 handle_to_service(VCHIQ_SERVICE_HANDLE_T handle) argument
592 VCHIQ_STATE_T *state = vchiq_states[(handle / VCHIQ_MAX_SERVICES) &
597 return state->services[handle & (VCHIQ_MAX_SERVICES - 1)];
601 find_service_by_handle(VCHIQ_SERVICE_HANDLE_T handle);
608 VCHIQ_SERVICE_HANDLE_T handle);
612 VCHIQ_SERVICE_HANDLE_T handle);
H A Dvchiq_arm.c274 VCHIQ_SERVICE_HANDLE_T handle, void *bulk_userdata)
289 service = handle_to_service(handle);
405 "close_delivered(handle=%x)",
406 user_service->service->handle);
461 status = vchiq_remove_service(service->handle);
555 vchiq_remove_service(service->handle);
564 printf("%s: [CREATE SERVICE] handle = %08x\n", __func__, service->handle);
568 arg)->handle),
569 (const void *)&service->handle,
273 service_callback(VCHIQ_REASON_T reason, VCHIQ_HEADER_T *header, VCHIQ_SERVICE_HANDLE_T handle, void *bulk_userdata) argument
580 VCHIQ_SERVICE_HANDLE_T handle; local
612 VCHIQ_SERVICE_HANDLE_T handle; local
645 VCHIQ_SERVICE_HANDLE_T handle; local
1045 VCHIQ_SERVICE_HANDLE_T handle; local
1106 VCHIQ_SERVICE_HANDLE_T handle; local
2609 vchiq_use_service_no_resume(VCHIQ_SERVICE_HANDLE_T handle) argument
2622 vchiq_use_service(VCHIQ_SERVICE_HANDLE_T handle) argument
2635 vchiq_release_service(VCHIQ_SERVICE_HANDLE_T handle) argument
[all...]
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_device.h175 bus_space_handle_t handle; member in struct:lio_mem_bus_space
829 oct->mem_bus_space[0].handle, reg));
837 oct->mem_bus_space[0].handle, reg, val);
845 oct->mem_bus_space[0].handle, reg));
853 oct->mem_bus_space[0].handle, reg, val);
861 oct->mem_bus_space[0].handle, reg));
869 oct->mem_bus_space[0].handle, reg, val);
881 oct->mem_bus_space[0].handle, reg));
894 oct->mem_bus_space[0].handle, reg, val);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_mode.h287 /* driver specific handle */
288 __u32 handle; member in struct:drm_mode_fb_cmd
375 * handle - if 0 turns the cursor of
389 /* driver specific handle */
390 __u32 handle; member in struct:drm_mode_cursor
442 /* handle, pitch, size will be returned */
443 uint32_t handle; member in struct:drm_mode_create_dumb
451 __u32 handle; member in struct:drm_mode_map_dumb
462 uint32_t handle; member in struct:drm_mode_destroy_dumb
H A Ddrm_scatter.c97 request->handle = entry->vaddr;
128 if (!entry || entry->vaddr != request->handle)
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpktdrvr.c211 DWORD wrongHandle; /* upcall to wrong handle */
220 "Invalid handle number",
232 "Cannot change hardware address ( > 1 handle open)",
234 "Cannot reset interface (more than 1 handle open)",
429 pktInfo.handle = reg.r_ax;
435 PUBLIC BOOL PktReleaseHandle (WORD handle) argument
438 reg.r_bx = handle;
486 * We got an upcall to the same RMCB with wrong handle.
487 * This can happen if we failed to release handle at program exit
489 if (rx->handle !
524 PktTerminHandle(WORD handle) argument
533 PktResetInterface(WORD handle) argument
577 PktGetStatistics(WORD handle) argument
603 PktSessStatistics(WORD handle) argument
624 PktResetStatistics(WORD handle) argument
[all...]
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_inline.h175 uint32_t handle, bus_addr_t paddr, uint32_t buf_size)
183 rcv_desc->handle = (uint16_t)handle;
174 qla_set_hw_rcv_desc(qla_host_t *ha, uint32_t ridx, uint32_t index, uint32_t handle, bus_addr_t paddr, uint32_t buf_size) argument
/freebsd-11-stable/stand/i386/libfirewire/
H A Dfwohci.h45 uint32_t handle; member in struct:fwohci_softc
67 #define OREAD(f, o) (*(volatile uint32_t *)((f)->handle + (o)))
68 #define OWRITE(f, o, v) (*(volatile uint32_t *)((f)->handle + (o)) = (v))
/freebsd-11-stable/contrib/gcc/config/
H A Ddarwin-crt3.c278 void *handle; local
280 handle = dlopen ("/usr/lib/libSystem.B.dylib", RTLD_NOLOAD);
281 if (!handle)
298 r->cxa_atexit_f = (cxa_atexit_p)dlsym (handle, "__cxa_atexit");
299 r->cxa_finalize_f = (cxa_finalize_p)dlsym (handle, "__cxa_finalize");
310 r->atexit_f = (atexit_p)dlsym (handle, "atexit");
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_debug.c48 sc->bar[BAR0].handle,
62 sc->bar[BAR0].handle,
76 sc->bar[BAR0].handle,
87 sc->bar[BAR0].handle,
104 sc->bar[BAR0].handle,
121 sc->bar[BAR0].handle,
/freebsd-11-stable/sys/vm/
H A Dvm_pager.c107 dead_pager_alloc(void *handle, vm_ooffset_t size, vm_prot_t prot, argument
217 vm_pager_allocate(objtype_t type, void *handle, vm_ooffset_t size, argument
225 ret = (*ops->pgo_alloc)(handle, size, prot, off, cred);
322 * specified handle. If an object with the specified handle is found,
328 vm_pager_object_lookup(struct pagerlst *pg_list, void *handle) argument
333 if (object->handle == handle) {
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c38 apr_dbd_t *handle; member in struct:apr_dbd_transaction_t
65 sqlite3 *handle; member in struct:apr_dbd_results_t
433 /* link new statement to the handle */
763 apr_dbd_t *handle,
769 ret = dbd_sqlite3_query(handle, &nrows, "BEGIN IMMEDIATE");
772 (*trans)->handle = handle;
773 handle->trans = *trans;
788 ret = dbd_sqlite3_query(trans->handle, &nrows, "ROLLBACK");
790 ret = dbd_sqlite3_query(trans->handle,
762 dbd_sqlite3_start_transaction(apr_pool_t *pool, apr_dbd_t *handle, apr_dbd_transaction_t **trans) argument
840 dbd_sqlite3_close(apr_dbd_t *handle) argument
854 dbd_sqlite3_check_conn(apr_pool_t *pool, apr_dbd_t *handle) argument
860 dbd_sqlite3_select_db(apr_pool_t *pool, apr_dbd_t *handle, const char *name) argument
866 dbd_sqlite3_native(apr_dbd_t *handle) argument
[all...]
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb.h150 void *handle, u32 id)
160 ret = idr_get_new_above(idr, handle, id, &newid);
149 insert_handle(struct iwch_dev *rhp, struct idr *idr, void *handle, u32 id) argument
/freebsd-11-stable/sys/kgssapi/
H A Dgss_pname_to_uid.c61 args.pname = pname->handle;
102 args.pname = pname->handle;
/freebsd-11-stable/sys/mips/cavium/
H A Doctopci_bus_space.c226 octopci_bs_subregion(void *t __unused, bus_space_handle_t handle, argument
231 *bshp = handle + offset;
236 octopci_bs_r_1(void *t, bus_space_handle_t handle, argument
240 return (rd8(handle + offset));
244 octopci_bs_r_2(void *t, bus_space_handle_t handle, argument
248 return (rd16(handle + offset));
252 octopci_bs_r_4(void *t, bus_space_handle_t handle, argument
256 return (rd32(handle + offset));
292 * described by tag/handle and starting at `offset' and copy into
333 * described by tag/handle/offse
[all...]
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_sas_remote_device_ready_substates.c205 SCI_TASK_REQUEST_HANDLE_T handle; local
233 &handle,
/freebsd-11-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib_common.h169 int cudbg_read_flash(void *handle, void *data, u32 size, int data_flag);
170 int cudbg_write_flash(void *handle, u64 timestamp, void *data,

Completed in 157 milliseconds

1234567891011>>