Searched defs:valp (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/Audio/ |
H A D | DrvAudio.h | 66 void *valp; member in struct:audio_option
|
H A D | audio_int.h | 58 void *valp; member in struct:audio_option
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/ |
H A D | ctf_types.c | 744 ctf_enum_value(ctf_file_t *fp, ctf_id_t type, const char *name, int *valp) argument 769 if (valp != NULL) 770 *valp = ep->cte_value;
|
/vbox/src/VBox/Additions/solaris/SharedFolders/ |
H A D | vboxfs_vnode.c | 843 ulong_t *valp, 846 return (fs_pathconf(vp, cmd, valp, cr)); 856 ulong_t *valp, 860 return (fs_pathconf(vp, cmd, valp, cr, ct)); 840 sffs_pathconf( vnode_t *vp, int cmd, ulong_t *valp, cred_t *cr) argument 853 sffs_pathconf( vnode_t *vp, int cmd, ulong_t *valp, cred_t *cr, caller_context_t *ct) argument
|
Completed in 1292 milliseconds