Searched refs:ctp (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/siis/
H A Dsiis.c75 static int siis_setup_fis(device_t dev, struct siis_cmd *ctp, union ccb *ccb, int tag);
1019 struct siis_cmd *ctp; local
1035 ctp = (struct siis_cmd *)(ch->dma.work + SIIS_CT_OFFSET +
1039 prd = &ctp->u.ata.prd[0];
1041 prd = &ctp->u.atapi.prd[0];
1061 struct siis_cmd *ctp; local
1067 ctp = (struct siis_cmd *)
1069 ctp->control = 0;
1070 ctp->protocol_override = 0;
1071 ctp
1687 siis_setup_fis(device_t dev, struct siis_cmd *ctp, union ccb *ccb, int tag) argument
[all...]
/freebsd-11-stable/crypto/heimdal/kdc/
H A Ddigest.c807 EVP_MD_CTX *ctp; local
834 ctp = EVP_MD_CTX_create();
837 EVP_DigestInit_ex(ctp, EVP_sha1(), NULL);
848 EVP_MD_CTX_destroy(ctp);
858 EVP_MD_CTX_destroy(ctp);
861 EVP_DigestUpdate(ctp, clientNonce.data, ssize);
864 EVP_DigestUpdate(ctp, serverNonce.data, serverNonce.length);
865 EVP_DigestUpdate(ctp, username, strlen(username));
867 EVP_DigestFinal_ex(ctp, challange, NULL);
869 EVP_MD_CTX_destroy(ctp);
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Dclnt_vc.c676 read_vc(void *ctp, void *buf, int len) argument
680 struct ct_data *ct = (struct ct_data *)ctp;
730 write_vc(void *ctp, void *buf, int len) argument
734 struct ct_data *ct = (struct ct_data *)ctp;
/freebsd-11-stable/sys/teken/
H A Dteken_subr.h783 teken_pos_t ctp; local
789 ctp.tp_row = tp->tp_row;
790 ctp.tp_col = tp->tp_col + width;
791 teken_funcs_copy(t, &ctr, &ctp);
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c802 ctf_sect_t *ctp, *symp, *strp; local
823 ctp = &ctfsect;
857 fp = ctf_bufopen(ctp, symp, strp, &err);
/freebsd-11-stable/sys/dev/ahci/
H A Dahci.c70 static int ahci_setup_fis(struct ahci_channel *ch, struct ahci_cmd_tab *ctp, union ccb *ccb, int tag);
1583 struct ahci_cmd_tab *ctp; local
1594 ctp = (struct ahci_cmd_tab *)
1597 prd = &ctp->prd_tab[0];
1614 struct ahci_cmd_tab *ctp; local
1624 ctp = (struct ahci_cmd_tab *)
1627 if (!(fis_size = ahci_setup_fis(ch, ctp, ccb, slot->slot))) {
2486 ahci_setup_fis(struct ahci_channel *ch, struct ahci_cmd_tab *ctp, union ccb *ccb, int tag) argument
2488 u_int8_t *fis = &ctp->cfis[0];
2507 ctp
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h228 #define newproc(f, a, cid, pri, ctp, pid) (ENOSYS)

Completed in 196 milliseconds