Home
last modified time | relevance | path

Searched refs:opaque (Results 1 – 14 of 14) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpc/
H A Dkey_prot.h203 #ifndef opaque
204 #define opaque char macro
213 extern "C" keystatus * key_set_1(opaque *, CLIENT *);
214 extern "C" keystatus * key_set_1_svc(opaque *, struct svc_req *);
230 extern keystatus * key_set_1(opaque *, CLIENT *);
231 extern keystatus * key_set_1_svc(opaque *, struct svc_req *);
265 extern "C" keystatus * key_set_2(opaque *, CLIENT *);
266 extern "C" keystatus * key_set_2_svc(opaque *, struct svc_req *);
288 extern "C" cryptkeyres * key_get_conv_2(opaque *, CLIENT *);
289 extern "C" cryptkeyres * key_get_conv_2_svc(opaque *, struct svc_req *);
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dcoda.h200 u_int32_t opaque[3]; member
207 if (fid->opaque[1] == 0xfffffffe || fid->opaque[1] == 0xffffffff) in coda_f2i()
208 return ((fid->opaque[0] << 20) | (fid->opaque[2] & 0xfffff)); in coda_f2i()
210 return (fid->opaque[2] + (fid->opaque[1]<<10) + (fid->opaque[0]<<20)); in coda_f2i()
221 u_int32_t opaque[4]; member
225 (fid ? (fid->opaque[3] ^ (fid->opaque[2]<<10) ^ (fid->opaque[1]<<20) ^ fid->opaque[0]) : 0)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpcsvc/
H A Dyp.x80 typedef opaque keydat<YPMAXRECORD>;
81 typedef opaque valdat<YPMAXRECORD>;
199 opaque ypbind_binding_addr[4]; /* In network order */
200 opaque ypbind_binding_port[2]; /* In network order */
H A Dnfs_prot.x99 opaque data[NFS_FHSIZE];
207 opaque data<NFS_MAXDATA>;
225 opaque data<NFS_MAXDATA>;
250 typedef opaque nfscookie[NFS_COOKIESIZE];
H A Dkey_prot.x93 typedef opaque keybuf[HEXKEYBYTES]; /* store key in hex */
164 %#ifndef opaque
165 %#define opaque char
H A Drex.x70 opaque chars[4];
145 opaque chars[6];
156 opaque chars[6];
H A Dnis_object.x58 opaque zattr_val<>; /* Value for the attribute. */
174 opaque ec_value<>; /* It's textual value */
259 opaque po_data<>;
H A Dsm_inter.x84 opaque priv[16]; /* private information to store at monitor for requesting process */
115 opaque priv[16]; /* stored private information */
H A Dkey_prot.h129 #ifndef opaque
130 #define opaque char macro
H A Dnis.x247 opaque dir_data<>; /* Directory Data (XDR'ed) */
248 opaque signature<>; /* Signature of the source */
H A Dspray.x59 typedef opaque sprayarr<SPRAYMAX>;
H A Dmount.x48 typedef opaque fhandle[FHSIZE];
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dzutil.h346 voidpf zcalloc OF((voidpf opaque, MS_U32 items, MS_U32 size));
347 void zcfree OF((voidpf opaque, voidpf ptr));
350 (*((strm)->zalloc))((strm)->opaque, (items), (size))
351 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
H A Dzlib.h154 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
155 typedef void (*free_func) OF((voidpf opaque, voidpf address));
173 voidpf opaque; /* private data object passed to zalloc and zfree */ member