Home
last modified time | relevance | path

Searched refs:volp (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c198 findhsvol(volp) in findhsvol() argument
199 char *volp; in findhsvol()
205 GETSECTOR(volp, secno++, 1);
219 GETSECTOR(volp, secno++, 1);
232 findisovol(volp) in findisovol() argument
233 char *volp; in findisovol()
239 GETSECTOR(volp, secno++, 1);
253 GETSECTOR(volp, secno++, 1);
266 findunixvol(volp) in findunixvol() argument
267 char *volp; in findunixvol()
[all …]
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c1007 uchar_t *volp; in hs_findhsvol() local
1034 switch (HSV_DESC_TYPE(volp)) { in hs_findhsvol()
1137 uchar_t *volp; in hs_findisovol() local
1165 switch (ISO_DESC_TYPE(volp)) { in hs_findisovol()
1178 pvd_sum += volp[i]; in hs_findisovol()
1245 sum = volp[2045]; in hs_findisovol()
1247 sum += volp[2046]; in hs_findisovol()
1249 sum += volp[2047]; in hs_findisovol()
1269 hs_joliet_level(uchar_t *volp) in hs_joliet_level() argument
1275 switch (ISO_svd_esc(volp)[2]) { in hs_joliet_level() local
[all …]
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c225 findhsvol(fstyp_hsfs_t *h, char *volp) in findhsvol() argument
235 while (HSV_DESC_TYPE(volp) != VD_EOV) { in findhsvol()
239 if (HSV_STD_VER(volp) != HSV_ID_VER) in findhsvol()
241 switch (HSV_DESC_TYPE(volp)) { in findhsvol()
263 findisovol(fstyp_hsfs_t *h, char *volp) in findisovol() argument
273 while (ISO_DESC_TYPE(volp) != ISO_VD_EOV) { in findisovol()
277 if (ISO_STD_VER(volp) != ISO_ID_VER) in findisovol()
279 switch (ISO_DESC_TYPE(volp)) { in findisovol()
301 findunixvol(fstyp_hsfs_t *h, char *volp) in findunixvol() argument
315 if (ISO_STD_VER(volp) != ISO_ID_VER) in findunixvol()
[all …]
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_oss.c871 *volp = vol | (vol << 8); in sndctl_dsp_getplayvol()
880 vol = *volp & 0xff; in sndctl_dsp_setplayvol()
886 *volp = (vol | (vol << 8)); in sndctl_dsp_setplayvol()
892 sndctl_dsp_getrecvol(audio_client_t *c, int *volp) in sndctl_dsp_getrecvol() argument
897 *volp = (vol | (vol << 8)); in sndctl_dsp_getrecvol()
906 vol = *volp & 0xff; in sndctl_dsp_setrecvol()
912 *volp = (vol | (vol << 8)); in sndctl_dsp_setrecvol()
922 vol = *volp & 0xff; in sound_mixer_write_ogain()
927 *volp = (vol | (vol << 8)); in sound_mixer_write_ogain()
936 vol = *volp & 0xff; in sound_mixer_write_igain()
[all …]
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c98 static struct vdp_desc *volp; variable
298 volp = (struct vdp_desc *)tp; in check_vdp()