Searched refs:pad (Results 351 - 375 of 399) sorted by relevance

<<111213141516

/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c1709 d.pad = 0;
1788 d.pad = 0;
1854 d.pad = 0;
1998 d.pad = 0;
2036 d.pad = 0;
2079 d.pad = 0;
7588 d.pad = 0;
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c588 * Usage : !pad
591 * COMPAT : -pad/-no-pad
595 unsigned int pad:1; member in struct:iso_option
1152 iso9660->opt.pad = OPT_PAD_DEFAULT;
1454 if (strcmp(key, "pad") == 0) {
1455 iso9660->opt.pad = value != NULL;
1989 if (iso9660->opt.pad)
2093 if (iso9660->opt.pad) {
4151 if (iso9660->opt.pad !
[all...]
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c2610 uint8_t cur, pad; local
2638 pad = 4 - (hdrlen & 3);
2640 pad = 0;
2712 desc->nsegs = WPI_PAD32(totlen + pad) << 4 | (1 + nsegs);
2715 desc->segs[0].len = htole32(4 + buf->size + hdrlen + pad);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dresbin.c1375 windres_put_16 (wrbfd, ba.pad, 0);
1644 windres_put_8 (wrbfd, bgii.pad, 0);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_znode.c741 static uint64_t pad[4]; variable
962 SA_ADD_BULK_ATTR(sa_attrs, cnt, SA_ZPL_PAD(zfsvfs), NULL, pad,
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c4380 int ac, i, totlen, error, pad, nsegs = 0, rate; local
4549 pad = 4 - (hdrlen & 3);
4551 pad = 0;
4626 (4 + sizeof (*tx) + hdrlen + pad) << 4);
4675 int ac, totlen, error, pad, nsegs = 0, i, rate; local
4744 pad = 4 - (hdrlen & 3);
4746 pad = 0;
4819 (4 + sizeof (*tx) + hdrlen + pad) << 4);
/freebsd-11-stable/sys/netinet6/
H A Dmld6.c254 struct ip6_opt pad; member in struct:mld_raopt
263 .pad = { .ip6o_type = IP6OPT_PADN, 0 },
H A Din6.c2317 uint32_t pad; member in struct:__anon8199
/freebsd-11-stable/stand/pc98/cdboot/
H A Dcdboot.S472 add $(MEM_PAGE_SIZE - 1),%edi # pad %edi out to a new page
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c3617 int i, totlen, error, pad; local
3702 pad = 4 - (hdrlen & 3);
3704 pad = 0;
3780 + hdrlen + pad - TB0_SIZE) << 4);
/freebsd-11-stable/sys/vm/
H A Dvm_mmap.c170 long pad; member in struct:mmap_args
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_cli.c3693 static void print_cmd_help(const struct wpa_cli_cmd *cmd, const char *pad) argument
3698 printf("%s%s ", pad, cmd->cmd);
3702 printf("%s", pad);
/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwl.c3222 ds->pad = 0;
3248 ds->pad = htole16(
3254 ds->pad = htole16(EAGLE_TXD_FIXED_RATE);
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c4728 uint16_t len, pad, len_on_first_bd; local
4793 pad = fp_cqe->placement_offset;
4796 " len %u, parsing flags = %d pad = %d\n",
4799 len, le16toh(fp_cqe->pars_flags.flags), pad);
4802 data = data + pad;
4845 m_adj(mp, pad);
/freebsd-11-stable/sys/netinet/
H A Dsctp_output.c6126 * Place in the size, but we don't include the last pad (if any) in
7655 /* Now advance the chk->send_size by the actual pad needed. */
7657 /* need a pad */
9047 int pad; local
9058 if ((pad = (plen % 4)) > 0) {
9059 pad = 4 - pad;
9061 if (pad > 0) {
9062 if (sctp_pad_lastmbuf(cookie, pad, NULL) == NULL) {
11793 * Need to worry about the pad w
[all...]
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn_phy_g.c2501 uint16_t pad, reg, value; local
2507 reg = bwn_lo_txctl_regtable(mac, &value, &pad);
2513 rxgain -= pad;
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge.c1979 req->pad = 0;
2180 req->pad = 0; /* complete solid 16-byte block */
2189 /* pad runts to 60 bytes */
2199 req->pad = 0; /* complete solid 16-byte block */
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c4020 struct mlx5_wqe_eth_pad *pad; local
4022 pad = seg;
4023 memset(pad, 0, sizeof(struct mlx5_wqe_eth_pad));
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdio.c84 bit32 pad; member in struct:TDDebugTrace_s
/freebsd-11-stable/sys/dev/xen/netfront/
H A Dnetfront.c1670 gso->u.gso.pad = 0;
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_run.c3077 * Align end on a 4-byte boundary, pad 8 bytes (CRC +
3203 uint8_t pad; local
3225 pad = 0;
3227 pad = 2;
3231 txwi->len = htole16(m->m_pkthdr.len - pad);
/freebsd-11-stable/sys/opencrypto/
H A Dcryptodev.c96 int pad[4]; member in struct:session2_op32
/freebsd-11-stable/sys/net/
H A Diflib.c345 /* implicit pad */
402 /* implicit pad */
653 &iflib_encap_pad_mbuf_fail, 0, "# runt frame pad failures");
3173 * min_frame_size is the frame size (less CRC) to pad the mbuf to
3179 * 18 is enough bytes to pad an ARP packet to 46 bytes, and
3182 static char pad[18]; /* just zeros */ local
3190 device_printf(dev, "cannot pad short frame, m_dup() failed");
3199 n > 0; n -= sizeof(pad))
3200 if (!m_append(*m_head, min(n, sizeof(pad)), pad))
[all...]
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Devp.h289 * FIPS and pad options are ignored in 1.0.0, definitions are here so we
695 int EVP_CIPHER_CTX_set_padding(EVP_CIPHER_CTX *c, int pad);
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-agl-defs.h3462 uint64_t pad : 1; /**< Append PAD bytes such that min sized */ member in struct:cvmx_agl_gmx_txx_append::cvmx_agl_gmx_txx_append_s
3466 uint64_t pad : 1;
3584 MIN_SIZE+1 The reset value will pad to 60 bytes. */
3898 * packet data, pad bytes, fcs bytes, pause bytes, and jam bytes. The octect
3975 * packet including packet data, pad bytes, fcs bytes, pause bytes, and jam
4014 * packet including packet data, pad bytes, fcs bytes, pause bytes, and jam
4054 * packet including packet data, pad bytes, fcs bytes, pause bytes, and jam
4094 * packet including packet data, pad bytes, fcs bytes, pause bytes, and jam

Completed in 639 milliseconds

<<111213141516