handlep           248 dev/cardbus/cardbus_map.c     bus_space_handle_t *handlep, bus_addr_t *basep, bus_size_t *sizep)
handlep           294 dev/cardbus/cardbus_map.c 	if (handlep != 0)
handlep           295 dev/cardbus/cardbus_map.c 		*handlep = handle;
handlep           421 dev/cardbus/cardbusvar.h #define Cardbus_mapreg_map(ct, reg, type, busflags, tagp, handlep, basep, sizep) \
handlep           423 dev/cardbus/cardbusvar.h     (reg), (type), (busflags), (tagp), (handlep), (basep), (sizep))
handlep            55 dev/ic/isp_inline.h isp_save_xs(struct ispsoftc *isp, XS_T *xs, u_int16_t *handlep)
handlep            71 dev/ic/isp_inline.h 	*handlep = j+1;
handlep           315 dev/pci/pci_map.c     bus_space_tag_t *tagp, bus_space_handle_t *handlep, bus_addr_t *basep,
handlep           365 dev/pci/pci_map.c 	if (handlep != NULL)
handlep           366 dev/pci/pci_map.c 		*handlep = handle;
handlep           223 dev/raidframe/rf_reconstruct.c     void *arg, RF_ReconDoneProc_t **handlep)
handlep           236 dev/raidframe/rf_reconstruct.c 	if (handlep)
handlep           237 dev/raidframe/rf_reconstruct.c 		*handlep = p;
handlep            78 xfs/xfs_node.c xfs_node_find(struct xfs_nodelist_head *head, xfs_handle *handlep)
handlep            83 xfs/xfs_node.c     h = &head->nh_nodelist[xfs_hash(handlep)];
handlep            86 xfs/xfs_node.c 	if (xfs_handle_eq(handlep, &nn->handle))