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

123

/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dprintpoolfield.c24 printpoolfield(p, ptype, fieldnum)
26 int ptype;
38 printpoolfield(p, ptype, i);
46 if (ptype == IPLT_POOL) {
54 } else if (ptype == IPLT_HASH) {
60 } else if (ptype == IPLT_DSTLIST) {
70 if (ptype == IPLT_POOL) {
76 } else if (ptype == IPLT_HASH) {
82 } else if (ptype == IPLT_DSTLIST) {
88 if (ptype
[all...]
/freebsd-10.0-release/sys/boot/powerpc/ps3/
H A Dps3devdesc.h43 int ptype; member in struct:ps3_devdesc::__anon6163::__anon6164
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-10.0-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-10.0-release/crypto/openssl/crypto/asn1/
H A Dx_algor.c80 int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval)
84 if (ptype != V_ASN1_UNDEF)
97 if (ptype == 0)
99 if (ptype == V_ASN1_UNDEF)
108 ASN1_TYPE_set(alg->parameter, ptype, pval);
H A Dp8_pkey.c89 int ptype, void *pval,
114 if (!X509_ALGOR_set0(priv->pkeyalg, aobj, ptype, pval))
/freebsd-10.0-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-10.0-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-10.0-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-10.0-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-10.0-release/crypto/openssl/crypto/ec/
H A Dec_ameth.c107 int ptype; local
111 if (!eckey_param2type(&ptype, &pval, ec_key))
127 ptype, pval, penc, penclen))
130 if (ptype == V_ASN1_OBJECT)
139 static EC_KEY *eckey_type2param(int ptype, void *pval) argument
142 if (ptype == V_ASN1_SEQUENCE)
155 else if (ptype == V_ASN1_OBJECT)
194 int ptype, pklen; local
200 X509_ALGOR_get0(NULL, &ptype, &pval, palg);
202 eckey = eckey_type2param(ptype, pva
244 int ptype, pklen; local
316 int eplen, ptype; local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/dh/
H A Ddh_ameth.c75 int ptype; local
85 X509_ALGOR_get0(NULL, &ptype, &pval, palg);
87 if (ptype != V_ASN1_SEQUENCE)
133 int ptype; local
149 ptype = V_ASN1_SEQUENCE;
166 ptype, pval, penc, penclen))
188 int ptype; local
199 X509_ALGOR_get0(NULL, &ptype, &pval, palg);
201 if (ptype != V_ASN1_SEQUENCE)
317 ASN1_PCTX *ctx, int ptype)
316 do_dh_print(BIO *bp, const DH *x, int indent, ASN1_PCTX *ctx, int ptype) argument
[all...]
/freebsd-10.0-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-10.0-release/crypto/openssl/crypto/dsa/
H A Ddsa_ameth.c73 int ptype; local
83 X509_ALGOR_get0(NULL, &ptype, &pval, palg);
86 if (ptype == V_ASN1_SEQUENCE)
99 else if ((ptype == V_ASN1_NULL) || (ptype == V_ASN1_UNDEF))
142 int ptype; local
158 ptype = V_ASN1_SEQUENCE;
161 ptype = V_ASN1_UNDEF;
174 ptype, pval, penc, penclen))
194 int ptype; local
436 do_dsa_print(BIO *bp, const DSA *x, int off, int ptype) argument
[all...]
/freebsd-10.0-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-10.0-release/sys/dev/ath/
H A Dah_osdep.h61 #define OS_SET_DECLARE(set, ptype) SET_DECLARE(set, ptype)
/freebsd-10.0-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
/freebsd-10.0-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-10.0-release/crypto/openssl/crypto/pem/
H A Dpem_info.c101 unsigned int i,raw,ptype; local
119 ptype = 0;
182 ptype=EVP_PKEY_RSA;
204 ptype = EVP_PKEY_DSA;
226 ptype = EVP_PKEY_EC;
249 if (ptype)
251 if (!d2i_PrivateKey(ptype, pp, &p, len))
/freebsd-10.0-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-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_genn.c196 void *GENERAL_NAME_get0_value(GENERAL_NAME *a, int *ptype)
198 if (ptype)
199 *ptype = a->type;
/freebsd-10.0-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-10.0-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-10.0-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);

Completed in 205 milliseconds

123