Searched defs:volp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c67 static int findhsvol(fstyp_hsfs_t *h, char *volp);
68 static int findisovol(fstyp_hsfs_t *h, char *volp);
69 static int findunixvol(fstyp_hsfs_t *h, char *volp);
221 * if found, volp will point to the descriptor
225 findhsvol(fstyp_hsfs_t *h, char *volp) argument
232 if ((err = GETCDSECTOR(h, volp, secno++, 1)) != 0) {
235 while (HSV_DESC_TYPE(volp) != VD_EOV) {
237 if (HSV_STD_ID(volp)[i] != HSV_ID_STRING[i])
239 if (HSV_STD_VER(volp) != HSV_ID_VER)
241 switch (HSV_DESC_TYPE(volp)) {
263 findisovol(fstyp_hsfs_t *h, char *volp) argument
301 findunixvol(fstyp_hsfs_t *h, char *volp) argument
[all...]
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dfsck.h107 struct vdp_desc *volp; variable in typeref:struct:vdp_desc
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c235 static int hs_parsehsvol(struct hsfs *fsp, uchar_t *volp,
241 static int hs_joliet_level(uchar_t *volp);
242 static int hs_parseisovol(struct hsfs *fsp, uchar_t *volp,
1006 uchar_t *volp; local
1020 volp = (uchar_t *)secbp->b_un.b_addr;
1027 HSV_DESC_TYPE(volp) != VD_EOV; n++) {
1029 if (HSV_STD_ID(volp)[i] != HSV_ID_STRING[i])
1031 if (HSV_STD_VER(volp) != HSV_ID_VER)
1033 switch (HSV_DESC_TYPE(volp)) {
1037 error = hs_parsehsvol(fsp, volp, hv
1077 hs_parsehsvol(struct hsfs *fsp, uchar_t *volp, struct hs_volume *hvp) argument
1136 uchar_t *volp; local
1268 hs_joliet_level(uchar_t *volp) argument
1294 hs_parseisovol(struct hsfs *fsp, uchar_t *volp, struct hs_volume *hvp) argument
[all...]
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_oss.c865 sndctl_dsp_getplayvol(audio_client_t *c, int *volp) argument
871 *volp = vol | (vol << 8);
876 sndctl_dsp_setplayvol(audio_client_t *c, int *volp) argument
880 vol = *volp & 0xff;
886 *volp = (vol | (vol << 8));
892 sndctl_dsp_getrecvol(audio_client_t *c, int *volp) argument
897 *volp = (vol | (vol << 8));
902 sndctl_dsp_setrecvol(audio_client_t *c, int *volp) argument
906 vol = *volp & 0xff;
912 *volp
918 sound_mixer_write_ogain(audio_client_t *c, int *volp) argument
932 sound_mixer_write_igain(audio_client_t *c, int *volp) argument
[all...]

Completed in 77 milliseconds