Searched defs:offset (Results 1 - 5 of 5) sorted by relevance

/solaris-userland/components/open-fabrics/libsif/include/sif/
H A Dsif_user.h259 /* mmap offset encoding */
294 static inline void mmap_get_cmd(uint64_t offset, enum sif_mmap_cmd *cmdp, argument
297 *cmdp = (offset >> 44) & 0xff;
298 *idxp = (offset >> 13) & 0x7fffffff;
/solaris-userland/components/samba/Solaris/include/samfs/
H A Dstat.h114 uint_t offset; member in struct:sam_copy_s
212 ulong_t offset; member in struct:sam_copy_s
317 u_longlong_t offset; member in struct:sam_section
/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c1082 uint32_t offset; member in struct:dpif_solaris_port_state
1123 node = hmap_at_position(&state->ports, &state->bucket, &state->offset);
1774 uint32_t offset; member in struct:dpif_solaris_flow_iter
1847 iter->offset = 0;
1877 &iter->offset);
/solaris-userland/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_hw_data_be.h1961 * If this bit is set, the va in the key is used as an offset to the base
2027 * struct is always located at offset 0x800 within an image
2036 The length is defined in bytes and starts at offset 0x0A00 into the image. */
2216 /* Owned by host real offset modulo sz */
2669 u32 offset; member in struct:psif_epsc_csr_flash_access
2683 /* Buffer offset in bytes */
2684 u32 offset; member in struct:psif_epsc_csr_trace_acquire
2913 u32 offset; member in union:psif_epsc_update_set_or_offset
3191 /* Register offset or port number */
H A Dpsif_hw_data_le.h1900 * If this bit is set, the va in the key is used as an offset to the base
2001 * struct is always located at offset 0x800 within an image
2012 The length is defined in bytes and starts at offset 0x0A00 into the image. */
2190 /* Owned by host real offset modulo sz */
2644 u32 offset; member in struct:psif_epsc_csr_flash_access
2659 /* Buffer offset in bytes */
2660 u32 offset; member in struct:psif_epsc_csr_trace_acquire
2887 u32 offset; member in union:psif_epsc_update_set_or_offset
3165 /* Register offset or port number */

Completed in 110 milliseconds