Searched refs:mtmp (Results 1 – 10 of 10) sorted by relevance
| /freebsd/lib/libpam/modules/pam_nologin/ |
| H A D | pam_nologin.c | 68 char *mtmp; in pam_sm_acct_mgmt() local 107 mtmp = malloc(st.st_size + 1); in pam_sm_acct_mgmt() 108 if (mtmp != NULL) { in pam_sm_acct_mgmt() 109 ss = read(fd, mtmp, st.st_size); in pam_sm_acct_mgmt() 111 mtmp[ss] = '\0'; in pam_sm_acct_mgmt() 112 pam_error(pamh, "%s", mtmp); in pam_sm_acct_mgmt() 114 free(mtmp); in pam_sm_acct_mgmt()
|
| /freebsd/crypto/openssl/crypto/dh/ |
| H A D | dh_lib.c | 38 const DH_METHOD *mtmp; in DH_set_method() local 39 mtmp = dh->meth; in DH_set_method() 40 if (mtmp->finish) in DH_set_method() 41 mtmp->finish(dh); in DH_set_method()
|
| /freebsd/crypto/openssl/crypto/dsa/ |
| H A D | dsa_lib.c | 112 const DSA_METHOD *mtmp; in DSA_set_method() local 113 mtmp = dsa->meth; in DSA_set_method() 114 if (mtmp->finish) in DSA_set_method() 115 mtmp->finish(dsa); in DSA_set_method()
|
| /freebsd/crypto/openssl/crypto/cms/ |
| H A D | cms_lib.c | 471 EVP_MD_CTX *mtmp; in ossl_cms_DigestAlgorithm_find_ctx() local 477 BIO_get_md_ctx(chain, &mtmp); in ossl_cms_DigestAlgorithm_find_ctx() 478 if (EVP_MD_CTX_get_type(mtmp) == nid in ossl_cms_DigestAlgorithm_find_ctx() 483 || EVP_MD_get_pkey_type(EVP_MD_CTX_get0_md(mtmp)) == nid) in ossl_cms_DigestAlgorithm_find_ctx() 484 return EVP_MD_CTX_copy_ex(mctx, mtmp); in ossl_cms_DigestAlgorithm_find_ctx()
|
| /freebsd/sys/dev/mge/ |
| H A D | if_mge.c | 1726 struct mbuf *m0, *mtmp; in mge_start_locked() local 1746 mtmp = m_dup(m0, M_NOWAIT); in mge_start_locked() 1748 if (mtmp == NULL) in mge_start_locked() 1750 m0 = mtmp; in mge_start_locked() 1755 mtmp = m_defrag(m0, M_NOWAIT); in mge_start_locked() 1756 if (mtmp != NULL) in mge_start_locked() 1757 m0 = mtmp; in mge_start_locked()
|
| /freebsd/crypto/openssl/crypto/rsa/ |
| H A D | rsa_lib.c | 50 const RSA_METHOD *mtmp; in RSA_set_method() local 51 mtmp = rsa->meth; in RSA_set_method() 52 if (mtmp->finish) in RSA_set_method() 53 mtmp->finish(rsa); in RSA_set_method()
|
| /freebsd/sys/dev/vnic/ |
| H A D | nicvf_main.c | 636 struct mbuf *mtmp; in nicvf_if_transmit() local 657 mtmp = m_dup(mbuf, M_NOWAIT); in nicvf_if_transmit() 659 if (mtmp == NULL) in nicvf_if_transmit() 661 mbuf = mtmp; in nicvf_if_transmit()
|
| /freebsd/stand/common/ |
| H A D | module.c | 1751 struct moduledir *mdp, *mtmp; in moduledir_rebuild() local 1802 mtmp = mdp; in moduledir_rebuild() 1804 STAILQ_REMOVE(&moduledir_list, mtmp, moduledir, d_link); in moduledir_rebuild() 1805 free(mtmp); in moduledir_rebuild()
|
| /freebsd/sys/dev/neta/ |
| H A D | if_mvneta.c | 2671 struct mbuf *mtmp, *mbuf; in mvneta_tx_queue() local 2700 mtmp = m_dup(mbuf, M_NOWAIT); in mvneta_tx_queue() 2702 if (mtmp == NULL) { in mvneta_tx_queue() 2707 *mbufp = mbuf = mtmp; in mvneta_tx_queue()
|
| /freebsd/contrib/libucl/src/ |
| H A D | ucl_util.c | 602 struct ucl_macro *macro, *mtmp; local 624 HASH_ITER(hh, parser->macroes, macro, mtmp)
|