Searched refs:off (Results 51 - 75 of 3466) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/tdb/common/
H A Dtraverse.c37 int want_next = (tlock->off != 0);
41 if (!tlock->off && tlock->hash != 0) {
80 if (!tlock->off) {
82 &tlock->off) == -1)
86 if (tdb_unlock_record(tdb, tlock->off) != 0)
92 if (tdb_rec_read(tdb, tlock->off, rec) == -1)
94 tlock->off = rec->next;
98 while( tlock->off) {
100 if (tdb_rec_read(tdb, tlock->off, rec) == -1)
104 if (tlock->off
150 tdb_off_t off; local
274 tdb_off_t off; local
307 tdb_off_t off; local
[all...]
H A Dcheck.c65 tdb_off_t off,
74 off, rec->next));
80 off, rec->next));
86 off, rec->next));
96 off, rec->rec_len));
103 off, rec->rec_len));
107 if (tdb->methods->tdb_oob(tdb, off+sizeof(*rec)+rec->rec_len, 0))
111 if (tdb_ofs_read(tdb, off+sizeof(*rec)+rec->rec_len-sizeof(tailer),
116 "Record offset %d invalid tailer\n", off));
130 tdb_off_t off, tdb_len_
64 tdb_check_record(struct tdb_context *tdb, tdb_off_t off, const struct tdb_record *rec) argument
129 get_bytes(struct tdb_context *tdb, tdb_off_t off, tdb_len_t len) argument
213 record_offset(unsigned char bits[], tdb_off_t off) argument
229 tdb_check_used_record(struct tdb_context *tdb, tdb_off_t off, const struct tdb_record *rec, unsigned char **hashes, int (*check)(TDB_DATA, TDB_DATA, void *), void *private_data) argument
288 tdb_check_free_record(struct tdb_context *tdb, tdb_off_t off, const struct tdb_record *rec, unsigned char **hashes) argument
310 tdb_off_t off, recovery_start; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libatalk/tdb/
H A Dtraverse.c37 int want_next = (tlock->off != 0);
41 if (!tlock->off && tlock->hash != 0) {
80 if (!tlock->off) {
82 &tlock->off) == -1)
86 if (tdb_unlock_record(tdb, tlock->off) != 0)
92 if (tdb_rec_read(tdb, tlock->off, rec) == -1)
94 tlock->off = rec->next;
98 while( tlock->off) {
100 if (tdb_rec_read(tdb, tlock->off, rec) == -1)
104 if (tlock->off
150 tdb_off_t off; local
274 tdb_off_t off; local
307 tdb_off_t off; local
[all...]
H A Dcheck.c65 tdb_off_t off,
74 off, rec->next));
80 off, rec->next));
86 off, rec->next));
96 off, rec->rec_len));
103 off, rec->rec_len));
107 if (tdb->methods->tdb_oob(tdb, off+sizeof(*rec)+rec->rec_len, 0))
111 if (tdb_ofs_read(tdb, off+sizeof(*rec)+rec->rec_len-sizeof(tailer),
116 "Record offset %d invalid tailer\n", off));
130 tdb_off_t off, tdb_len_
64 tdb_check_record(struct tdb_context *tdb, tdb_off_t off, const struct tdb_record *rec) argument
129 get_bytes(struct tdb_context *tdb, tdb_off_t off, tdb_len_t len) argument
213 record_offset(unsigned char bits[], tdb_off_t off) argument
229 tdb_check_used_record(struct tdb_context *tdb, tdb_off_t off, const struct tdb_record *rec, unsigned char **hashes, int (*check)(TDB_DATA, TDB_DATA, void *), void *private_data) argument
288 tdb_check_free_record(struct tdb_context *tdb, tdb_off_t off, const struct tdb_record *rec, unsigned char **hashes) argument
310 tdb_off_t off, recovery_start; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libatalk/tdb/
H A Dtraverse.c37 int want_next = (tlock->off != 0);
41 if (!tlock->off && tlock->hash != 0) {
80 if (!tlock->off) {
82 &tlock->off) == -1)
86 if (tdb_unlock_record(tdb, tlock->off) != 0)
92 if (tdb_rec_read(tdb, tlock->off, rec) == -1)
94 tlock->off = rec->next;
98 while( tlock->off) {
100 if (tdb_rec_read(tdb, tlock->off, rec) == -1)
104 if (tlock->off
150 tdb_off_t off; local
274 tdb_off_t off; local
307 tdb_off_t off; local
[all...]
H A Dcheck.c65 tdb_off_t off,
74 off, rec->next));
80 off, rec->next));
86 off, rec->next));
96 off, rec->rec_len));
103 off, rec->rec_len));
107 if (tdb->methods->tdb_oob(tdb, off+sizeof(*rec)+rec->rec_len, 0))
111 if (tdb_ofs_read(tdb, off+sizeof(*rec)+rec->rec_len-sizeof(tailer),
116 "Record offset %d invalid tailer\n", off));
130 tdb_off_t off, tdb_len_
64 tdb_check_record(struct tdb_context *tdb, tdb_off_t off, const struct tdb_record *rec) argument
129 get_bytes(struct tdb_context *tdb, tdb_off_t off, tdb_len_t len) argument
213 record_offset(unsigned char bits[], tdb_off_t off) argument
229 tdb_check_used_record(struct tdb_context *tdb, tdb_off_t off, const struct tdb_record *rec, unsigned char **hashes, int (*check)(TDB_DATA, TDB_DATA, void *), void *private_data) argument
288 tdb_check_free_record(struct tdb_context *tdb, tdb_off_t off, const struct tdb_record *rec, unsigned char **hashes) argument
310 tdb_off_t off, recovery_start; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/tdb/common/
H A Dtraverse.c37 int want_next = (tlock->off != 0);
41 if (!tlock->off && tlock->hash != 0) {
80 if (!tlock->off) {
82 &tlock->off) == -1)
86 if (tdb_unlock_record(tdb, tlock->off) != 0)
92 if (tdb_rec_read(tdb, tlock->off, rec) == -1)
94 tlock->off = rec->next;
98 while( tlock->off) {
100 if (tdb_rec_read(tdb, tlock->off, rec) == -1)
104 if (tlock->off
150 tdb_off_t off; local
274 tdb_off_t off; local
307 tdb_off_t off; local
[all...]
H A Dcheck.c65 tdb_off_t off,
74 off, rec->next));
80 off, rec->next));
86 off, rec->next));
96 off, rec->rec_len));
103 off, rec->rec_len));
107 if (tdb->methods->tdb_oob(tdb, off+sizeof(*rec)+rec->rec_len, 0))
111 if (tdb_ofs_read(tdb, off+sizeof(*rec)+rec->rec_len-sizeof(tailer),
116 "Record offset %d invalid tailer\n", off));
130 tdb_off_t off, tdb_len_
64 tdb_check_record(struct tdb_context *tdb, tdb_off_t off, const struct tdb_record *rec) argument
129 get_bytes(struct tdb_context *tdb, tdb_off_t off, tdb_len_t len) argument
213 record_offset(unsigned char bits[], tdb_off_t off) argument
229 tdb_check_used_record(struct tdb_context *tdb, tdb_off_t off, const struct tdb_record *rec, unsigned char **hashes, int (*check)(TDB_DATA, TDB_DATA, void *), void *private_data) argument
288 tdb_check_free_record(struct tdb_context *tdb, tdb_off_t off, const struct tdb_record *rec, unsigned char **hashes) argument
310 tdb_off_t off, recovery_start; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libatalk/tdb/
H A Dtraverse.c37 int want_next = (tlock->off != 0);
41 if (!tlock->off && tlock->hash != 0) {
80 if (!tlock->off) {
82 &tlock->off) == -1)
86 if (tdb_unlock_record(tdb, tlock->off) != 0)
92 if (tdb_rec_read(tdb, tlock->off, rec) == -1)
94 tlock->off = rec->next;
98 while( tlock->off) {
100 if (tdb_rec_read(tdb, tlock->off, rec) == -1)
104 if (tlock->off
150 tdb_off_t off; local
274 tdb_off_t off; local
307 tdb_off_t off; local
[all...]
H A Dcheck.c65 tdb_off_t off,
74 off, rec->next));
80 off, rec->next));
86 off, rec->next));
96 off, rec->rec_len));
103 off, rec->rec_len));
107 if (tdb->methods->tdb_oob(tdb, off+sizeof(*rec)+rec->rec_len, 0))
111 if (tdb_ofs_read(tdb, off+sizeof(*rec)+rec->rec_len-sizeof(tailer),
116 "Record offset %d invalid tailer\n", off));
130 tdb_off_t off, tdb_len_
64 tdb_check_record(struct tdb_context *tdb, tdb_off_t off, const struct tdb_record *rec) argument
129 get_bytes(struct tdb_context *tdb, tdb_off_t off, tdb_len_t len) argument
213 record_offset(unsigned char bits[], tdb_off_t off) argument
229 tdb_check_used_record(struct tdb_context *tdb, tdb_off_t off, const struct tdb_record *rec, unsigned char **hashes, int (*check)(TDB_DATA, TDB_DATA, void *), void *private_data) argument
288 tdb_check_free_record(struct tdb_context *tdb, tdb_off_t off, const struct tdb_record *rec, unsigned char **hashes) argument
310 tdb_off_t off, recovery_start; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dcompiler-intel.h21 #define RELOC_HIDE(ptr, off) \
24 (typeof(ptr)) (__ptr + (off)); })
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dfb.h9 unsigned long off)
11 vma->vm_page_prot = phys_mem_access_prot(file, off >> PAGE_SHIFT,
8 fb_pgprotect(struct file *file, struct vm_area_struct *vma, unsigned long off) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/include/asm/
H A Djsflash.h24 __u64 off; /* 0x20000000 is included */ member in struct:jsflash_ident_arg
35 __u64 off; member in struct:jsflash_program_arg
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dcompiler-intel.h21 #define RELOC_HIDE(ptr, off) \
24 (typeof(ptr)) (__ptr + (off)); })
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
H A Djsflash.h24 __u64 off; /* 0x20000000 is included */ member in struct:jsflash_ident_arg
35 __u64 off; member in struct:jsflash_program_arg
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/include/asm/
H A Dblinken.h22 static __inline__ void blinken_leds(int on, int off) argument
27 ledstate &= ~off;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/include/
H A Dflashutl.h27 int sysFlashRead(uint off, uchar *dst, uint bytes);
28 int sysFlashWrite(uint off, uchar *src, uint bytes);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dblinken.h22 static __inline__ void blinken_leds(int on, int off) argument
27 ledstate &= ~off;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dfb.h9 unsigned long off)
11 vma->vm_page_prot = phys_mem_access_prot(file, off >> PAGE_SHIFT,
8 fb_pgprotect(struct file *file, struct vm_area_struct *vma, unsigned long off) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/util/
H A DPackedInteger.java57 * @param off the offset in the buffer at which to start reading.
61 public static int readInt(byte[] buf, int off) { argument
66 int b1 = buf[off++];
77 int value = buf[off++] & 0xFF;
79 value |= (buf[off++] & 0xFF) << 8;
81 value |= (buf[off++] & 0xFF) << 16;
83 value |= (buf[off++] & 0xFF) << 24;
96 * @param off the offset in the buffer at which to start reading.
100 public static long readLong(byte[] buf, int off) { argument
105 int b1 = buf[off
155 getReadIntLength(byte[] buf, int off) argument
180 getReadLongLength(byte[] buf, int off) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pci/
H A Dvpd.c10 int pci_vpd_find_tag(const u8 *buf, unsigned int off, unsigned int len, u8 rdt) argument
14 for (i = off; i < len; ) {
45 int pci_vpd_find_info_keyword(const u8 *buf, unsigned int off, argument
50 for (i = off; i + PCI_VPD_INFO_FLD_HDR_SIZE <= off + len;) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pci/
H A Dvpd.c10 int pci_vpd_find_tag(const u8 *buf, unsigned int off, unsigned int len, u8 rdt) argument
14 for (i = off; i < len; ) {
45 int pci_vpd_find_info_keyword(const u8 *buf, unsigned int off, argument
50 for (i = off; i + PCI_VPD_INFO_FLD_HDR_SIZE <= off + len;) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/util/
H A DPackedInteger.java57 * @param off the offset in the buffer at which to start reading.
61 public static int readInt(byte[] buf, int off) { argument
66 int b1 = buf[off++];
77 int value = buf[off++] & 0xFF;
79 value |= (buf[off++] & 0xFF) << 8;
81 value |= (buf[off++] & 0xFF) << 16;
83 value |= (buf[off++] & 0xFF) << 24;
96 * @param off the offset in the buffer at which to start reading.
100 public static long readLong(byte[] buf, int off) { argument
105 int b1 = buf[off
155 getReadIntLength(byte[] buf, int off) argument
180 getReadLongLength(byte[] buf, int off) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/util/
H A DPackedInteger.java57 * @param off the offset in the buffer at which to start reading.
61 public static int readInt(byte[] buf, int off) { argument
66 int b1 = buf[off++];
77 int value = buf[off++] & 0xFF;
79 value |= (buf[off++] & 0xFF) << 8;
81 value |= (buf[off++] & 0xFF) << 16;
83 value |= (buf[off++] & 0xFF) << 24;
96 * @param off the offset in the buffer at which to start reading.
100 public static long readLong(byte[] buf, int off) { argument
105 int b1 = buf[off
155 getReadIntLength(byte[] buf, int off) argument
180 getReadLongLength(byte[] buf, int off) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/tdb/common/
H A Dcheck.c65 tdb_off_t off,
74 off, rec->next));
80 off, rec->next));
86 off, rec->next));
96 off, rec->rec_len));
103 off, rec->rec_len));
107 if (tdb->methods->tdb_oob(tdb, off+sizeof(*rec)+rec->rec_len, 0))
111 if (tdb_ofs_read(tdb, off+sizeof(*rec)+rec->rec_len-sizeof(tailer),
116 "Record offset %d invalid tailer\n", off));
130 tdb_off_t off, tdb_len_
64 tdb_check_record(struct tdb_context *tdb, tdb_off_t off, const struct tdb_record *rec) argument
129 get_bytes(struct tdb_context *tdb, tdb_off_t off, tdb_len_t len) argument
213 record_offset(unsigned char bits[], tdb_off_t off) argument
229 tdb_check_used_record(struct tdb_context *tdb, tdb_off_t off, const struct tdb_record *rec, unsigned char **hashes, int (*check)(TDB_DATA, TDB_DATA, void *), void *private_data) argument
288 tdb_check_free_record(struct tdb_context *tdb, tdb_off_t off, const struct tdb_record *rec, unsigned char **hashes) argument
310 tdb_off_t off, recovery_start; local
[all...]

Completed in 231 milliseconds

1234567891011>>