Searched refs:volp (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c69 static int findhsvol(fstyp_hsfs_t *h, char *volp);
70 static int findisovol(fstyp_hsfs_t *h, char *volp);
71 static int findunixvol(fstyp_hsfs_t *h, char *volp);
223 * if found, volp will point to the descriptor
227 findhsvol(fstyp_hsfs_t *h, char *volp) argument
234 if ((err = GETCDSECTOR(h, volp, secno++, 1)) != 0) {
237 while (HSV_DESC_TYPE(volp) != VD_EOV) {
239 if (HSV_STD_ID(volp)[i] != HSV_ID_STRING[i])
241 if (HSV_STD_VER(volp) != HSV_ID_VER)
243 switch (HSV_DESC_TYPE(volp)) {
265 findisovol(fstyp_hsfs_t *h, char *volp) argument
303 findunixvol(fstyp_hsfs_t *h, char *volp) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c195 * if found, volp will point to the descriptor
199 findhsvol(volp)
200 char *volp;
206 GETSECTOR(volp, secno++, 1);
207 while (HSV_DESC_TYPE(volp) != VD_EOV) {
209 if (HSV_STD_ID(volp)[i] != HSV_ID_STRING[i])
211 if (HSV_STD_VER(volp) != HSV_ID_VER)
213 switch (HSV_DESC_TYPE(volp)) {
220 GETSECTOR(volp, secno++, 1);
229 * if found, volp wil
[all...]
/opensolaris-onvv-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
1269 hs_joliet_level(uchar_t *volp) argument
1295 hs_parseisovol(struct hsfs *fsp, uchar_t *volp, struct hs_volume *hvp) argument
[all...]
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dfsck.h107 struct vdp_desc *volp; variable in typeref:struct:vdp_desc
H A Dsetup.c275 volp = (struct vdp_desc *)tp;

Completed in 108 milliseconds