Home
last modified time | relevance | path

Searched refs:pwdc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/mips/cavium/dev/
H A Dif_cnmac.c878 uint64_t pko_cmd_w1, int *pwdc) in cnmac_send_cmd() argument
916 *pwdc += 2; in cnmac_send_cmd()
924 int *pwdc) in cnmac_send_buf() argument
936 error = cnmac_send_cmd(sc, pko_cmd_w0, pko_cmd_w1, pwdc); in cnmac_send_buf()
947 cnmac_send(struct cnmac_softc *sc, struct mbuf *m, int *pwdc) in cnmac_send() argument
970 error = cnmac_send_buf(sc, m, gbuf, pwdc); in cnmac_send()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dpam.c228 char pwdc[256]; in pam_authc() local
247 READ_STRING(fp,pwdc); in pam_authc()
248 pi.pwd.bv_val = pwdc; in pam_authc()
303 memset((void *) pwdc, 0, 256); in pam_authc()