Searched refs:ad_write (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/adouble/
H A DMakefile.am5 libadouble_la_SOURCES = ad_open.c ad_flush.c ad_read.c ad_write.c ad_size.c \
H A Dad_write.c48 ssize_t ad_write(struct adouble *ad, const u_int32_t eid, off_t off, const int end, const char *buf, const size_t buflen) function
H A DMakefile.in71 ad_write.lo ad_size.lo ad_mmap.lo ad_lock.lo ad_date.lo \
268 libadouble_la_SOURCES = ad_open.c ad_flush.c ad_read.c ad_write.c ad_size.c \
332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ad_write.Plo@am__quote@
H A DMakefile71 ad_write.lo ad_size.lo ad_mmap.lo ad_lock.lo ad_date.lo \
268 libadouble_la_SOURCES = ad_open.c ad_flush.c ad_read.c ad_write.c ad_size.c \
332 include ./$(DEPDIR)/ad_write.Plo
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/
H A Dad1816.c77 static void ad_write (ad1816_info * devc, int reg, int data) function
131 ad_write(devc, 4, ad_read(devc,4)|0x8080);
168 ad_write (devc, 8, cnt & 0xffff);
189 ad_write (devc, 10, cnt & 0xffff);
217 ad_write (devc, 2, freq & 0xffff);
218 ad_write (devc, 3, freq & 0xffff);
250 ad_write (devc, 2, freq & 0xffff);
251 ad_write (devc, 3, freq & 0xffff);
287 ad_write(devc, 4, ad_read(devc,4)&~0x8080);
290 ad_write(dev
[all...]
H A Dad1848.c232 static void ad_write(ad1848_info * devc, int reg, int data) function
413 ad_write(devc, 0, (ad_read(devc, 0) & 0x3f) | recdev);
414 ad_write(devc, 1, (ad_read(devc, 1) & 0x3f) | recdev);
438 ad_write(devc, devc->mix_devices[i][j].recreg, val);
524 ad_write(devc, regoffs, val);
527 ad_write(devc, muteregoffs, muteval);
657 ad_write(devc, 26, ad_read(devc, 26) & ~0x40); /* Unmute mono out */
659 ad_write(devc, 26, ad_read(devc, 26) | 0x40); /* Mute mono out */
666 ad_write(devc, 16, 0x60);
690 ad_write(dev
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dadouble.h528 /* ad_read.c/ad_write.c */
534 extern ssize_t ad_write (struct adouble *, const u_int32_t, off_t,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/megatron/
H A Dnad.c734 cc = ad_write( &nad.ad, forkeid[ fork ], nad.offset[ fork ],
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfork.c650 * appropriate check before each ad_read/ad_write. other things
1159 if (( cc = ad_write(ofork->of_ad, eid, offset, 0,
1169 LOG(log_error, logtype_afpd, "afp_write(%s): ad_write: %s", of_name(ofork), strerror(errno) );

Completed in 196 milliseconds