Searched refs:voidp (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h125 typedef void *voidp; typedef
128 typedef Byte *voidp; typedef
173 voidp opaque; /* private data object passed to zalloc and zfree */
/illumos-gate/usr/src/uts/common/zmod/
H A Dzconf.h111 typedef void *voidp; typedef
H A Dzutil.c301 extern voidp malloc OF((uInt size));
302 extern voidp calloc OF((uInt items, uInt size));
H A Dzlib.h1068 typedef voidp gzFile;
1108 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h132 #define voidp z_voidp macro
323 typedef void *voidp; typedef
326 typedef Byte *voidp; typedef
1046 typedef voidp gzFile;
1078 /* ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); */
1089 * ZEXTERN int ZEXPORT gzwrite OF((gzFile file, const voidp buf,
H A Dzlib.c6035 extern voidp calloc OF((uInt items, uInt size));
/illumos-gate/usr/src/boot/lib/libz/
H A Dzconf.h145 # define voidp z_voidp macro
387 typedef void *voidp; typedef
391 typedef Byte *voidp; typedef
H A Dgzguts.h113 extern voidp malloc OF((uInt size));
H A Dzutil.c299 extern voidp malloc OF((uInt size));
300 extern voidp calloc OF((uInt items, uInt size));
H A Dgzread.c293 voidp buf;
H A Dzlib.h1313 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_config.h405 #define _nscd_cfg_get_gi(voidp) ((nscd_cfg_group_info_t *)(voidp))
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acl.c196 nfs4_ace4_list_construct(void *voidp, void *arg, int kmem_flags) argument
198 ace4_list_t *a4l = voidp;
209 nfs4_ace4_list_destroy(void *voidp, void *arg) argument
211 ace4_list_t *a4l = voidp;
/illumos-gate/usr/src/uts/common/io/lvm/trans/
H A Dtrans_ioctl.c388 trans_test_destructor(void *voidp) argument
391 struct tothread *tp = voidp;
404 trans_test_destructor_alloc(void *voidp) argument
406 int *value = voidp;

Completed in 109 milliseconds