Searched refs:pads (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/tcsh/
H A Dsh.proc.c129 static void pads (Char *);
852 pads(STRLparensp);
854 pads(STRspRparen);
859 pads(*argp);
861 pads(STRspace);
872 pads(STRspor2sp);
875 pads(STRspand2sp);
878 pads(STRsporsp);
881 pads(STRsemisp);
893 pads((
906 pads(Char *cp) function
[all...]
/freebsd-13-stable/sys/arm/freescale/imx/
H A Dimx_gpio.c747 uint32_t bit, drclr, drset, flags, oeclr, oeset, pads; local
755 pads = READ4(sc, IMX_GPIO_DR_REG);
769 drset |= pads & bit;
/freebsd-13-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c144 char pads[CHCR_HASH_MAX_BLOCK_SIZE_128 * 2]; member in struct:ccr_session_hmac
557 memcpy(crwr->key_ctx.key, s->hmac.pads, kctx_len);
1058 memcpy(dst, s->hmac.pads, iopad_size * 2);
2277 t4_copy_partial_hash(axf->type, &auth_ctx, s->hmac.pads);
2707 s->hmac.pads);
2775 csp->csp_auth_klen, s->hmac.pads);
2796 csp->csp_auth_klen, s->hmac.pads);
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_misc.c121 l_ushort pads; member in struct:l_sysinfo
/freebsd-13-stable/sys/netinet/
H A Dsctp_output.c7598 int pads; local
7600 pads = SCTP_SIZE32(chk->book_size) - chk->send_size;
7601 lm = sctp_pad_lastmbuf(chk->data, pads, chk->last_mbuf);
7606 chk->send_size += pads;

Completed in 194 milliseconds