Home
last modified time | relevance | path

Searched defs:hdl (Results 1 – 25 of 38) sorted by relevance

12

/openbsd-src/lib/libsndio/
H A Dsio.c45 struct sio_hdl *hdl; in sio_open() local
79 _sio_create(struct sio_hdl *hdl, struct sio_ops *ops, in _sio_create()
92 sio_close(struct sio_hdl *hdl) in sio_close()
98 sio_start(struct sio_hdl *hdl) in sio_start()
130 sio_stop(struct sio_hdl *hdl) in sio_stop()
154 sio_flush(struct sio_hdl *hdl) in sio_flush()
176 sio_setpar(struct sio_hdl *hdl, struct sio_par *par) in sio_setpar()
203 sio_getpar(struct sio_hdl *hdl, struct sio_par *par) in sio_getpar()
223 sio_getcap(struct sio_hdl *hdl, struct sio_cap *cap) in sio_getcap()
238 sio_psleep(struct sio_hdl *hdl, int event) in sio_psleep()
[all …]
H A Dsioctl.c30 struct sioctl_hdl *hdl; in sioctl_open() local
57 _sioctl_create(struct sioctl_hdl *hdl, struct sioctl_ops *ops, in _sioctl_create()
68 _sioctl_psleep(struct sioctl_hdl *hdl, int event) in _sioctl_psleep()
96 sioctl_close(struct sioctl_hdl *hdl) in sioctl_close()
102 sioctl_nfds(struct sioctl_hdl *hdl) in sioctl_nfds()
108 sioctl_pollfd(struct sioctl_hdl *hdl, struct pollfd *pfd, int events) in sioctl_pollfd()
116 sioctl_revents(struct sioctl_hdl *hdl, struct pollfd *pfd) in sioctl_revents()
124 sioctl_eof(struct sioctl_hdl *hdl) in sioctl_eof()
130 sioctl_ondesc(struct sioctl_hdl *hdl, in sioctl_ondesc()
139 sioctl_onval(struct sioctl_hdl *hdl, in sioctl_onval()
[all …]
H A Dmio.c36 struct mio_hdl *hdl; in mio_open() local
67 _mio_create(struct mio_hdl *hdl, struct mio_ops *ops, in _mio_create()
77 mio_close(struct mio_hdl *hdl) in mio_close()
83 mio_psleep(struct mio_hdl *hdl, int event) in mio_psleep()
116 mio_read(struct mio_hdl *hdl, void *buf, size_t len) in mio_read()
146 mio_write(struct mio_hdl *hdl, const void *buf, size_t len) in mio_write()
177 mio_nfds(struct mio_hdl *hdl) in mio_nfds()
183 mio_pollfd(struct mio_hdl *hdl, struct pollfd *pfd, int events) in mio_pollfd()
191 mio_revents(struct mio_hdl *hdl, struct pollfd *pfd) in mio_revents()
199 mio_eof(struct mio_hdl *hdl) in mio_eof()
H A Dsio_aucat.c85 sio_aucat_runmsg(struct sio_aucat_hdl *hdl) in sio_aucat_runmsg()
140 sio_aucat_buildmsg(struct sio_aucat_hdl *hdl) in sio_aucat_buildmsg()
156 struct sio_aucat_hdl *hdl; in _sio_aucat_open() local
177 struct sio_aucat_hdl *hdl = (struct sio_aucat_hdl *)sh; in sio_aucat_close() local
188 struct sio_aucat_hdl *hdl = (struct sio_aucat_hdl *)sh; in sio_aucat_start() local
216 struct sio_aucat_hdl *hdl = (struct sio_aucat_hdl *)sh; in sio_aucat_drain() local
283 struct sio_aucat_hdl *hdl = (struct sio_aucat_hdl *)sh; in sio_aucat_setpar() local
308 struct sio_aucat_hdl *hdl = (struct sio_aucat_hdl *)sh; in sio_aucat_getpar() local
417 struct sio_aucat_hdl *hdl = (struct sio_aucat_hdl *)sh; in sio_aucat_read() local
429 struct sio_aucat_hdl *hdl = (struct sio_aucat_hdl *)sh; in sio_aucat_write() local
[all …]
H A Dsioctl_aucat.c59 sioctl_aucat_rdata(struct sioctl_aucat_hdl *hdl) in sioctl_aucat_rdata()
108 sioctl_aucat_runmsg(struct sioctl_aucat_hdl *hdl) in sioctl_aucat_runmsg()
143 struct sioctl_aucat_hdl *hdl; in _sioctl_aucat_open() local
163 struct sioctl_aucat_hdl *hdl = (struct sioctl_aucat_hdl *)addr; in sioctl_aucat_close() local
174 struct sioctl_aucat_hdl *hdl = (struct sioctl_aucat_hdl *)addr; in sioctl_aucat_ondesc() local
201 struct sioctl_aucat_hdl *hdl = (struct sioctl_aucat_hdl *)addr; in sioctl_aucat_onval() local
220 struct sioctl_aucat_hdl *hdl = (struct sioctl_aucat_hdl *)addr; in sioctl_aucat_setctl() local
245 struct sioctl_aucat_hdl *hdl = (struct sioctl_aucat_hdl *)addr; in sioctl_aucat_pollfd() local
253 struct sioctl_aucat_hdl *hdl = (struct sioctl_aucat_hdl *)addr; in sioctl_aucat_revents() local
H A Dsio_sun.c79 sio_sun_adjpar(struct sio_sun_hdl *hdl, struct audio_swpar *ap) in sio_sun_adjpar()
101 sio_sun_testpar(struct sio_sun_hdl *hdl, struct sio_enc *enc, in sio_sun_testpar()
161 struct sio_sun_hdl *hdl = (struct sio_sun_hdl *)sh; in sio_sun_getcap() local
314 struct sio_sun_hdl *hdl; in sio_sun_fdopen() local
340 struct sio_hdl *hdl; in _sio_sun_open() local
357 struct sio_sun_hdl *hdl = (struct sio_sun_hdl *)sh; in sio_sun_close() local
367 struct sio_sun_hdl *hdl = (struct sio_sun_hdl *)sh; in sio_sun_start() local
401 struct sio_sun_hdl *hdl = (struct sio_sun_hdl *)sh; in sio_sun_flush() local
418 struct sio_sun_hdl *hdl = (struct sio_sun_hdl *)sh; in sio_sun_setpar() local
453 struct sio_sun_hdl *hdl = (struct sio_sun_hdl *)sh; in sio_sun_getpar() local
[all …]
H A Daucat.c44 _aucat_rmsg(struct aucat *hdl, int *eof) in _aucat_rmsg()
86 _aucat_wmsg(struct aucat *hdl, int *eof) in _aucat_wmsg()
124 _aucat_rdata(struct aucat *hdl, void *buf, size_t len, int *eof) in _aucat_rdata()
158 _aucat_wdata(struct aucat *hdl, const void *buf, size_t len, in _aucat_wdata()
307 aucat_connect_tcp(struct aucat *hdl, char *host, unsigned int unit) in aucat_connect_tcp()
355 aucat_connect_un(struct aucat *hdl, unsigned int unit) in aucat_connect_un()
411 _aucat_open(struct aucat *hdl, const char *str, unsigned int mode) in _aucat_open()
529 _aucat_close(struct aucat *hdl, int eof) in _aucat_close()
561 _aucat_setfl(struct aucat *hdl, int nbio, int *eof) in _aucat_setfl()
572 _aucat_pollfd(struct aucat *hdl, struct pollfd *pfd, int events) in _aucat_pollfd()
[all …]
H A Dmio_aucat.c61 mio_aucat_runmsg(struct mio_aucat_hdl *hdl) in mio_aucat_runmsg()
90 struct mio_aucat_hdl *hdl; in _mio_aucat_open() local
109 struct mio_aucat_hdl *hdl = (struct mio_aucat_hdl *)sh; in mio_aucat_close() local
120 struct mio_aucat_hdl *hdl = (struct mio_aucat_hdl *)sh; in mio_aucat_read() local
132 struct mio_aucat_hdl *hdl = (struct mio_aucat_hdl *)sh; in mio_aucat_write() local
153 struct mio_aucat_hdl *hdl = (struct mio_aucat_hdl *)sh; in mio_aucat_pollfd() local
164 struct mio_aucat_hdl *hdl = (struct mio_aucat_hdl *)sh; in mio_aucat_revents() local
H A Dsioctl_sun.c84 initmute(struct sioctl_sun_hdl *hdl, struct mixer_devinfo *info) in initmute() argument
109 initvol(struct sioctl_sun_hdl *hdl, struct volume *vol, char *cn, char *dn) in initvol() argument
136 init(struct sioctl_sun_hdl *hdl) in init() argument
181 setvol(struct sioctl_sun_hdl * hdl,struct volume * vol,int addr,int val) setvol() argument
233 scanvol(struct sioctl_sun_hdl * hdl,struct volume * vol) scanvol() argument
287 updatevol(struct sioctl_sun_hdl * hdl,struct volume * vol,int idx) updatevol() argument
376 struct sioctl_sun_hdl *hdl; sioctl_sun_fdopen() local
393 struct sioctl_hdl *hdl; _sioctl_sun_open() local
410 struct sioctl_sun_hdl *hdl = (struct sioctl_sun_hdl *)addr; sioctl_sun_close() local
419 struct sioctl_sun_hdl *hdl = (struct sioctl_sun_hdl *)addr; sioctl_sun_ondesc() local
454 struct sioctl_sun_hdl *hdl = (struct sioctl_sun_hdl *)arg; sioctl_sun_setctl() local
473 struct sioctl_sun_hdl *hdl = (struct sioctl_sun_hdl *)addr; sioctl_sun_pollfd() local
484 struct sioctl_sun_hdl *hdl = (struct sioctl_sun_hdl *)arg; sioctl_sun_revents() local
[all...]
H A Dmio_rmidi.c108 struct mio_rmidi_hdl *hdl; in mio_rmidi_fdopen() local
124 struct mio_hdl *hdl; in _mio_rmidi_open() local
141 struct mio_rmidi_hdl *hdl = (struct mio_rmidi_hdl *)sh; in mio_rmidi_close() local
153 struct mio_rmidi_hdl *hdl = (struct mio_rmidi_hdl *)sh; in mio_rmidi_read() local
176 struct mio_rmidi_hdl *hdl = (struct mio_rmidi_hdl *)sh; in mio_rmidi_write() local
200 struct mio_rmidi_hdl *hdl = (struct mio_rmidi_hdl *)sh; in mio_rmidi_pollfd() local
/openbsd-src/sys/dev/pci/
H A Deso.c531 eso_intr(void *hdl) in eso_intr() argument
630 eso_open(void *hdl, int flags) in eso_open() argument
636 eso_close(void *hdl) in eso_close() argument
641 eso_set_params(void *hdl, int setmode, int usemode, in eso_set_params() argument
720 eso_round_blocksize(void *hdl, int blk) in eso_round_blocksize() argument
726 eso_halt_output(void *hdl) in eso_halt_output() argument
762 eso_halt_input(void * hdl) eso_halt_input() argument
791 eso_set_port(void * hdl,mixer_ctrl_t * cp) eso_set_port() argument
995 eso_get_port(void * hdl,mixer_ctrl_t * cp) eso_get_port() argument
1093 eso_query_devinfo(void * hdl,mixer_devinfo_t * dip) eso_query_devinfo() argument
1465 eso_allocm(void * hdl,int direction,size_t size,int type,int flags) eso_allocm() argument
1520 eso_freem(void * hdl,void * addr,int type) eso_freem() argument
1536 eso_round_buffersize(void * hdl,int direction,size_t bufsize) eso_round_buffersize() argument
1559 eso_trigger_output(void * hdl,void * start,void * end,int blksize,void (* intr)(void *),void * arg,struct audio_params * param) eso_trigger_output() argument
1635 eso_trigger_input(void * hdl,void * start,void * end,int blksize,void (* intr)(void *),void * arg,struct audio_params * param) eso_trigger_input() argument
[all...]
H A Desa.c182 esa_open(void *hdl, int flags) in esa_open() argument
189 esa_close(void *hdl) in esa_close() argument
196 esa_set_params(void *hdl, int setmode, int usemode, struct audio_params *play, in esa_set_params() argument
252 esa_commit_settings(void *hdl) in esa_commit_settings() argument
314 esa_round_blocksize(void *hdl, int bs) in esa_round_blocksize() argument
327 esa_halt_output(void *hdl) in esa_halt_output() argument
367 esa_halt_input(void * hdl) esa_halt_input() argument
406 esa_malloc(void * hdl,int direction,size_t size,int type,int flags) esa_malloc() argument
430 esa_free(void * hdl,void * addr,int type) esa_free() argument
447 esa_set_port(void * hdl,mixer_ctrl_t * mc) esa_set_port() argument
456 esa_get_port(void * hdl,mixer_ctrl_t * mc) esa_get_port() argument
465 esa_query_devinfo(void * hdl,mixer_devinfo_t * di) esa_query_devinfo() argument
474 esa_round_buffersize(void * hdl,int direction,size_t bufsize) esa_round_buffersize() argument
487 esa_trigger_output(void * hdl,void * start,void * end,int blksize,void (* intr)(void *),void * intrarg,struct audio_params * param) esa_trigger_output() argument
619 esa_trigger_input(void * hdl,void * start,void * end,int blksize,void (* intr)(void *),void * intrarg,struct audio_params * param) esa_trigger_input() argument
749 esa_intr(void * hdl) esa_intr() argument
[all...]
H A Dauixp.c184 auixp_commit_settings(void *hdl) in auixp_commit_settings() argument
267 auixp_set_params(void *hdl, int setmode, int usemode, in auixp_set_params() argument
349 auixp_malloc(void *hdl, int direction, size_t size, int pool, int flags) in auixp_malloc() argument
386 auixp_free(void *hdl, void *addr, int pool) in auixp_free() argument
407 auixp_set_port(void *hdl, mixer_ctrl_t *mc) in auixp_set_port() argument
418 auixp_get_port(void * hdl,mixer_ctrl_t * mc) auixp_get_port() argument
428 auixp_query_devinfo(void * hdl,mixer_devinfo_t * di) auixp_query_devinfo() argument
604 auixp_trigger_output(void * hdl,void * start,void * end,int blksize,void (* intr)(void *),void * intrarg,struct audio_params * param) auixp_trigger_output() argument
661 auixp_halt_output(void * hdl) auixp_halt_output() argument
682 auixp_trigger_input(void * hdl,void * start,void * end,int blksize,void (* intr)(void *),void * intrarg,struct audio_params * param) auixp_trigger_input() argument
739 auixp_halt_input(void * hdl) auixp_halt_input() argument
[all...]
/openbsd-src/lib/libcurses/tinfo/
H A Dlib_win32con.c169 IsConsoleHandle(HANDLE hdl) in IsConsoleHandle()
197 HANDLE hdl = INVALID_HANDLE_VALUE; in _nc_console_test() local
218 HANDLE hdl = _nc_console_handle(fd); in _nc_console_fd2handle() local
244 _nc_console_setmode(HANDLE hdl, const TTY * arg) in _nc_console_setmode()
302 _nc_console_getmode(HANDLE hdl, TTY * arg) in _nc_console_getmode()
335 _nc_console_flush(HANDLE hdl) in _nc_console_flush()
832 HANDLE hdl, in _nc_console_twait()
1000 HANDLE hdl, in _nc_console_testmouse()
1024 HANDLE hdl, in _nc_console_read()
/openbsd-src/regress/lib/libsndio/fd/
H A Dfd.c105 buf_rec(struct buf *buf, struct sio_hdl *hdl) in buf_rec()
144 buf_play(struct buf *buf, struct sio_hdl *hdl) in buf_play()
192 struct sio_hdl *hdl; in main() local
/openbsd-src/usr.sbin/smtpd/
H A Dtable_db.c147 table_db_close2(void *hdl) in table_db_close2()
223 table_db_get_entry_match(void *hdl, const char *key, size_t *len, in table_db_get_entry_match()
245 table_db_get_entry(void *hdl, const char *key, size_t *len) in table_db_get_entry()
H A Dtree.c177 tree_iter(struct tree *t, void **hdl, uint64_t *id, void **data) in tree_iter()
199 tree_iterfrom(struct tree *t, void **hdl, uint64_t k, uint64_t *id, void **data) in tree_iterfrom()
H A Dqueue_fs.c372 static void *hdl = NULL; in queue_fs_envelope_walk() local
566 fsqueue_qwalk_close(void *hdl) in fsqueue_qwalk_close()
576 fsqueue_qwalk(void *hdl, uint64_t *evpid) in fsqueue_qwalk()
H A Ddict.c190 dict_iter(struct dict *d, void **hdl, const char **k, void **data) in dict_iter()
212 dict_iterfrom(struct dict *d, void **hdl, const char *kfrom, const char **k, in dict_iterfrom()
/openbsd-src/usr.bin/sndiod/
H A Dmiofile.h23 struct mio_hdl *hdl; member
H A Ddev_sioctl.h25 struct sioctl_hdl *hdl; member
/openbsd-src/regress/lib/libsndio/cap/
H A Dcap.c66 struct sio_hdl *hdl; in main() local
/openbsd-src/regress/lib/libsndio/rec/
H A Drec.c41 struct sio_hdl *hdl; in main() local
/openbsd-src/regress/lib/libsndio/play/
H A Dplay.c44 struct sio_hdl *hdl; in main() local
/openbsd-src/regress/lib/libsndio/vol/
H A Dvol.c37 struct sio_hdl *hdl; in main() local

12