Searched defs:pad (Results 226 - 243 of 243) sorted by relevance

12345678910

/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_var.h304 short pad[2]; member in struct:mwl_regdomain
331 uint16_t pad; member in struct:__anon6216
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h292 char pad[64 - sizeof (rwstlock_t) - 2 * sizeof (void *) - \ member in struct:vn_vfslocks_entry
H A Dvideodev2.h767 uint32_t pad; member in struct:v4l2_input
1310 uint32_t pad; member in struct:v4l2_format
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c1002 unsigned char pad[(HT_LOCK_PAD - sizeof (kmutex_t))]; member in struct:ht_lock
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c465 Pad_val = 0, /* Indicates the number of bytes to pad (if any) */
2672 int pad, rv; local
2785 pad = (Pad_val + 1 - (G_p->g_filesz & Pad_val)) & Pad_val;
2786 if (pad != 0) {
2787 FILL(pad);
2788 Buffr.b_out_p += pad;
2789 Buffr.b_cnt -= pad;
2964 * and USTAR) archives, pad the data with NULLs to the next 512 byte boundary.
2970 int cnt, pad; local
3025 pad
4880 int pad; local
6035 int pad; local
7131 int cnt, pad; local
8100 int pad, cnt; local
8745 int pad; local
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dexioct.h571 UINT8 pad[6]; /* 6 */ member in struct:_EXT_DEST_ADDR::__anon7753::__anon7754
917 UINT8 pad[6]; member in struct:_PCI_HEADER_T
936 UINT8 pad[8]; member in struct:_PCI_DATA_T
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.h498 uint8_t pad[0x800 - 0x640]; member in struct:megasas_ctrl_info
1102 uint32_t reserved; /* pad to 8-byte boundary */
1106 uint8_t reserved[3]; /* pad to 8-byte boundary */
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.h1048 uint8_t pad[0x800 - 0x640]; member in struct:mrsas_ctrl_info
1788 uint32_t reserved; /* pad to 8-byte boundary */
1792 uint8_t reserved[3]; /* pad to 8-byte boundary */
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb.h103 uint16_t pad[5]; member in union:smb_hdr::__anon377
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h511 uint8_t chp_pad[36]; /* pad to 64 bytes */
1793 uint8_t pad[48]; /* pad to 64 bytes */ member in struct:tsbmiss
1823 uintptr_t pad[1]; member in struct:kpmtsbm
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac_regs.h376 uint32_t pad[8]; member in union:aac_mntobj::__anon4837
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h1700 uint8_t pad :6; member in struct:dfc_auth_status
H A Demlxs_mbox.h4691 uint8_t pad[(SLI_SLIM1_SIZE - member in struct:__anon7429::__anon7430::__anon7593
H A Demlxs_hw.h1771 uint8_t pad[128 - 4]; /* Pad out to payload of */ member in union:_ELS_PKT::__anon7342
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk_hw.h795 * Each BC CB is 2 bytes * (256 + 64) = 740 bytes, followed by 384 bytes pad.
2422 uint8_t pad[2]; member in struct:iwk_rx_non_cfg_phy
3003 * signals that 2 bytes pad was inserted
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h954 u8_t pad[2]; member in struct:_lm_params_t
2196 u32_t fw_port_stats_ptr; // pointer to mcp scratch pad for statistics saving (host_func_stats_t)
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h2330 uint8_t pad[6]; member in struct:__anon7820
2346 uint8_t pad[8]; member in struct:__anon7821
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h2963 u8 pad; /* end spacing to ensure length is mult. of dword */ member in struct:ixgbe_hic_drv_info
3000 u16 pad; member in struct:ixgbe_hic_internal_phy_req

Completed in 1300 milliseconds

12345678910