Searched refs:ptype (Results 1 - 25 of 61) sorted by relevance

123

/freebsd-9.3-release/contrib/ntp/include/
H A Dsafecast.h30 #define UA_PTR(ptype,pval) ((ptype *)(void*)(pval))
31 #define UAC_PTR(ptype,pval) ((const ptype *)(const void*)(pval))
32 #define UAV_PTR(ptype,pval) ((volatile ptype *)(volatile void*)(pval))
/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Ddig_eng.c125 static int do_evp_md_engine_full(EVP_MD_CTX *ctx, const EVP_MD **ptype, argument
128 if (*ptype) {
144 impl = ENGINE_get_digest_engine((*ptype)->type);
147 const EVP_MD *d = ENGINE_get_digest(impl, (*ptype)->type);
155 *ptype = d;
H A Ddigest.c194 const EVP_MD **ptype, ENGINE *impl)
206 (EVP_MD_CTX *ctx, const EVP_MD **ptype, ENGINE *impl)
212 (EVP_MD_CTX *ctx, const EVP_MD **ptype,
225 static int do_evp_md_engine(EVP_MD_CTX *ctx, const EVP_MD **ptype, argument
228 if (*ptype) {
243 impl = ENGINE_get_digest_engine((*ptype)->type);
246 const EVP_MD *d = ENGINE_get_digest(impl, (*ptype)->type);
254 *ptype = d;
193 do_evp_md_engine_null(EVP_MD_CTX *ctx, const EVP_MD **ptype, ENGINE *impl) argument
209 int_EVP_MD_set_engine_callbacks(int (*eng_md_init) (ENGINE *impl), int (*eng_md_fin) (ENGINE *impl), int (*eng_md_evp) (EVP_MD_CTX *ctx, const EVP_MD **ptype, ENGINE *impl)) argument
/freebsd-9.3-release/sys/boot/powerpc/ps3/
H A Dps3devdesc.h43 int ptype; member in struct:ps3_devdesc::__anon5798::__anon5799
H A Ddevicename.c93 int i, unit, pnum, ptype, err; local
120 ptype = -1;
133 ptype = PTYPE_GPT;
136 ptype = PTYPE_BSDLABEL;
153 idev->d_disk.ptype = ptype;
205 if (dev->d_kind.disk.ptype == PTYPE_BSDLABEL)
208 else if (dev->d_kind.disk.ptype == PTYPE_GPT)
/freebsd-9.3-release/sys/sparc64/include/
H A Datomic.h172 #define ATOMIC_GEN(name, ptype, vtype, atype, sz) \
175 atomic_add_ ## name(volatile ptype p, atype v) \
180 atomic_add_acq_ ## name(volatile ptype p, atype v) \
185 atomic_add_rel_ ## name(volatile ptype p, atype v) \
191 atomic_clear_ ## name(volatile ptype p, atype v) \
196 atomic_clear_acq_ ## name(volatile ptype p, atype v) \
201 atomic_clear_rel_ ## name(volatile ptype p, atype v) \
207 atomic_cmpset_ ## name(volatile ptype p, vtype e, vtype s) \
212 atomic_cmpset_acq_ ## name(volatile ptype p, vtype e, vtype s) \
217 atomic_cmpset_rel_ ## name(volatile ptype
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dx_algor.c81 int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval)
85 if (ptype != V_ASN1_UNDEF) {
96 if (ptype == 0)
98 if (ptype == V_ASN1_UNDEF) {
104 ASN1_TYPE_set(alg->parameter, ptype, pval);
/freebsd-9.3-release/contrib/smbfs/lib/smb/
H A Drap.c165 smb_rap_rqparam(struct smb_rap *rap, char ptype, char plen, long value) argument
170 switch (ptype) {
237 char ptype = *p; local
243 switch (ptype) {
250 error = smb_rap_rqparam(rap, ptype, plen, value);
263 char ptype = *p; local
269 switch (ptype) {
284 char ptype = *p; local
290 switch (ptype) {
308 char ptype; local
[all...]
/freebsd-9.3-release/contrib/bmake/lst.lib/
H A DlstInt.h82 * PAlloc (var, ptype) --
83 * Allocate a pointer-typedef structure 'ptype' into the variable 'var'
85 #define PAlloc(var,ptype) var = (ptype) bmake_malloc(sizeof *(var))
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dpopen.c115 ftpd_popen(char *argv[], const char *ptype, int stderrfd) argument
124 if ((*ptype != 'r' && *ptype != 'w') || ptype[1])
178 if (*ptype == 'r') {
207 if (*ptype == 'r') {
208 iop = fdopen(pdes[0], ptype);
211 iop = fdopen(pdes[1], ptype);
/freebsd-9.3-release/sys/sys/
H A Dlinker_set.h71 #define SET_DECLARE(set, ptype) \
72 extern ptype *__CONCAT(__start_set_,set); \
73 extern ptype *__CONCAT(__stop_set_,set)
/freebsd-9.3-release/lib/libc/gen/
H A Ddisklabel.c71 pfsize[3], poffset[3], ptype[3]; local
121 strcpy(ptype, "tx");
126 psize[1] = pbsize[1] = pfsize[1] = poffset[1] = ptype[1] = p;
142 getnumdflt(pp->p_fstype, ptype, 0);
143 if (pp->p_fstype == 0 && cgetstr(buf, ptype, &cq) > 0)
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dstabs.c3988 debug_type *ptype)
4047 ptype != NULL ? &name : NULL))
4050 if (ptype != NULL)
4071 if (ptype != NULL)
4148 if (ptype != NULL)
4149 *ptype = context;
4518 /* Demangle a type. If the ptype argument is not NULL, *ptype is set
4523 debug_type *ptype)
4535 if (! stab_demangle_type (minfo, pp, ptype))
3986 stab_demangle_qualified(struct stab_demangle_info *minfo, const char **pp, debug_type *ptype) argument
4521 stab_demangle_type(struct stab_demangle_info *minfo, const char **pp, debug_type *ptype) argument
4788 stab_demangle_fund_type(struct stab_demangle_info *minfo, const char **pp, debug_type *ptype) argument
[all...]
/freebsd-9.3-release/sys/net/
H A Dif_gre.h74 u_int16_t ptype; /* protocol type of payload typically member in struct:gre_h
107 #define gi_ptype gi_g.ptype
H A Dif_spppfr.c140 unsigned short ptype; /* protocol type = ETHERTYPE_IP */ member in struct:arp_req
440 ntohs (req->ptype) != ETHERTYPE_IP) {
444 ntohs (req->htype), ntohs (req->ptype));
524 reply->ptype = htons (ETHERTYPE_IP);
/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_clntout.c88 ptype(proc->res_prefix, proc->res_type, 1);
124 ptype(proc->args.decls->decl.prefix,
129 ptype(proc->res_prefix, proc->res_type, 1);
138 ptype(proc->res_prefix, proc->res_type, 1);
150 ptype(proc->res_prefix, proc->res_type, 1);
191 ptype(proc->res_prefix, proc->res_type, 0);
H A Drpc_sample.c97 ptype(proc->res_prefix, proc->res_type, 1);
100 ptype(proc->res_prefix, proc->res_type, 1);
107 ptype(proc->args.decls->decl.prefix,
117 ptype(l->decl.prefix, l->decl.type, 1);
178 ptype(proc->res_prefix, proc->res_type, 1);
252 ptype(plist->res_prefix, plist->res_type, 1);
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-ppp.c1603 u_int16_t ptype; local
1627 ptype = *p;
1629 printf("%02x ", ptype);
1634 ptype = EXTRACT_16BITS(p);
1636 printf("%04x ", ptype);
1641 ptype = 0; /*XXX*/
1654 ptype = EXTRACT_16BITS(&ph->phdr_type);
1655 if (eflag && (ptype == PPP_VJC || ptype == PPP_VJNC)) {
1657 "proto-#%d", ptype));
[all...]
/freebsd-9.3-release/sys/dev/ath/
H A Dah_osdep.h55 #define OS_SET_DECLARE(set, ptype) SET_DECLARE(set, ptype)
/freebsd-9.3-release/sys/netncp/
H A Dncp_rq.c57 ncp_rq_alloc_any(u_int32_t ptype, u_int8_t fn, struct ncp_conn *ncp, argument
65 error = ncp_rq_init_any(rqp, ptype, fn, ncp, td, cred);
99 ncp_rq_init_any(struct ncp_rq *rqp, u_int32_t ptype, u_int8_t fn, argument
118 switch(ptype) {
121 brq->bh_type = ptype;
126 rq->type = ptype;
H A Dncp_rq.h77 int ncp_rq_alloc_any(u_int32_t ptype, u_int8_t fn, struct ncp_conn *ncp,
81 int ncp_rq_init_any(struct ncp_rq *rqp, u_int32_t ptype, u_int8_t fn,
/freebsd-9.3-release/sys/netinet/libalias/
H A Dalias_pptp.c438 AliasVerifyPptp(struct ip *pip, u_int16_t * ptype) argument
458 *ptype = ntohs(hptr->type);
466 if ((*ptype == PPTP_OutCallReply || *ptype == PPTP_InCallReply) &&
/freebsd-9.3-release/usr.sbin/bluetooth/sdpd/
H A Dprofile.c432 uint16_t ptype[] = { local
441 nptypes = sizeof(ptype)/sizeof(ptype[0]),
470 SDP_PUT16(ptype[i], buf);
/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c87 ctf_id_t ntype, ptype; local
168 (ptype = ctf_lookup_by_name(fp->ctf_parent, name)) != CTF_ERR)
169 return (ptype);
/freebsd-9.3-release/usr.sbin/mfiutil/
H A Dmfiutil.h57 #define SET_DECLARE(set, ptype) \
58 extern ptype *__CONCAT(__start_set_,set); \
59 extern ptype *__CONCAT(__stop_set_,set)

Completed in 222 milliseconds

123