Searched refs:pad (Results 101 - 125 of 295) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit.h105 #define PADATA_TO_KRB5DATA(pad, k5d) \
106 (k5d)->length = (pad)->length; (k5d)->data = (char *)(pad)->contents;
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmc_comm_dp.c533 crc = dp_calc_crc16(buf + sizeof (dp_msgp->pad), sizeof (dp_header_t) -
534 sizeof (dp_msgp->crc) - sizeof (dp_msgp->pad));
537 return (dp_msgp->length + sizeof (dp_msgp->pad));
561 buf = buf + sizeof (dp_msgp->pad);
940 (sizeof (dp_header_t) - sizeof (dp_msgp->pad));
1345 * length of the packet (including pad bytes)
1352 * set the length of the message (excluding pad bytes)
1361 sizeof (dp_msgp->pad);
1364 pkt->msg_msglen - sizeof (dp_msgp->pad);
1370 sizeof (dp_msgp->pad), sizeo
[all...]
/illumos-gate/usr/src/uts/common/xen/public/io/
H A Dring.h106 uint8_t pad[48]; \
150 (void)memset((_s)->pad, 0, sizeof((_s)->pad)); \
/illumos-gate/usr/src/lib/libldap5/sources/ldap/util/
H A Dline64.c437 int i, pad, len; local
466 for ( pad = 0; i < 3; i++, pad++ ) {
481 if (( i == 3 && pad > 0 ) || ( i == 2 && pad == 2 )) {
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A D3c595.c169 int pad; local
180 pad = padmap[len & 3];
187 if (len + pad > ETH_FRAME_LEN) {
201 while (inw(BASE + VX_W1_FREE_TX) < len + pad + 4) {
216 while (pad--)
/illumos-gate/usr/src/cmd/nl/
H A Dnl.c59 static char nbuf[100]; /* Declare bufsize used in convert/pad/cnt routines */
65 static char pad = ' '; /* Declare the default pad for numbers */ variable
674 pad = '0';
677 nbuf[i] = pad;
762 pad = ' ';
764 nbuf[i] = pad;
/illumos-gate/usr/src/tools/ctf/cvt/
H A Doutput.c463 int pad; local
544 pad = new_offset % shdr.sh_addralign;
546 if (pad)
547 new_offset += shdr.sh_addralign - pad;
632 pad = new_offset % shdr.sh_addralign;
634 if (pad)
635 new_offset += shdr.sh_addralign - pad;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_net.c498 uint32_t pad; local
554 /* Let's transmit the data pad if any. */
558 pad = 0;
559 iovec[iovlen].iov_base = (void *)&pad;
576 (char *)&pad, pad_len, crc_data);
743 uint8_t pad[ISCSI_PAD_WORD_LEN]; local
766 /* calculate pad */
776 /* if pad setup pad iovec */
778 iov[iovlen].iov_base = (char *)&pad;
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dbufmod.c963 size_t pad; /* bytes required to align header */ local
1017 pad = Align(hp.sbh_totlen);
1019 hp.sbh_totlen += pad;
1090 wrapperlen = (sizeof (hp) + pad);
1098 if (pad > 0) {
1104 (void) memset(last->b_wptr, 0, pad);
1105 last->b_wptr += pad;
1116 if (pad > 0) {
1121 (void) memset(wrapper->b_wptr, 0, pad);
1122 wrapper->b_wptr += pad;
[all...]
/illumos-gate/usr/src/cmd/avs/dsstat/
H A Dsndr_stats.c330 char pad[20] = ""; local
352 (void) sprintf(pad, fmt, " ");
463 (void) strcpy(data, strlen(pad) > 0 ? pad : "");
495 (void) strcpy(data, strlen(pad) > 0 ? pad : "");
/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/lib/libdscfg/common/
H A Dcfg_cluster.h152 void *pad; /* Padding for */ member in struct:scstat_node_struct
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_dis.c219 const char *pad; local
224 pad = "\t\t";
228 pad = "\t";
232 (void) fprintf(fp, "%s! DT_TYPE(%u) = %s", pad,
/illumos-gate/usr/src/cmd/sh/
H A Dmode.h78 char pad[ALIGNSIZ - sizeof (struct blk *)]; member in struct:blk
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtn_ipopt.c614 /* pad with end-of-list */
768 /* pad with end-of-list value */
949 * 1st 8 bytes, but including any pad bytes at the end.
954 * the length, but not including any pad bytes at the end.
959 * header length, but not including any pad bytes at the end.
963 * i.e starting from the IP6OPT_LS but not including the pad at the end.
1082 * Also return the start of the next non-pad option in after_secoptp.
1094 uchar_t **after_secoptp, /* Non-pad option following the label option */
1169 uint_t pad; local
1228 pad
[all...]
/illumos-gate/usr/src/uts/common/xen/public/arch-x86/
H A Dxen.h172 uint64_t pad[32]; member in struct:arch_shared_info
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Dcpu_sgn.h92 uint32_t pad[4]; /* trap is 8 32-bit words long */ member in struct:__anon10059
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dmultiboot.h219 multiboot_uint32_t pad; member in struct:multiboot_mod_list
/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...]
/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
/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Daxq.h246 uint32_t pad : 16; member in struct:__anon10001::axq_nasm_read
259 uint32_t pad : 16; member in struct:__anon10002::axq_nasm_write
/illumos-gate/usr/src/lib/libc/i386/threads/
H A Dmachdep.c55 uint32_t pad; member in struct:__anon112
79 frame.pad = 0;
/illumos-gate/usr/src/boot/lib/libstand/
H A Darp.c83 u_char pad[18]; /* 60 - sizeof(...) */ member in struct:__anon43::__anon44
90 u_char pad[24]; /* extra space */ member in struct:__anon45::__anon46
/illumos-gate/usr/src/common/ficl/
H A Dprimitives.c284 ficlLtoa((c).i, vm->pad, vm->base);
285 strcat(vm->pad, " ");
286 ficlVmTextOut(vm, vm->pad);
297 ficlUltoa(u, vm->pad, vm->base);
298 strcat(vm->pad, " ");
299 ficlVmTextOut(vm, vm->pad);
310 ficlUltoa(u, vm->pad, 16);
311 strcat(vm->pad, " ");
312 ficlVmTextOut(vm, vm->pad);
815 * Copy next word into the pad (ficlVmGetWor
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_subr.c1104 static char pad[SCSI_ERRMSG_COLUMN_LEN]; local
1121 pad[i] = ' ';
1130 pad[SCSI_ERRMSG_COLUMN_LEN - buflen] = '\0';
1132 pad, error_classes[severity]);
1133 pad[SCSI_ERRMSG_COLUMN_LEN - buflen] = ' ';
1146 pad[SCSI_ERRMSG_COLUMN_LEN - buflen] = '\0';
1148 pad, err_blkno);
1149 pad[SCSI_ERRMSG_COLUMN_LEN - buflen] = ' ';
1162 pad[SCSI_ERRMSG_COLUMN_LEN - buflen] = '\0';
1163 (void) sprintf(&buf[strlen(buf)], "%s Serial Number: ", pad);
[all...]

Completed in 137 milliseconds

1234567891011>>