handle 106 altq/altq_cbq.c cl->stats_.handle == chandle)
handle 110 altq/altq_cbq.c cl->stats_.handle == chandle)
handle 160 altq/altq_cbq.c statsp->handle = cl->stats_.handle;
handle 351 altq/altq_cbq.c cl->stats_.handle = a->qid;
handle 69 altq/altq_cbq.h u_int32_t handle;
handle 236 altq/altq_cdnr.c cdnr_handle2cb(handle)
handle 237 altq/altq_cdnr.c u_long handle;
handle 241 altq/altq_cdnr.c cb = (struct cdnr_block *)handle;
handle 242 altq/altq_cdnr.c if (handle != ALIGN(cb))
handle 245 altq/altq_cdnr.c if (cb == NULL || cb->cb_handle != handle)
handle 771 altq/altq_rmclass.c CBQTRACE(rmc_queue_packet, 'ytpe', cl->stats_.handle);
handle 1314 altq/altq_rmclass.c CBQTRACE(rmc_update_class_util, 'milo', cl->stats_.handle);
handle 1449 altq/altq_rmclass.c CBQTRACE(rmc_delay_action, 'yled', cl->stats_.handle);
handle 1527 altq/altq_rmclass.c CBQTRACE(rmc_restart, 'trts', cl->stats_.handle);
handle 125 altq/altq_rmclass.h u_int handle;
handle 50 arch/i386/i386/acpi_machdep.c acpi_map(paddr_t pa, size_t len, struct acpi_mem_map *handle)
handle 59 arch/i386/i386/acpi_machdep.c handle->baseva = va;
handle 60 arch/i386/i386/acpi_machdep.c handle->va = (u_int8_t *)(va + (u_long)(pa & PGOFSET));
handle 61 arch/i386/i386/acpi_machdep.c handle->vsize = endpa - pgpa;
handle 62 arch/i386/i386/acpi_machdep.c handle->pa = pa;
handle 74 arch/i386/i386/acpi_machdep.c acpi_unmap(struct acpi_mem_map *handle)
handle 76 arch/i386/i386/acpi_machdep.c pmap_kremove(handle->baseva, handle->vsize);
handle 77 arch/i386/i386/acpi_machdep.c uvm_km_free(kernel_map, handle->baseva, handle->vsize);
handle 81 arch/i386/i386/acpi_machdep.c acpi_scan(struct acpi_mem_map *handle, paddr_t pa, size_t len)
handle 87 arch/i386/i386/acpi_machdep.c if (acpi_map(pa, len, handle))
handle 89 arch/i386/i386/acpi_machdep.c for (ptr = handle->va, i = 0;
handle 105 arch/i386/i386/acpi_machdep.c acpi_unmap(handle);
handle 113 arch/i386/i386/acpi_machdep.c struct acpi_mem_map handle;
handle 131 arch/i386/i386/acpi_machdep.c if ((ptr = acpi_scan(&handle, im->addr, im->size)))
handle 140 arch/i386/i386/acpi_machdep.c if (acpi_map(0, NBPG, &handle))
handle 143 arch/i386/i386/acpi_machdep.c ebda = *(const u_int16_t *)(&handle.va[0x40e]);
handle 145 arch/i386/i386/acpi_machdep.c acpi_unmap(&handle);
handle 148 arch/i386/i386/acpi_machdep.c if ((ptr = acpi_scan(&handle, ebda, 1024)))
handle 157 arch/i386/i386/acpi_machdep.c if ((ptr = acpi_scan(&handle, ACPI_BIOS_RSDP_WINDOW_BASE,
handle 164 arch/i386/i386/acpi_machdep.c aaa->aaa_pbase = ptr - handle.va + handle.pa;
handle 165 arch/i386/i386/acpi_machdep.c acpi_unmap(&handle);
handle 227 arch/i386/i386/mpbios.c mpbios_map(paddr_t pa, int len, struct mp_map *handle)
handle 234 arch/i386/i386/mpbios.c handle->pa = pa;
handle 235 arch/i386/i386/mpbios.c handle->pg = pgpa;
handle 236 arch/i386/i386/mpbios.c handle->psize = len;
handle 237 arch/i386/i386/mpbios.c handle->baseva = va;
handle 238 arch/i386/i386/mpbios.c handle->vsize = endpa-pgpa;
handle 255 arch/i386/i386/mpbios.c mpbios_unmap(struct mp_map *handle)
handle 258 arch/i386/i386/mpbios.c pmap_kremove(handle->baseva, handle->vsize);
handle 260 arch/i386/i386/mpbios.c pmap_extract(pmap_kernel(), handle->baseva, NULL);
handle 262 arch/i386/i386/mpbios.c uvm_km_free(kernel_map, handle->baseva, handle->vsize);
handle 73 arch/i386/include/smbiosvar.h u_int16_t handle;
handle 174 arch/i386/include/smbiosvar.h u_int16_t handle; /* chassis handle */
handle 348 dev/acpi/acpi.c struct acpi_mem_map handle;
handle 362 dev/acpi/acpi.c if (acpi_map(aaa->aaa_pbase, sizeof(struct acpi_rsdp), &handle)) {
handle 367 dev/acpi/acpi.c rsdp = (struct acpi_rsdp *)handle.va;
handle 380 dev/acpi/acpi.c acpi_unmap(&handle);
handle 387 dev/acpi/acpi.c acpi_unmap(&handle);
handle 391 dev/acpi/acpi.c acpi_unmap(&handle);
handle 475 dev/acpi/acpi.c if (acpi_map(facspa, sizeof(struct acpi_facs), &handle))
handle 478 dev/acpi/acpi.c sc->sc_facs = (struct acpi_facs *)handle.va;
handle 649 dev/acpi/acpi.c struct acpi_mem_map hrsdt, handle;
handle 657 dev/acpi/acpi.c if (acpi_map(rsdp->rsdp_xsdt, sizeof(*hdr), &handle)) {
handle 662 dev/acpi/acpi.c hdr = (struct acpi_table_header *)handle.va;
handle 664 dev/acpi/acpi.c acpi_unmap(&handle);
handle 674 dev/acpi/acpi.c acpi_map(xsdt->table_offsets[i], sizeof(*hdr), &handle);
handle 675 dev/acpi/acpi.c hdr = (struct acpi_table_header *)handle.va;
handle 678 dev/acpi/acpi.c acpi_unmap(&handle);
handle 684 dev/acpi/acpi.c if (acpi_map(rsdp->rsdp_rsdt, sizeof(*hdr), &handle)) {
handle 689 dev/acpi/acpi.c hdr = (struct acpi_table_header *)handle.va;
handle 691 dev/acpi/acpi.c acpi_unmap(&handle);
handle 701 dev/acpi/acpi.c acpi_map(rsdt->table_offsets[i], sizeof(*hdr), &handle);
handle 702 dev/acpi/acpi.c hdr = (struct acpi_table_header *)handle.va;
handle 705 dev/acpi/acpi.c acpi_unmap(&handle);
handle 716 dev/acpi/acpi.c struct acpi_mem_map handle;
handle 722 dev/acpi/acpi.c if (acpi_map(pa, len, &handle)) {
handle 726 dev/acpi/acpi.c memcpy(entry->q_data, handle.va, len);
handle 728 dev/acpi/acpi.c acpi_unmap(&handle);
handle 736 dev/acpi/acpi.c struct acpi_mem_map handle;
handle 740 dev/acpi/acpi.c if (acpi_map(pa, sizeof(*hdr), &handle))
handle 742 dev/acpi/acpi.c hdr = (struct acpi_table_header *)handle.va;
handle 744 dev/acpi/acpi.c acpi_unmap(&handle);
handle 749 dev/acpi/acpi.c if (acpi_map(pa, len, &handle)) {
handle 754 dev/acpi/acpi.c memcpy((*dsdt)->q_data, handle.va, len);
handle 756 dev/acpi/acpi.c acpi_unmap(&handle);
handle 254 dev/cardbus/cardbus_map.c bus_space_handle_t handle;
handle 284 dev/cardbus/cardbus_map.c size, busflags | flags, &base, &handle)) {
handle 295 dev/cardbus/cardbus_map.c *handlep = handle;
handle 320 dev/cardbus/cardbus_map.c bus_space_tag_t tag, bus_space_handle_t handle, bus_size_t size)
handle 343 dev/cardbus/cardbus_map.c (*cf->cardbus_space_free)(cc, rbustag, handle, size);
handle 424 dev/cardbus/cardbusvar.h #define Cardbus_mapreg_unmap(ct, reg, tag, handle, size)\
handle 426 dev/cardbus/cardbusvar.h (reg), (tag), (handle), (size))
handle 1659 dev/ic/gdt_common.c p->handle = gdt_read_event(p->handle, &p->dvr);
handle 184 dev/ic/gdtvar.h int handle;
handle 215 dev/ic/i82365.c sc->handle[0].ph_parent = (struct device *)sc;
handle 216 dev/ic/i82365.c sc->handle[0].sock = C0SA;
handle 218 dev/ic/i82365.c sc->handle[0].ph_read = st_pcic_read;
handle 219 dev/ic/i82365.c sc->handle[0].ph_write = st_pcic_write;
handle 220 dev/ic/i82365.c sc->handle[0].ph_bus_t = sc->iot;
handle 221 dev/ic/i82365.c sc->handle[0].ph_bus_h = sc->ioh;
handle 222 dev/ic/i82365.c if (pcic_ident_ok(reg = pcic_read(&sc->handle[0], PCIC_IDENT))) {
handle 223 dev/ic/i82365.c sc->handle[0].flags = PCIC_FLAG_SOCKETP;
handle 226 dev/ic/i82365.c sc->handle[0].flags = 0;
handle 228 dev/ic/i82365.c sc->handle[0].laststate = PCIC_LASTSTATE_EMPTY;
handle 232 dev/ic/i82365.c sc->handle[1].ph_parent = (struct device *)sc;
handle 233 dev/ic/i82365.c sc->handle[1].sock = C0SB;
handle 235 dev/ic/i82365.c sc->handle[1].ph_read = st_pcic_read;
handle 236 dev/ic/i82365.c sc->handle[1].ph_write = st_pcic_write;
handle 237 dev/ic/i82365.c sc->handle[1].ph_bus_t = sc->iot;
handle 238 dev/ic/i82365.c sc->handle[1].ph_bus_h = sc->ioh;
handle 239 dev/ic/i82365.c if (pcic_ident_ok(reg = pcic_read(&sc->handle[1], PCIC_IDENT))) {
handle 240 dev/ic/i82365.c sc->handle[1].flags = PCIC_FLAG_SOCKETP;
handle 243 dev/ic/i82365.c sc->handle[1].flags = 0;
handle 245 dev/ic/i82365.c sc->handle[1].laststate = PCIC_LASTSTATE_EMPTY;
handle 254 dev/ic/i82365.c sc->handle[2].ph_parent = (struct device *)sc;
handle 255 dev/ic/i82365.c sc->handle[2].sock = C1SA;
handle 257 dev/ic/i82365.c sc->handle[2].ph_read = st_pcic_read;
handle 258 dev/ic/i82365.c sc->handle[2].ph_write = st_pcic_write;
handle 259 dev/ic/i82365.c sc->handle[2].ph_bus_t = sc->iot;
handle 260 dev/ic/i82365.c sc->handle[2].ph_bus_h = sc->ioh;
handle 261 dev/ic/i82365.c if (pcic_vendor(&sc->handle[0]) != PCIC_VENDOR_CIRRUS_PD672X ||
handle 262 dev/ic/i82365.c pcic_read(&sc->handle[2], PCIC_IDENT) != 0) {
handle 263 dev/ic/i82365.c if (pcic_ident_ok(reg = pcic_read(&sc->handle[2],
handle 265 dev/ic/i82365.c sc->handle[2].flags = PCIC_FLAG_SOCKETP;
handle 268 dev/ic/i82365.c sc->handle[2].flags = 0;
handle 270 dev/ic/i82365.c sc->handle[2].laststate = PCIC_LASTSTATE_EMPTY;
handle 274 dev/ic/i82365.c sc->handle[3].ph_parent = (struct device *)sc;
handle 275 dev/ic/i82365.c sc->handle[3].sock = C1SB;
handle 277 dev/ic/i82365.c sc->handle[3].ph_read = st_pcic_read;
handle 278 dev/ic/i82365.c sc->handle[3].ph_write = st_pcic_write;
handle 279 dev/ic/i82365.c sc->handle[3].ph_bus_t = sc->iot;
handle 280 dev/ic/i82365.c sc->handle[3].ph_bus_h = sc->ioh;
handle 281 dev/ic/i82365.c if (pcic_ident_ok(reg = pcic_read(&sc->handle[3],
handle 283 dev/ic/i82365.c sc->handle[3].flags = PCIC_FLAG_SOCKETP;
handle 286 dev/ic/i82365.c sc->handle[3].flags = 0;
handle 288 dev/ic/i82365.c sc->handle[3].laststate = PCIC_LASTSTATE_EMPTY;
handle 292 dev/ic/i82365.c sc->handle[2].flags = 0;
handle 293 dev/ic/i82365.c sc->handle[3].flags = 0;
handle 308 dev/ic/i82365.c if (sc->handle[i].flags & PCIC_FLAG_SOCKETP) {
handle 309 dev/ic/i82365.c SIMPLEQ_INIT(&sc->handle[i].events);
handle 310 dev/ic/i82365.c pcic_write(&sc->handle[i], PCIC_CSC_INTR, 0);
handle 311 dev/ic/i82365.c pcic_read(&sc->handle[i], PCIC_CSC);
handle 316 dev/ic/i82365.c if ((sc->handle[i+0].flags & PCIC_FLAG_SOCKETP) ||
handle 317 dev/ic/i82365.c (sc->handle[i+1].flags & PCIC_FLAG_SOCKETP)) {
handle 318 dev/ic/i82365.c vendor = pcic_vendor(&sc->handle[i]);
handle 324 dev/ic/i82365.c if ((sc->handle[i+0].flags & PCIC_FLAG_SOCKETP) &&
handle 325 dev/ic/i82365.c (sc->handle[i+1].flags & PCIC_FLAG_SOCKETP))
handle 327 dev/ic/i82365.c else if (sc->handle[i+0].flags & PCIC_FLAG_SOCKETP)
handle 332 dev/ic/i82365.c if (sc->handle[i+0].flags & PCIC_FLAG_SOCKETP)
handle 333 dev/ic/i82365.c sc->handle[i+0].vendor = vendor;
handle 334 dev/ic/i82365.c if (sc->handle[i+1].flags & PCIC_FLAG_SOCKETP)
handle 335 dev/ic/i82365.c sc->handle[i+1].vendor = vendor;
handle 347 dev/ic/i82365.c if (sc->handle[i].flags & PCIC_FLAG_SOCKETP)
handle 348 dev/ic/i82365.c pcic_attach_socket(&sc->handle[i]);
handle 664 dev/ic/i82365.c if (sc->handle[i].flags & PCIC_FLAG_SOCKETP)
handle 665 dev/ic/i82365.c ret += pcic_intr_socket(&sc->handle[i]);
handle 684 dev/ic/i82365.c if (sc->handle[i].flags & PCIC_FLAG_SOCKETP)
handle 685 dev/ic/i82365.c pcic_intr_socket(&sc->handle[i]);
handle 149 dev/ic/i82365var.h struct pcic_handle handle[PCIC_NSLOTS];
handle 2926 dev/ic/isp.c u_int16_t nxti, optr, handle;
handle 3261 dev/ic/isp.c if (isp_save_xs(isp, xs, &handle)) {
handle 3266 dev/ic/isp.c reqp->req_handle = handle;
handle 3274 dev/ic/isp.c isp_destroy_handle(isp, handle);
handle 3302 dev/ic/isp.c u_int16_t handle;
handle 3354 dev/ic/isp.c handle = isp_find_handle(isp, xs);
handle 3355 dev/ic/isp.c if (handle == 0) {
handle 3376 dev/ic/isp.c mbs.param[2] = handle;
handle 4087 dev/ic/isp.c int handle =
handle 4090 dev/ic/isp.c if (isp_target_async(isp, handle, mbox))
handle 5820 dev/ic/isp.c u_int16_t handle;
handle 5837 dev/ic/isp.c for (handle = 1; (int) handle <= isp->isp_maxcmds; handle++) {
handle 5838 dev/ic/isp.c xs = isp_find_xs(isp, handle);
handle 5842 dev/ic/isp.c isp_destroy_handle(isp, handle);
handle 5844 dev/ic/isp.c ISP_DMAFREE(isp, xs, handle);
handle 79 dev/ic/isp_inline.h isp_find_xs(struct ispsoftc *isp, u_int16_t handle)
handle 81 dev/ic/isp_inline.h if (handle < 1 || handle > (u_int16_t) isp->isp_maxcmds) {
handle 84 dev/ic/isp_inline.h return (isp->isp_xflist[handle - 1]);
handle 103 dev/ic/isp_inline.h isp_handle_index(u_int16_t handle)
handle 105 dev/ic/isp_inline.h return (handle-1);
handle 109 dev/ic/isp_inline.h isp_destroy_handle(struct ispsoftc *isp, u_int16_t handle)
handle 111 dev/ic/isp_inline.h if (handle > 0 && handle <= (u_int16_t) isp->isp_maxcmds) {
handle 112 dev/ic/isp_inline.h isp->isp_xflist[isp_handle_index(handle)] = NULL;
handle 478 dev/ic/isp_openbsd.c u_int32_t handle;
handle 486 dev/ic/isp_openbsd.c handle = isp_find_handle(isp, xs);
handle 487 dev/ic/isp_openbsd.c if (handle) {
handle 493 dev/ic/isp_openbsd.c handle);
handle 501 dev/ic/isp_openbsd.c handle);
handle 514 dev/ic/isp_openbsd.c "watchdog cleanup for handle 0x%x", handle);
handle 528 dev/ic/isp_openbsd.c ISP_DMAFREE(isp, xs, handle);
handle 531 dev/ic/isp_openbsd.c "watchdog timeout on handle %x", handle);
handle 532 dev/ic/isp_openbsd.c isp_destroy_handle(isp, handle);
handle 541 dev/ic/isp_openbsd.c "possible command timeout on handle %x", handle);
handle 89 dev/ic/mk48txx.c todr_chip_handle_t handle;
handle 111 dev/ic/mk48txx.c handle = malloc(sz, M_DEVBUF, M_NOWAIT);
handle 112 dev/ic/mk48txx.c if (handle == NULL) {
handle 116 dev/ic/mk48txx.c mk = (struct mk48txx *)((u_long)handle +
handle 118 dev/ic/mk48txx.c handle->cookie = mk;
handle 119 dev/ic/mk48txx.c handle->todr_gettime = mk48txx_gettime;
handle 120 dev/ic/mk48txx.c handle->todr_settime = mk48txx_settime;
handle 121 dev/ic/mk48txx.c handle->todr_getcal = mk48txx_getcal;
handle 122 dev/ic/mk48txx.c handle->todr_setcal = mk48txx_setcal;
handle 123 dev/ic/mk48txx.c handle->todr_setwen = NULL;
handle 130 dev/ic/mk48txx.c return (handle);
handle 138 dev/ic/mk48txx.c mk48txx_gettime(handle, tv)
handle 139 dev/ic/mk48txx.c todr_chip_handle_t handle;
handle 142 dev/ic/mk48txx.c struct mk48txx *mk = handle->cookie;
handle 150 dev/ic/mk48txx.c todr_wenable(handle, 1);
handle 175 dev/ic/mk48txx.c todr_wenable(handle, 0);
handle 192 dev/ic/mk48txx.c mk48txx_settime(handle, tv)
handle 193 dev/ic/mk48txx.c todr_chip_handle_t handle;
handle 196 dev/ic/mk48txx.c struct mk48txx *mk = handle->cookie;
handle 211 dev/ic/mk48txx.c todr_wenable(handle, 1);
handle 229 dev/ic/mk48txx.c todr_wenable(handle, 0);
handle 234 dev/ic/mk48txx.c mk48txx_getcal(handle, vp)
handle 235 dev/ic/mk48txx.c todr_chip_handle_t handle;
handle 242 dev/ic/mk48txx.c mk48txx_setcal(handle, v)
handle 243 dev/ic/mk48txx.c todr_chip_handle_t handle;
handle 250 dev/ic/mk48txx.c mk48txx_get_nvram_size(handle, vp)
handle 251 dev/ic/mk48txx.c todr_chip_handle_t handle;
handle 254 dev/ic/mk48txx.c struct mk48txx *mk = handle->cookie;
handle 350 dev/ic/tcic2.c sc->handle[i].sc = sc;
handle 351 dev/ic/tcic2.c sc->handle[i].sock = i;
handle 352 dev/ic/tcic2.c sc->handle[i].flags = TCIC_FLAG_SOCKETP;
handle 353 dev/ic/tcic2.c sc->handle[i].memwins
handle 358 dev/ic/tcic2.c reg = tcic_read_1(&sc->handle[0], TCIC_R_IENA);
handle 359 dev/ic/tcic2.c tcic_write_1(&sc->handle[0], TCIC_R_IENA,
handle 369 dev/ic/tcic2.c tcic_sel_sock(&sc->handle[i]);
handle 370 dev/ic/tcic2.c tcic_write_ind_2(&sc->handle[i], TCIC_IR_SCF1_N(i), 0);
handle 371 dev/ic/tcic2.c tcic_write_ind_2(&sc->handle[i], TCIC_IR_SCF2_N(i),
handle 378 dev/ic/tcic2.c tcic_write_1(&sc->handle[i], TCIC_R_MODE, 0);
handle 382 dev/ic/tcic2.c SIMPLEQ_INIT(&sc->handle[i].events);
handle 385 dev/ic/tcic2.c if ((sc->handle[0].flags & TCIC_FLAG_SOCKETP) ||
handle 386 dev/ic/tcic2.c (sc->handle[1].flags & TCIC_FLAG_SOCKETP)) {
handle 390 dev/ic/tcic2.c if ((sc->handle[0].flags & TCIC_FLAG_SOCKETP) &&
handle 391 dev/ic/tcic2.c (sc->handle[1].flags & TCIC_FLAG_SOCKETP))
handle 393 dev/ic/tcic2.c else if (sc->handle[0].flags & TCIC_FLAG_SOCKETP)
handle 408 dev/ic/tcic2.c if (sc->handle[i].flags & TCIC_FLAG_SOCKETP)
handle 409 dev/ic/tcic2.c tcic_attach_socket(&sc->handle[i]);
handle 614 dev/ic/tcic2.c if (sc->handle[i].flags & TCIC_FLAG_SOCKETP)
handle 615 dev/ic/tcic2.c ret += tcic_intr_socket(&sc->handle[i]);
handle 136 dev/ic/tcic2var.h struct tcic_handle handle[TCIC_NSLOTS];
handle 219 dev/isa/i82365_isa.c h = &sc->handle[i];
handle 197 dev/isa/i82365_isapnp.c h = &sc->handle[i];
handle 140 dev/isa/i82365_isasubr.c if (sc->handle[i].flags & PCIC_FLAG_SOCKETP) {
handle 146 dev/isa/i82365_isasubr.c sc->handle[i].sock + PCIC_IDENT);
handle 150 dev/isa/i82365_isasubr.c sc->handle[i].sock + PCIC_IDENT);
handle 272 dev/isa/i82365_isasubr.c struct pcic_handle *ph = &sc->handle[0];
handle 49 dev/ofw/openfirm.h int OF_getprop(int handle, char *prop, void *buf, int buflen);
handle 58 dev/ofw/openfirm.h void OF_close(int handle);
handle 59 dev/ofw/openfirm.h int OF_read(int handle, void *addr, int len);
handle 60 dev/ofw/openfirm.h int OF_write(int handle, void *addr, int len);
handle 61 dev/ofw/openfirm.h int OF_seek(int handle, u_quad_t pos);
handle 504 dev/pci/cmpci.c cmpci_intr(void *handle)
handle 506 dev/pci/cmpci.c struct cmpci_softc *sc = handle;
handle 552 dev/pci/cmpci.c cmpci_open(void *handle, int flags)
handle 558 dev/pci/cmpci.c cmpci_close(void *handle)
handle 563 dev/pci/cmpci.c cmpci_query_encoding(void *handle, struct audio_encoding *fp)
handle 621 dev/pci/cmpci.c cmpci_set_params(void *handle, int setmode, int usemode,
handle 625 dev/pci/cmpci.c struct cmpci_softc *sc = handle;
handle 783 dev/pci/cmpci.c cmpci_round_blocksize(void *handle, int block)
handle 789 dev/pci/cmpci.c cmpci_halt_output(void *handle)
handle 791 dev/pci/cmpci.c struct cmpci_softc *sc = handle;
handle 808 dev/pci/cmpci.c cmpci_halt_input(void *handle)
handle 810 dev/pci/cmpci.c struct cmpci_softc *sc = handle;
handle 828 dev/pci/cmpci.c cmpci_getdev(void *handle, struct audio_device *ad)
handle 830 dev/pci/cmpci.c struct cmpci_softc *sc = handle;
handle 857 dev/pci/cmpci.c cmpci_query_devinfo(void *handle, mixer_devinfo_t *dip)
handle 867 dev/pci/cmpci.c struct cmpci_softc *sc = handle;
handle 1204 dev/pci/cmpci.c cmpci_malloc(void *handle, int direction, size_t size, int type,
handle 1209 dev/pci/cmpci.c if (cmpci_alloc_dmamem(handle, size, type, flags, &addr))
handle 1215 dev/pci/cmpci.c cmpci_free(void *handle, void *addr, int type)
handle 1217 dev/pci/cmpci.c cmpci_free_dmamem(handle, addr, type);
handle 1546 dev/pci/cmpci.c cmpci_set_port(void *handle, mixer_ctrl_t *cp)
handle 1548 dev/pci/cmpci.c struct cmpci_softc *sc = handle;
handle 1657 dev/pci/cmpci.c cmpci_get_port(void *handle, mixer_ctrl_t *cp)
handle 1659 dev/pci/cmpci.c struct cmpci_softc *sc = handle;
handle 1724 dev/pci/cmpci.c cmpci_round_buffersize(void *handle, int direction, size_t bufsize)
handle 1733 dev/pci/cmpci.c cmpci_mappage(void *handle, void *addr, off_t offset, int prot)
handle 1735 dev/pci/cmpci.c struct cmpci_softc *sc = handle;
handle 1748 dev/pci/cmpci.c cmpci_get_props(void *handle)
handle 1754 dev/pci/cmpci.c cmpci_trigger_output(void *handle, void *start, void *end, int blksize,
handle 1757 dev/pci/cmpci.c struct cmpci_softc *sc = handle;
handle 1791 dev/pci/cmpci.c cmpci_trigger_input(void *handle, void *start, void *end, int blksize,
handle 1794 dev/pci/cmpci.c struct cmpci_softc *sc = handle;
handle 166 dev/pci/i82365_pci.c pcic_write(&sc->handle[0], PCIC_CIRRUS_EXTENDED_INDEX,
handle 168 dev/pci/i82365_pci.c if ((pcic_read(&sc->handle[0], PCIC_CIRRUS_EXTENDED_DATA) &
handle 196 dev/pci/i82365_pci.c h = &sc->handle[i];
handle 1221 dev/pci/isp_pci.c isp_pci_dmateardown(struct ispsoftc *isp, XS_T *xs, u_int16_t handle)
handle 1224 dev/pci/isp_pci.c bus_dmamap_t dmap = pcs->pci_xfer_dmap[isp_handle_index(handle)];
handle 319 dev/pci/pci_map.c bus_space_handle_t handle;
handle 360 dev/pci/pci_map.c if (bus_space_map(tag, base, size, busflags | flags, &handle))
handle 366 dev/pci/pci_map.c *handlep = handle;
handle 99 dev/pcmcia/pcmciachip.h #define pcmcia_chip_mem_alloc(tag, handle, size, pcmhp) \
handle 100 dev/pcmcia/pcmciachip.h ((*(tag)->mem_alloc)((handle), (size), (pcmhp)))
handle 102 dev/pcmcia/pcmciachip.h #define pcmcia_chip_mem_free(tag, handle, pcmhp) \
handle 103 dev/pcmcia/pcmciachip.h ((*(tag)->mem_free)((handle), (pcmhp)))
handle 105 dev/pcmcia/pcmciachip.h #define pcmcia_chip_mem_map(tag, handle, kind, card_addr, size, pcmhp, \
handle 107 dev/pcmcia/pcmciachip.h ((*(tag)->mem_map)((handle), (kind), (card_addr), (size), (pcmhp), \
handle 110 dev/pcmcia/pcmciachip.h #define pcmcia_chip_mem_unmap(tag, handle, window) \
handle 111 dev/pcmcia/pcmciachip.h ((*(tag)->mem_unmap)((handle), (window)))
handle 114 dev/pcmcia/pcmciachip.h #define pcmcia_chip_io_alloc(tag, handle, start, size, align, pcihp) \
handle 115 dev/pcmcia/pcmciachip.h ((*(tag)->io_alloc)((handle), (start), (size), (align), (pcihp)))
handle 117 dev/pcmcia/pcmciachip.h #define pcmcia_chip_io_free(tag, handle, pcihp) \
handle 118 dev/pcmcia/pcmciachip.h ((*(tag)->io_free)((handle), (pcihp)))
handle 120 dev/pcmcia/pcmciachip.h #define pcmcia_chip_io_map(tag, handle, width, card_addr, size, pcihp, \
handle 122 dev/pcmcia/pcmciachip.h ((*(tag)->io_map)((handle), (width), (card_addr), (size), (pcihp), \
handle 125 dev/pcmcia/pcmciachip.h #define pcmcia_chip_io_unmap(tag, handle, window) \
handle 126 dev/pcmcia/pcmciachip.h ((*(tag)->io_unmap)((handle), (window)))
handle 129 dev/pcmcia/pcmciachip.h #define pcmcia_chip_intr_establish(tag, handle, pf, ipl, fct, arg, xname) \
handle 130 dev/pcmcia/pcmciachip.h ((*(tag)->intr_establish)((handle), (pf), (ipl), (fct), (arg), (xname)))
handle 132 dev/pcmcia/pcmciachip.h #define pcmcia_chip_intr_disestablish(tag, handle, ih) \
handle 133 dev/pcmcia/pcmciachip.h ((*(tag)->intr_disestablish)((handle), (ih)))
handle 135 dev/pcmcia/pcmciachip.h #define pcmcia_chip_intr_string(tag, handle, ih) \
handle 136 dev/pcmcia/pcmciachip.h ((*(tag)->intr_string)((handle), (ih)))
handle 139 dev/pcmcia/pcmciachip.h #define pcmcia_chip_socket_enable(tag, handle) \
handle 140 dev/pcmcia/pcmciachip.h ((*(tag)->socket_enable)((handle)))
handle 141 dev/pcmcia/pcmciachip.h #define pcmcia_chip_socket_disable(tag, handle) \
handle 142 dev/pcmcia/pcmciachip.h ((*(tag)->socket_disable)((handle)))
handle 589 dev/sbus/isp_sbus.c isp_sbus_dmateardown(struct ispsoftc *isp, XS_T *xs, u_int16_t handle)
handle 594 dev/sbus/isp_sbus.c dmap = sbc->sbus_dmamap[isp_handle_index(handle)];
handle 47 dev/sdmmc/sdmmcchip.h #define sdmmc_chip_host_reset(tag, handle) \
handle 48 dev/sdmmc/sdmmcchip.h ((tag)->host_reset((handle)))
handle 50 dev/sdmmc/sdmmcchip.h #define sdmmc_chip_host_ocr(tag, handle) \
handle 51 dev/sdmmc/sdmmcchip.h ((tag)->host_ocr((handle)))
handle 52 dev/sdmmc/sdmmcchip.h #define sdmmc_chip_host_maxblklen(tag, handle) \
handle 53 dev/sdmmc/sdmmcchip.h ((tag)->host_maxblklen((handle)))
handle 55 dev/sdmmc/sdmmcchip.h #define sdmmc_chip_card_detect(tag, handle) \
handle 56 dev/sdmmc/sdmmcchip.h ((tag)->card_detect((handle)))
handle 58 dev/sdmmc/sdmmcchip.h #define sdmmc_chip_bus_power(tag, handle, ocr) \
handle 59 dev/sdmmc/sdmmcchip.h ((tag)->bus_power((handle), (ocr)))
handle 60 dev/sdmmc/sdmmcchip.h #define sdmmc_chip_bus_clock(tag, handle, freq) \
handle 61 dev/sdmmc/sdmmcchip.h ((tag)->bus_clock((handle), (freq)))
handle 63 dev/sdmmc/sdmmcchip.h #define sdmmc_chip_exec_command(tag, handle, cmdp) \
handle 64 dev/sdmmc/sdmmcchip.h ((tag)->exec_command((handle), (cmdp)))
handle 66 dev/sdmmc/sdmmcchip.h #define sdmmc_chip_card_intr_mask(tag, handle, enable) \
handle 67 dev/sdmmc/sdmmcchip.h ((tag)->card_intr_mask((handle), (enable)))
handle 68 dev/sdmmc/sdmmcchip.h #define sdmmc_chip_card_intr_ack(tag, handle) \
handle 69 dev/sdmmc/sdmmcchip.h ((tag)->card_intr_ack((handle)))
handle 88 net/if_spppsubr.c # define UNTIMEOUT(fun, arg, handle) \
handle 89 net/if_spppsubr.c untimeout(fun, arg, handle)
handle 91 net/if_spppsubr.c # define UNTIMEOUT(fun, arg, handle) \
handle 92 net/if_spppsubr.c timeout_del(&(handle))
handle 94 net/if_spppsubr.c # define UNTIMEOUT(fun, arg, handle) \
handle 1989 net/if_strip.c int handle;
handle 1991 net/if_strip.c sscanf(msg, "ERR_002 Remap handle &%d to name %s", &handle, newname);
handle 1993 net/if_strip.c if_name, newname, handle);
handle 347 netbt/hci_event.c uint16_t handle, num;
handle 355 netbt/hci_event.c m_copydata(m, 0, sizeof(handle), (caddr_t)&handle);
handle 356 netbt/hci_event.c m_adj(m, sizeof(handle));
handle 357 netbt/hci_event.c handle = letoh16(handle);
handle 363 netbt/hci_event.c link = hci_link_lookup_handle(unit, handle);
handle 376 netbt/hci_event.c unit->hci_devname, handle,
handle 415 netbt/hci_link.c uint16_t handle, want;
handle 440 netbt/hci_link.c handle = HCI_CON_HANDLE(hdr.con_handle);
handle 443 netbt/hci_link.c link = hci_link_lookup_handle(unit, handle);
handle 448 netbt/hci_link.c unit->hci_devname, handle);
handle 456 netbt/hci_link.c cp.con_handle = htole16(handle);
handle 610 netbt/hci_link.c uint16_t handle;
handle 641 netbt/hci_link.c handle = HCI_MK_CON_HANDLE(link->hl_handle,
handle 644 netbt/hci_link.c handle = HCI_MK_CON_HANDLE(link->hl_handle,
handle 653 netbt/hci_link.c hdr->con_handle = htole16(handle);
handle 821 netbt/hci_link.c uint16_t handle;
handle 844 netbt/hci_link.c handle = HCI_CON_HANDLE(hdr.con_handle);
handle 846 netbt/hci_link.c link = hci_link_lookup_handle(unit, handle);
handle 849 netbt/hci_link.c unit->hci_devname, handle);
handle 1038 netbt/hci_link.c hci_link_lookup_handle(struct hci_unit *unit, uint16_t handle)
handle 1045 netbt/hci_link.c if (handle == link->hl_handle)
handle 61 netbt/l2cap_upper.c l2cap_attach(struct l2cap_channel **handle,
handle 66 netbt/l2cap_upper.c KASSERT(handle != NULL);
handle 99 netbt/l2cap_upper.c *handle = chan;
handle 264 netbt/l2cap_upper.c l2cap_detach(struct l2cap_channel **handle)
handle 268 netbt/l2cap_upper.c chan = *handle;
handle 269 netbt/l2cap_upper.c *handle = NULL;
handle 63 netbt/rfcomm_upper.c rfcomm_attach(struct rfcomm_dlc **handle,
handle 68 netbt/rfcomm_upper.c KASSERT(handle != NULL);
handle 95 netbt/rfcomm_upper.c *handle = dlc;
handle 274 netbt/rfcomm_upper.c rfcomm_detach(struct rfcomm_dlc **handle)
handle 276 netbt/rfcomm_upper.c struct rfcomm_dlc *dlc = *handle;
handle 287 netbt/rfcomm_upper.c *handle = NULL;
handle 60 netbt/sco_upper.c sco_attach(struct sco_pcb **handle,
handle 65 netbt/sco_upper.c KASSERT(handle != NULL);
handle 79 netbt/sco_upper.c *handle = pcb;
handle 229 netbt/sco_upper.c sco_detach(struct sco_pcb **handle)
handle 233 netbt/sco_upper.c KASSERT(handle != NULL);
handle 234 netbt/sco_upper.c pcb = *handle;
handle 235 netbt/sco_upper.c *handle = NULL;
handle 403 uvm/uvm_mmap.c caddr_t handle;
handle 575 uvm/uvm_mmap.c handle = (caddr_t)vp;
handle 587 uvm/uvm_mmap.c handle = NULL;
handle 606 uvm/uvm_mmap.c flags, handle, pos, p->p_rlimit[RLIMIT_MEMLOCK].rlim_cur, p);
handle 1089 uvm/uvm_mmap.c uvm_mmap(map, addr, size, prot, maxprot, flags, handle, foff, locklimit, p)
handle 1095 uvm/uvm_mmap.c caddr_t handle; /* XXX: VNODE? */
handle 1151 uvm/uvm_mmap.c vp = (struct vnode *) handle; /* get vnode */
handle 47 xfs/xfs_message.c send_inactive_node(int fd, xfs_handle *handle)
handle 52 xfs/xfs_message.c msg.handle = *handle;
handle 67 xfs/xfs_message.c message->node.handle.a,
handle 68 xfs/xfs_message.c message->node.handle.b,
handle 69 xfs/xfs_message.c message->node.handle.c,
handle 70 xfs/xfs_message.c message->node.handle.d));
handle 94 xfs/xfs_message.c message->node.handle.a,
handle 95 xfs/xfs_message.c message->node.handle.b,
handle 96 xfs/xfs_message.c message->node.handle.c,
handle 97 xfs/xfs_message.c message->node.handle.d));
handle 140 xfs/xfs_message.c message->node.handle.a,
handle 141 xfs/xfs_message.c message->node.handle.b,
handle 142 xfs/xfs_message.c message->node.handle.c,
handle 143 xfs/xfs_message.c message->node.handle.d));
handle 145 xfs/xfs_message.c t = xfs_node_find(&xfs[fd].nodehead, &message->node.handle);
handle 175 xfs/xfs_message.c message->node.handle.a,
handle 176 xfs/xfs_message.c message->node.handle.b,
handle 177 xfs/xfs_message.c message->node.handle.c,
handle 178 xfs/xfs_message.c message->node.handle.d));
handle 181 xfs/xfs_message.c t = xfs_node_find(&xfs[fd].nodehead, &message->node.handle);
handle 275 xfs/xfs_message.c message->handle.a,
handle 276 xfs/xfs_message.c message->handle.b,
handle 277 xfs/xfs_message.c message->handle.c,
handle 278 xfs/xfs_message.c message->handle.d));
handle 283 xfs/xfs_message.c t = xfs_node_find(&xfs[fd].nodehead, &message->handle);
handle 346 xfs/xfs_message.c send_inactive_node(fd, &message->handle);
handle 491 xfs/xfs_message.c node = xfs_node_find (&xfs[fd].nodehead, &message->handle[i]);
handle 496 xfs/xfs_message.c send_inactive_node(fd, &message->handle[i]);
handle 147 xfs/xfs_message.h xfs_handle handle;
handle 283 xfs/xfs_message.h xfs_handle handle;
handle 296 xfs/xfs_message.h xfs_handle handle;
handle 318 xfs/xfs_message.h xfs_handle handle;
handle 326 xfs/xfs_message.h xfs_handle handle;
handle 333 xfs/xfs_message.h xfs_handle handle;
handle 341 xfs/xfs_message.h xfs_handle handle;
handle 351 xfs/xfs_message.h xfs_handle handle;
handle 432 xfs/xfs_message.h xfs_handle handle;
handle 456 xfs/xfs_message.h xfs_handle handle;
handle 472 xfs/xfs_message.h xfs_handle handle[NNPFS_GC_NODES_MAX_HANDLE];
handle 56 xfs/xfs_node-bsd.c struct xfs_handle *handle)
handle 71 xfs/xfs_node-bsd.c result->handle = *handle;
handle 88 xfs/xfs_node-bsd.c check = xfs_node_find(&xfsp->nodehead, handle);
handle 116 xfs/xfs_node-bsd.c node->handle.a,
handle 117 xfs/xfs_node-bsd.c node->handle.b,
handle 118 xfs/xfs_node-bsd.c node->handle.c,
handle 119 xfs/xfs_node-bsd.c node->handle.d));
handle 123 xfs/xfs_node-bsd.c result = xfs_node_find(&xfsp->nodehead, &node->handle);
handle 128 xfs/xfs_node-bsd.c error = xfs_getnewvnode(xfsp, &v, &node->handle);
handle 166 xfs/xfs_node-bsd.c node->handle.a,
handle 167 xfs/xfs_node-bsd.c node->handle.b,
handle 168 xfs/xfs_node-bsd.c node->handle.c,
handle 169 xfs/xfs_node-bsd.c node->handle.d));
handle 86 xfs/xfs_node.c if (xfs_handle_eq(handlep, &nn->handle))
handle 102 xfs/xfs_node.c h = &head->nh_nodelist[xfs_hash(&node->handle)];
handle 115 xfs/xfs_node.c h = &head->nh_nodelist[xfs_hash(&node->handle)];
handle 136 xfs/xfs_node.c node->handle = *new_handlep;
handle 65 xfs/xfs_node.h xfs_handle handle;
handle 104 xfs/xfs_node.h struct xfs_handle *handle);
handle 518 xfs/xfs_syscalls-common.c msg->handle = xn->handle;
handle 144 xfs/xfs_vfsops-bsd.c xfs_handle handle;
handle 154 xfs/xfs_vfsops-bsd.c memcpy(&handle, fhp->fid_data, sizeof(handle));
handle 156 xfs/xfs_vfsops-bsd.c handle.a, handle.d, handle.c, handle.d));
handle 159 xfs/xfs_vfsops-bsd.c xn = xfs_node_find(&xfs[0].nodehead, &handle);
handle 164 xfs/xfs_vfsops-bsd.c error = xfs_getnewvnode(xfs[0].mp, &vp, &handle);
handle 286 xfs/xfs_vfsops-bsd.c memcpy(fhp->fid_data, &xn->handle, 16);
handle 89 xfs/xfs_vnodeops-common.c msg.handle = xn->handle;
handle 123 xfs/xfs_vnodeops-common.c msg.handle = xn->handle;
handle 167 xfs/xfs_vnodeops-common.c msg.handle = xn->handle;
handle 225 xfs/xfs_vnodeops-common.c msg.handle = xn->handle;
handle 468 xfs/xfs_vnodeops-common.c msg.handle = xn->handle;
handle 619 xfs/xfs_vnodeops-common.c msg.parent_handle = d->handle;
handle 660 xfs/xfs_vnodeops-common.c msg.parent_handle = xn->handle;
handle 704 xfs/xfs_vnodeops-common.c msg.parent_handle = xn->handle;
handle 745 xfs/xfs_vnodeops-common.c msg.old_parent_handle = VNODE_TO_XNODE(fdvp)->handle;
handle 748 xfs/xfs_vnodeops-common.c msg.new_parent_handle = VNODE_TO_XNODE(tdvp)->handle;
handle 780 xfs/xfs_vnodeops-common.c msg.parent_handle = xn->handle;
handle 814 xfs/xfs_vnodeops-common.c msg.parent_handle = xn->handle;
handle 898 xfs/xfs_vnodeops-common.c msg.parent_handle = xn->handle;
handle 899 xfs/xfs_vnodeops-common.c msg.from_handle = xn2->handle;
handle 942 xfs/xfs_vnodeops-common.c msg->parent_handle = xn->handle;
handle 1070 xfs/xfs_vnodeops-common.c msg.handle = xn->handle;
handle 1100 xfs/xfs_vnodeops-common.c msg.handle = xn->handle;
handle 1140 xfs/xfs_vnodeops-common.c xn->handle.a, xn->handle.b, xn->handle.c, xn->handle.d);