Searched refs:ihandle (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/fs/orangefs/ |
H A D | orangefs-kernel.h | 266 } ihandle; in orangefs_khandle_to_ino() local 268 ihandle.u[0] = khandle->u[0] ^ khandle->u[4]; in orangefs_khandle_to_ino() 269 ihandle.u[1] = khandle->u[1] ^ khandle->u[5]; in orangefs_khandle_to_ino() 270 ihandle.u[2] = khandle->u[2] ^ khandle->u[6]; in orangefs_khandle_to_ino() 271 ihandle.u[3] = khandle->u[3] ^ khandle->u[7]; in orangefs_khandle_to_ino() 272 ihandle.u[4] = khandle->u[12] ^ khandle->u[8]; in orangefs_khandle_to_ino() 273 ihandle.u[5] = khandle->u[13] ^ khandle->u[9]; in orangefs_khandle_to_ino() 274 ihandle.u[6] = khandle->u[14] ^ khandle->u[10]; in orangefs_khandle_to_ino() 275 ihandle.u[7] = khandle->u[15] ^ khandle->u[11]; in orangefs_khandle_to_ino() 277 return ihandle.ino; in orangefs_khandle_to_ino()
|
/openbmc/qemu/hw/ppc/ |
H A D | vof.c | 491 static void vof_close(Vof *vof, uint32_t ihandle) in vof_close() argument 493 if (!g_hash_table_remove(vof->of_instances, GINT_TO_POINTER(ihandle))) { in vof_close() 494 trace_vof_error_unknown_ihandle_close(ihandle); in vof_close() 498 static uint32_t vof_instance_to_package(Vof *vof, uint32_t ihandle) in vof_instance_to_package() argument 501 GINT_TO_POINTER(ihandle)); in vof_instance_to_package() 507 trace_vof_instance_to_package(ihandle, ret); in vof_instance_to_package() 530 static uint32_t vof_instance_to_path(void *fdt, Vof *vof, uint32_t ihandle, in vof_instance_to_path() argument 534 uint32_t phandle = vof_instance_to_package(vof, ihandle); in vof_instance_to_path() 545 trace_vof_instance_to_path(ihandle, phandle, tmp, rc); in vof_instance_to_path() 550 static uint32_t vof_write(Vof *vof, uint32_t ihandle, uint32_t buf, in vof_write() argument [all …]
|
H A D | trace-events | 85 vof_method(uint32_t ihandle, const char *method, uint32_t param, uint32_t ret, uint32_t ret2) "ih=0…
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | oflib.c | 110 static ihandle chosen_mmu; 111 static ihandle memory;
|
H A D | of.h | 8 typedef u32 ihandle; typedef
|
/openbmc/qemu/pc-bios/vof/ |
H A D | vof.h | 13 typedef unsigned long ihandle; typedef
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | prom_init.c | 116 ihandle root; 119 ihandle stdout; 120 ihandle mmumap; 121 ihandle memory; 1395 ihandle root; in prom_send_capabilities() 1437 ihandle elfloader; in prom_send_capabilities() 1776 ihandle stdin; in prom_close_stdin() 1832 ihandle rtas_inst; in prom_instantiate_rtas() 1899 ihandle ibmvtpm_inst; in prom_instantiate_sml() 1977 ihandle phb_node; in prom_initialize_tce_table() [all …]
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_ioctl32.c | 323 hreq->ihandle = compat_ptr(hreq32.ihandle); in xfs_compat_handlereq_copyin() 337 compat_ptr(hreq->ihandle), hreq->ihandlen); in xfs_compat_handlereq_to_dentry()
|
H A D | xfs_ioctl32.h | 82 compat_uptr_t ihandle; /* user supplied handle */ member
|
H A D | xfs_ioctl.c | 183 return xfs_handle_to_dentry(parfilp, hreq->ihandle, hreq->ihandlen); in xfs_handlereq_to_dentry()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 557 void __user *ihandle;/* user supplied handle */ member
|
/openbmc/linux/include/linux/ |
H A D | of.h | 26 typedef u32 ihandle; typedef
|
/openbmc/linux/drivers/usb/class/ |
H A D | cdc-wdm.c | 100 dma_addr_t ihandle; member
|