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

12345678910

/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c178 * Given a value, and a pad alignment, return the number of bytes
179 * required to pad the value to the next alignment boundary.
182 pad(size_t n, size_t align) function
272 * (0 < pad < PADSZ) (ar(1) will never add more than this). A pad
709 * Historical behavior is to pad string tables
712 strtbl_pad(&sym_strtbl, pad(sym_strtbl.used, 4), '\0');
753 assert(!is_elf || (pad(lseek(fd, 0, SEEK_CUR), PADSZ) == 0));
910 * Add the specified number of pad characters to the end of the
914 * strtbl - String table to pad
[all...]
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c912 const int pad[] = { /* Extra prefix characters for format */ local
932 ndigits += pad[fmt_flag];
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctf.c540 static const char pad[8] = { 0 }; local
543 ctf_buf_write(buf, pad, (topad > 8 ? 8 : topad));
613 * integers; we pad these out to the next 4-byte boundary if needed.
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_section.c895 int pad = 0; /* Pad for padding to align cies and fdes */ local
1007 pad = (int) PADDING(cie_length, upointer_size);
1008 cie_length += pad;
1054 for (i = 0; i < pad; i++) {
1068 int pad = 0; local
1170 pad = (int) PADDING(fde_length, upointer_size);
1171 fde_length += pad;
1296 for (i = 0; i < pad; i++) {
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/common/
H A Dlm_vf_common.h111 u8_t pad[3]; member in struct:_lm_vf_location_t
134 u8_t pad; member in struct:_lm_vf_stats_t
251 u8_t pad; member in struct:_lm_vfs_set_t
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_common.c1143 int pad; local
1147 if ((pad = len % SCTP_ALIGN) != 0) {
1148 pad = SCTP_ALIGN - pad;
1149 len += pad;
1158 ph->sph_len = htons(len - pad);
1163 if (pad != 0)
1164 bzero((mp->b_rptr + len - pad), pad);
1193 int pad; local
[all...]
H A Dsctp_cookie.c114 MD5Update(&context, k_ipad, 64); /* start with inner pad */
122 MD5Update(&context, k_opad, 64); /* start with outer pad */
495 int pad; local
593 * unless CAUSE blocks are appended when the pad must also be
596 if ((pad = ipsctplen % SCTP_ALIGN) != 0) {
597 pad = SCTP_ALIGN - pad;
598 ipsctplen += pad;
600 iacklen += pad;
820 if (pad !
941 int pad = 0; local
[all...]
H A Dsctp_output.c663 * the specified pad length.
666 sctp_get_padding(sctp_t *sctp, int pad) argument
670 ASSERT(pad < SCTP_ALIGN);
673 fill->b_wptr += pad;
681 * path of allocating the pad mblk.
686 fill->b_wptr += pad;
998 int32_t pad = 0; local
1045 pad = 0;
1191 pad = extra;
1248 pad
[all...]
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dch_subr.c748 u8 pad[2]; /* make multiple-of-4 size requirement explicit */ member in struct:__anon5118
/illumos-gate/usr/src/uts/common/xen/public/arch-x86/
H A Dxen-mca.h228 uint8_t pad[MAX_UNION_SIZE]; member in union:mcinfo_recovery::__anon9287
H A Dxen-x86_64.h196 unsigned long pad; /* sizeof(vcpu_info_t) == 64 */ member in struct:arch_vcpu_info
/illumos-gate/usr/src/uts/common/xen/public/
H A Dplatform.h338 uint8_t pad[128]; member in union:xen_platform_op::__anon9315
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c129 uchar_t pad; member in struct:bsd_db::bsd_dict::__anon6443::__anon6444
131 uchar_t pad;
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpivar.h199 uint8_t pad[64]; member in union:wpi_softc::__anon6590
206 uint8_t pad[64]; member in union:wpi_softc::__anon6591
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h92 /* pad */
93 uint8_t pad; member in struct:eq_config
163 uint8_t pad[3]; member in struct:mq_config
204 uint8_t pad[1]; member in struct:wq_config
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_mailbox.c89 uint8_t pad; /* for alignment */ member in struct:__anon9944
/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Ddr_mbx.h106 uint8_t pad[1]; /* explicit pad to 4 byte alignment */ member in struct:__anon10003
168 uint8_t pad[1]; /* explicit pad to 4 byte alignment */ member in struct:__anon10008
174 uint8_t pad[2]; /* explicit pad to 4 byte alignment */ member in struct:__anon10009
180 uint8_t pad[2]; /* explicit pad to 4 byte alignment */ member in struct:__anon10010
/illumos-gate/usr/src/uts/common/sys/
H A Dldterm.h171 uchar_t pad; member in struct:_ldterm_cs_data_user
183 uchar_t pad; member in struct:_ldterm_cs_data
H A Dlofi.h244 char pad[404]; /* end on DEV_BSIZE bdry */ member in struct:crypto_meta
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_znode.c743 static uint64_t pad[4]; variable
963 SA_ADD_BULK_ATTR(sa_attrs, cnt, SA_ZPL_PAD(zfsvfs), NULL, pad,
/illumos-gate/usr/src/common/ficl/
H A Dvm.c2150 * Does vmGetWord and copies the result to the pad as a NULL terminated
2152 * to fit in the pad, it is truncated.
2158 char *pad = (char *)vm->pad; local
2164 strncpy(pad, FICL_STRING_GET_POINTER(s), FICL_STRING_GET_LENGTH(s));
2165 pad[FICL_STRING_GET_LENGTH(s)] = '\0';
2293 vm->pad[0] = '\0';
2352 vsprintf(vm->pad, fmt, list);
2354 strcat(vm->pad, "\n");
2356 ficlVmErrorOut(vm, vm->pad);
[all...]
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h542 uint64_t pad:52 __packed; member in struct:invpcid_descr
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Djfs.h184 s16 pad; /* 2: padding necessary for alignment */ member in struct:jfs_superblock
594 u8 pad[1976]; /* 1976: pad to 2048 bytes */ member in struct:__anon2210
H A Dxfs.h279 xfs_uint16_t pad; /* unused */ member in struct:xfs_da_blkinfo
/illumos-gate/usr/src/head/
H A Dthread_db.h366 uint_t pad[32]; /* for future growth */ member in union:td_syncstats::__anon2372

Completed in 634 milliseconds

12345678910