Searched refs:voidp (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.h | 125 typedef void *voidp; typedef 128 typedef Byte *voidp; typedef 173 voidp opaque; /* private data object passed to zalloc and zfree */
|
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.h | 132 #define voidp z_voidp macro 323 typedef void *voidp; typedef 326 typedef Byte *voidp; typedef 1046 typedef voidp gzFile;
|
H A D | zlib.c | 6035 extern voidp calloc OF((uInt items, uInt size));
|
/titanic_44/usr/src/uts/common/zmod/ |
H A D | zutil.c | 301 extern voidp malloc OF((uInt size)); 302 extern voidp calloc OF((uInt items, uInt size));
|
H A D | zconf.h | 111 typedef void *voidp; typedef
|
H A D | zlib.h | 1068 typedef voidp gzFile; 1108 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
|
/titanic_44/usr/src/cmd/nscd/ |
H A D | nscd_config.h | 405 #define _nscd_cfg_get_gi(voidp) ((nscd_cfg_group_info_t *)(voidp)) argument
|
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_filegrp.c | 139 filegrp_cache_create(void *voidp, void *cdrarg, int kmflags) in filegrp_cache_create() argument 141 filegrp_t *fgp = (filegrp_t *)voidp; in filegrp_cache_create() 150 filegrp_cache_destroy(void *voidp, void *cdrarg) in filegrp_cache_destroy() argument 152 filegrp_t *fgp = (filegrp_t *)voidp; in filegrp_cache_destroy()
|
H A D | cachefs_subr.c | 2894 cachefs_req_create(void *voidp, void *cdrarg, int kmflags) in cachefs_req_create() argument 2896 struct cachefs_req *rp = (struct cachefs_req *)voidp; in cachefs_req_create() 2911 cachefs_req_destroy(void *voidp, void *cdrarg) in cachefs_req_destroy() argument 2913 struct cachefs_req *rp = (struct cachefs_req *)voidp; in cachefs_req_destroy()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_acl.c | 196 nfs4_ace4_list_construct(void *voidp, void *arg, int kmem_flags) in nfs4_ace4_list_construct() argument 198 ace4_list_t *a4l = voidp; in nfs4_ace4_list_construct() 209 nfs4_ace4_list_destroy(void *voidp, void *arg) in nfs4_ace4_list_destroy() argument 211 ace4_list_t *a4l = voidp; in nfs4_ace4_list_destroy()
|