Searched refs:c_dev (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/common/io/audio/impl/ |
H A D | audio_ddi.c | 120 dip = c->c_dev->d_dip; in audio_getinfo() 176 audio_dev_warn(c->c_dev, "open failed (rv %d)", rv); in audio_open() 187 atomic_inc_uint(&c->c_dev->d_serial); in audio_open() 235 audio_dev_warn(c->c_dev, "open failed (rv %d)", rv); in audio_stropen() 248 atomic_inc_uint(&c->c_dev->d_serial); in audio_stropen() 281 d = c->c_dev; in audio_strclose() 282 auimpl_dev_hold(c->c_dev); in audio_strclose() 328 d = c->c_dev; in audio_close() 329 auimpl_dev_hold(c->c_dev); in audio_close()
|
H A D | audio_client.c | 757 atomic_inc_uint(&sp->s_client->c_dev->d_serial); in auclnt_set_gain() 785 atomic_inc_uint(&sp->s_client->c_dev->d_serial); in auclnt_set_muted() 846 atomic_inc_uint(&sp->s_client->c_dev->d_serial); in auclnt_set_paused() 950 audio_dev_warn(c->c_dev, "ddi_umem_alloc failed"); in auimpl_stream_init() 1059 c->c_dev = d; in auimpl_client_create() 1119 auimpl_dev_release(c->c_dev); in auimpl_client_destroy() 1120 c->c_dev = NULL; in auimpl_client_destroy() 1149 audio_dev_t *d = c->c_dev; in auclnt_close() 1290 audio_dev_t *d = c->c_dev; in auclnt_open() 1373 return (c->c_dev); in auclnt_get_dev() [all …]
|
H A D | audio_format.c | 771 audio_dev_warn(sp->s_client->c_dev, "invalid format selected"); in auimpl_format_setup() 861 audio_dev_warn(sp->s_client->c_dev, in auimpl_format_setup() 924 audio_dev_warn(sp->s_client->c_dev, in auimpl_format_alloc()
|
H A D | audio_impl.h | 201 audio_dev_t *c_dev; member
|
H A D | audio_engine.c | 373 audio_dev_t *d = sp->s_client->c_dev; in auimpl_engine_setup()
|
/titanic_41/usr/src/head/protocols/ |
H A D | dumprestore.h | 114 char c_dev[NAMELEN]; /* name of dumpped device */ member 153 #define c_dev c_shadow.c_nonsh.c_dev macro
|
/titanic_41/usr/src/cmd/backup/dump/ |
H A D | dumpmain.c | 641 (void) strncpy(spcl.c_dev, dt->mnt_special, in main() 642 sizeof (spcl.c_dev)); in main() 643 spcl.c_dev[sizeof (spcl.c_dev) - 1] = '\0'; in main() 648 (void) strncpy(spcl.c_dev, disk, sizeof (spcl.c_dev)); in main() 649 spcl.c_dev[sizeof (spcl.c_dev) - 1] = '\0'; in main()
|
/titanic_41/usr/src/head/ |
H A D | archives.h | 85 c_dev[6], member
|
/titanic_41/usr/src/cmd/backup/restore/ |
H A D | tape.c | 724 sizeof (dumpinfo.c_host), dumpinfo.c_host, dumpinfo.c_dev); in printdumpinfo() 1850 bcopy(spcl.c_dev, dumpinfo.c_dev, in gethead() 1851 sizeof (spcl.c_dev)); in gethead()
|