Searched refs:volume (Results 1 - 25 of 175) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/afs/
H A Dvolume.c1 /* AFS volume management
24 * lookup a volume by name
26 * "%[cell:]volume[.]" R/W volume
27 * "#[cell:]volume[.]" R/O or R/W volume (rwparent=0),
28 * or R/W (rwparent=1) volume
29 * "%[cell:]volume.readonly" R/O volume
30 * "#[cell:]volume
48 struct afs_volume *volume = NULL; local
168 afs_put_volume(struct afs_volume *volume) argument
216 struct afs_volume *volume = vnode->volume; local
305 struct afs_volume *volume = vnode->volume; local
[all...]
H A DMakefile25 volume.o \
H A Dcache.c147 .name = "volume",
157 * match a volume hash record stored in the cache
164 struct afs_volume *volume = target; local
166 _enter("{%u},{%u}", volume->type, vhash->vtype);
168 if (volume->type == vhash->vtype) {
179 * update a volume hash record stored in the cache
185 struct afs_volume *volume = source; local
189 vhash->vtype = volume->type;
H A Dsuper.c183 * parse a device name to get cell name, volume name, volume type and R/W
186 * "%[cell:]volume[.]" R/W volume
187 * "#[cell:]volume[.]" R/O or R/W volume (rwpath=0),
188 * or R/W (rwpath=1) volume
189 * "%[cell:]volume.readonly" R/O volume
190 * "#[cell:]volume
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dvolume.c63 #include "volume.h"
82 struct vol *current_vol; /* last volume from getvolbyvid() */
96 #define VOLOPT_PASSWORD 4 /* volume password */
100 #define VOLOPT_LIMITSIZE 8 /* Limit the size of the volume */
191 * $d -> volume pathname on server
198 * $v -> volume name or basename if null
409 /* we'll assume it's a volume name. */
532 LOG(log_debug, logtype_afpd, "CNID Server for volume '%s': %s:%s",
551 /* this code allows forced uid/gid per volume settings */
589 LOG(log_debug, logtype_afpd, "ignoring unknown volume optio
597 struct vol *volume; local
613 struct vol *volume; local
1433 volume_unlink(struct vol *volume) argument
1684 struct vol *volume; local
2026 struct vol *volume; local
2098 volume_codepage(AFPObj *obj, struct vol *volume) argument
2132 volume_openDB(struct vol *volume) argument
2261 struct vol *volume; local
[all...]
H A Dafp_avahi.c27 #include "volume.h"
49 const struct vol *volume; local
73 for (volume = getvolumes(); volume; volume = volume->v_next) {
75 if (convert_string(CH_UCS2, CH_UTF8_MAC, volume->v_u8mname, -1, tmpname, 255) <= 0) {
76 LOG ( log_error, logtype_afpd, "Could not set Zeroconf volume name for TimeMachine");
80 if (volume->v_flags & AFPVOL_TM) {
81 if (volume
[all...]
H A Dafp_mdns.c27 #include "volume.h"
121 const struct vol *volume; local
139 for (volume = getvolumes(); volume; volume = volume->v_next) {
141 if (convert_string(CH_UCS2, CH_UTF8_MAC, volume->v_u8mname, -1, tmpname, 255) <= 0) {
142 LOG ( log_error, logtype_afpd, "Could not set Zeroconf volume name for TimeMachine");
146 if (volume->v_flags & AFPVOL_TM) {
147 if (volume
[all...]
H A Ddircache.h20 #include <atalk/volume.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dvolume.c62 #include "volume.h"
80 struct vol *current_vol; /* last volume from getvolbyvid() */
94 #define VOLOPT_PASSWORD 4 /* volume password */
98 #define VOLOPT_LIMITSIZE 8 /* Limit the size of the volume */
189 * $d -> volume pathname on server
196 * $v -> volume name or basename if null
402 /* we'll assume it's a volume name. */
520 LOG(log_debug, logtype_afpd, "CNID Server for volume '%s': %s:%s",
539 /* this code allows forced uid/gid per volume settings */
577 LOG(log_debug, logtype_afpd, "ignoring unknown volume optio
585 struct vol *volume; local
601 struct vol *volume; local
1412 volume_unlink(struct vol *volume) argument
1574 struct vol *volume; local
1906 struct vol *volume; local
1978 volume_codepage(AFPObj *obj, struct vol *volume) argument
2012 volume_openDB(struct vol *volume) argument
2140 struct vol *volume; local
[all...]
H A Dafp_avahi.c25 #include "volume.h"
47 const struct vol *volume; local
71 for (volume = getvolumes(); volume; volume = volume->v_next) {
73 if (convert_string(CH_UCS2, CH_UTF8_MAC, volume->v_name, -1, tmpname, 255) <= 0) {
74 LOG ( log_error, logtype_afpd, "Could not set Zeroconf volume name for TimeMachine");
78 if (volume->v_flags & AFPVOL_TM) {
79 if (volume
[all...]
H A Ddircache.h20 #include <atalk/volume.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dpt2258.h2 * ALSA Driver for the PT2258 volume controller.
30 unsigned char volume[6]; member in struct:snd_pt2258
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A Dad_rm.c34 #include <atalk/volume.h>
47 static afpvol_t volume; variable
127 "If the files and directories reside on an AFP volume, the corresponding\n"
169 openvol(argv[i], &volume);
177 closevol(&volume);
204 if (volume.volinfo.v_path) {
205 if ((volume.volinfo.v_adouble == AD_VERSION2)
215 if ((cnid = cnid_for_path(&volume, path, &did)) == CNID_INVALID) {
219 if (cnid_delete(volume.volume
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_rm.c34 #include <atalk/volume.h>
47 static afpvol_t volume; variable
127 "If the files and directories reside on an AFP volume, the corresponding\n"
169 openvol(argv[i], &volume);
177 closevol(&volume);
204 if (volume.volinfo.v_path) {
205 if ((volume.volinfo.v_adouble == AD_VERSION2)
215 if ((cnid = cnid_for_path(&volume, path, &did)) == CNID_INVALID) {
219 if (cnid_delete(volume.volume
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/test/afpd/
H A Dtest.sh5 echo Error creating AFP test volume /tmp/AFPtestvolume
19 echo -n "Creating volume config template ... "
H A Dsubtests.h31 #include <atalk/volume.h>
41 #include "volume.h"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/test/afpd/
H A Dtest.sh5 echo Error creating AFP test volume /tmp/AFPtestvolume
19 echo -n "Creating volume config template ... "
H A Dsubtests.h31 #include <atalk/volume.h>
41 #include "volume.h"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/include/winamp2/
H A Dout.h44 void (*SetVolume)(int volume); // volume is 0-255
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dtda7432.c4 * Handles audio functions: volume, balance, tone, loudness
21 * maxvol - set maximium volume to +20db (1), default is 0db(0)
24 * Revision: 0.7 - maxvol module parm to set maximium volume 0db or +20db
30 * Revision: 0.3 - Fixed silly reversed volume controls. :)
32 * fixed volume control
65 MODULE_PARM_DESC(maxvol,"Set maximium volume to +20db (0), default is 0db(1)");
81 int volume; member in struct:tda7432
97 * The TDA7432 controls basic audio functions like volume, balance,
142 /* Lower 7 bits control volume from -79dB to +32dB in 1dB steps
249 t->input,t->volume,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/ppc/
H A Dbeep.c35 int volume; /* mixer volume: 0-100 */ member in struct:pmac_beep
36 int volume_play; /* currently playing volume */
147 if (hz == beep->hz && beep->volume == beep->volume_play) {
157 p[0] = p[1] = beep_wform[j >> 8] * beep->volume;
161 beep->volume_play = beep->volume;
172 * beep volume mixer
190 ucontrol->value.integer.value[0] = chip->beep->volume;
200 oval = chip->beep->volume;
201 chip->beep->volume
[all...]
H A Dburgundy.c131 * Burgundy volume: 0 - 100, stereo
135 long *volume, int shift)
139 lvolume = volume[0] ? volume[0] + BURGUNDY_VOLUME_OFFSET : 0;
140 rvolume = volume[1] ? volume[1] + BURGUNDY_VOLUME_OFFSET : 0;
151 long *volume, int shift)
157 volume[0] = wvolume & 0xff;
158 if (volume[0] >= BURGUNDY_VOLUME_OFFSET)
159 volume[
134 snd_pmac_burgundy_write_volume(struct snd_pmac *chip, unsigned int address, long *volume, int shift) argument
150 snd_pmac_burgundy_read_volume(struct snd_pmac *chip, unsigned int address, long *volume, int shift) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dvolinfo.h5 #include <atalk/volume.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Ddtlk.h74 unsigned char volume; /* nV; 0-9 */ member in struct:dtlk_settings
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dvolinfo.h5 #include <atalk/volume.h>

Completed in 191 milliseconds

1234567