Searched refs:eid (Results 1 - 25 of 81) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DReplicationManagerSiteInfo.java25 public int eid; field in class:ReplicationManagerSiteInfo
31 public ReplicationManagerSiteInfo(ReplicationHostAddress hostAddr, int eid) argument
33 this(hostAddr, eid, false);
39 public ReplicationManagerSiteInfo(ReplicationHostAddress hostAddr, int eid, boolean isConnected) argument
42 this.eid = eid;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/adouble/
H A Dad_size.c18 off_t ad_size(const struct adouble *ad, const u_int32_t eid) argument
20 if (eid == ADEID_DFORK) {
31 return ad_getentrylen(ad, eid);
H A Dad_flush.c56 u_int32_t eid; local
80 for ( eid = 0, nent = 0; eid < ADEID_MAX; eid++ ) {
81 if ( ad->ad_eid[ eid ].ade_off == 0 ) {
84 temp = htonl( EID_DISK(eid) );
88 temp = htonl( ad->ad_eid[ eid ].ade_off );
92 temp = htonl( ad->ad_eid[ eid ].ade_len );
109 u_int32_t eid; local
112 for ( eid
[all...]
H A Dad_sendfile.c121 const int eid, off_t *off,
127 *off = ad_size(ad, eid) - *off;
129 if (eid == ADEID_DFORK) {
132 *off += ad_getentryoff(ad, eid);
144 ssize_t ad_writefile(struct adouble *ad, const int eid,
152 fd = ad_sendfile_init(ad, eid, &off, end);
156 if ((eid != ADEID_DFORK) && (off > ad_getentrylen(ad, eid)))
157 ad_setentrylen(ad, eid, off);
120 ad_readfile_init(const struct adouble *ad, const int eid, off_t *off, const int end) argument
H A Dad_mmap.c31 void *ad_mmapread(struct adouble *ad, const u_int32_t eid, argument
35 if ( eid == ADEID_DFORK ) {
53 ad->ad_hf.adf_fd, ad->ad_eid[eid].ade_off + off);
60 void *ad_mmapwrite(struct adouble *ad, const u_int32_t eid, argument
66 if ( eid == ADEID_DFORK ) {
93 off = ad->ad_eid[ eid ].ade_len - off;
96 off += ad->ad_eid[eid].ade_off;
H A Dad_open.c101 /* i stick things in a slightly different order than their eid order in
150 static u_int32_t get_eid(struct adouble *ad, u_int32_t eid) argument
152 if (eid <= 15)
153 return eid;
156 if (eid == AD_DEV)
158 if (eid == AD_INO)
160 if (eid == AD_SYN)
162 if (eid == AD_ID)
216 const struct entry *eid; local
299 eid
498 u_int32_t eid, len, off; local
669 const struct entry *eid; local
1622 const struct entry *eid; local
[all...]
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) argument
59 if ( eid == ADEID_DFORK ) {
67 } else if ( eid == ADEID_RFORK ) {
74 off = st.st_size - off -ad_getentryoff(ad, eid);
76 r_off = ad_getentryoff(ad, eid) + off;
H A Dad_read.c62 ssize_t ad_read( struct adouble *ad, const u_int32_t eid, off_t off, char *buf, const size_t buflen) argument
68 if ( eid == ADEID_DFORK ) {
86 r_off = ad_getentryoff(ad, eid) + off;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/adouble/
H A Dad_size.c18 off_t ad_size(const struct adouble *ad, const u_int32_t eid) argument
20 if (eid == ADEID_DFORK) {
31 return ad_getentrylen(ad, eid);
H A Dad_flush.c56 u_int32_t eid; local
80 for ( eid = 0, nent = 0; eid < ADEID_MAX; eid++ ) {
81 if ( ad->ad_eid[ eid ].ade_off == 0 ) {
84 temp = htonl( EID_DISK(eid) );
88 temp = htonl( ad->ad_eid[ eid ].ade_off );
92 temp = htonl( ad->ad_eid[ eid ].ade_len );
109 u_int32_t eid; local
112 for ( eid
[all...]
H A Dad_sendfile.c94 const int eid, off_t *off,
100 *off = ad_size(ad, eid) - *off;
102 if (eid == ADEID_DFORK) {
105 *off += ad_getentryoff(ad, eid);
117 ssize_t ad_writefile(struct adouble *ad, const int eid,
125 fd = ad_sendfile_init(ad, eid, &off, end);
129 if ((eid != ADEID_DFORK) && (off > ad_getentrylen(ad, eid)))
130 ad_setentrylen(ad, eid, off);
93 ad_readfile_init(const struct adouble *ad, const int eid, off_t *off, const int end) argument
H A Dad_mmap.c31 void *ad_mmapread(struct adouble *ad, const u_int32_t eid, argument
35 if ( eid == ADEID_DFORK ) {
53 ad->ad_hf.adf_fd, ad->ad_eid[eid].ade_off + off);
60 void *ad_mmapwrite(struct adouble *ad, const u_int32_t eid, argument
66 if ( eid == ADEID_DFORK ) {
93 off = ad->ad_eid[ eid ].ade_len - off;
96 off += ad->ad_eid[eid].ade_off;
H A Dad_open.c101 /* i stick things in a slightly different order than their eid order in
150 static u_int32_t get_eid(struct adouble *ad, u_int32_t eid) argument
152 if (eid <= 15)
153 return eid;
156 if (eid == AD_DEV)
158 if (eid == AD_INO)
160 if (eid == AD_SYN)
162 if (eid == AD_ID)
216 const struct entry *eid; local
299 eid
498 u_int32_t eid, len, off; local
669 const struct entry *eid; local
1632 const struct entry *eid; local
[all...]
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) argument
59 if ( eid == ADEID_DFORK ) {
67 } else if ( eid == ADEID_RFORK ) {
74 off = st.st_size - off -ad_getentryoff(ad, eid);
76 r_off = ad_getentryoff(ad, eid) + off;
H A Dad_read.c62 ssize_t ad_read( struct adouble *ad, const u_int32_t eid, off_t off, char *buf, const size_t buflen) argument
68 if ( eid == ADEID_DFORK ) {
86 r_off = ad_getentryoff(ad, eid) + off;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfork.c162 static int setforkmode(struct adouble *adp, int eid, int ofrefnum, int what) argument
164 return ad_lock(adp, eid, ADLOCK_RD | ADLOCK_FILELOCK, what, 1, ofrefnum);
169 int getforkmode(struct adouble *adp, int eid, int what) argument
171 return ad_testlock(adp, eid, what);
176 static int fork_setmode(struct adouble *adp, int eid, int access, int ofrefnum) argument
185 return setforkmode(adp, eid, ofrefnum, AD_FILELOCK_OPEN_NONE);
189 if ((readset = getforkmode(adp, eid, AD_FILELOCK_OPEN_RD)) <0)
191 if ((denyreadset = getforkmode(adp, eid, AD_FILELOCK_DENY_RD)) <0)
206 ret = setforkmode(adp, eid, ofrefnum, AD_FILELOCK_OPEN_RD);
211 ret = setforkmode(adp, eid, ofrefnu
256 int ret, adflags, eid; local
529 int eid; local
663 int eid; local
771 read_file(struct ofork *ofork, int eid, off_t offset, u_char nlmask, u_char nlchar, char *rbuf, size_t *rbuflen, const int xlate) argument
844 int eid, xlate = 0; local
1139 write_file(struct ofork *ofork, int eid, off_t offset, char *rbuf, size_t rbuflen, const int xlate) argument
1185 int endflag, eid, xlate = 0, err = AFP_OK; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfork.c162 static int setforkmode(struct adouble *adp, int eid, int ofrefnum, off_t what) argument
164 return ad_lock(adp, eid, ADLOCK_RD | ADLOCK_FILELOCK, what, 1, ofrefnum);
169 int getforkmode(struct adouble *adp, int eid, off_t what) argument
171 return ad_testlock(adp, eid, what);
176 static int fork_setmode(struct adouble *adp, int eid, int access, int ofrefnum) argument
185 return setforkmode(adp, eid, ofrefnum, AD_FILELOCK_OPEN_NONE);
189 if ((readset = getforkmode(adp, eid, AD_FILELOCK_OPEN_RD)) <0)
191 if ((denyreadset = getforkmode(adp, eid, AD_FILELOCK_DENY_RD)) <0)
206 ret = setforkmode(adp, eid, ofrefnum, AD_FILELOCK_OPEN_RD);
211 ret = setforkmode(adp, eid, ofrefnu
256 int ret, adflags, eid; local
529 int eid; local
664 int eid; local
772 read_file(struct ofork *ofork, int eid, off_t offset, u_char nlmask, u_char nlchar, char *rbuf, size_t *rbuflen, const int xlate) argument
845 int eid, xlate = 0; local
1141 write_file(struct ofork *ofork, int eid, off_t offset, char *rbuf, size_t rbuflen, const int xlate) argument
1188 int endflag, eid, xlate = 0, err = AFP_OK; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_util.c31 __repmgr_schedule_connection_attempt(env, eid, immediate)
33 u_int eid;
53 retry->eid = eid;
56 site = SITE_FROM_EID(eid);
85 * connections. It does not initialize eid, since that isn't needed and/or
141 u_int new_site_max, eid; local
154 eid = db_rep->site_cnt++;
156 site = &db_rep->sites[eid];
165 (env, "EID %u is assigned for %s", eid,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_elect.c27 ((rep)->votes >= (rep)->nvotes && winner == (rep)->eid)
58 int done, eid, elected, full_elect, locked, in_progress, need_req; local
184 ret = __rep_wait(env, &to, &eid,
267 if (__rep_tally(env, rep, rep->eid, &rep->sites, rep->egen,
272 __rep_cmp_vote(env, rep, rep->eid, &lsn, priority, rep->gen,
289 ret = __rep_wait(env, &to, &eid, full_elect, REP_F_EPHASE1);
293 if (eid != DB_EID_INVALID && !IN_ELECTION(rep)) {
347 if (rep->winner == rep->eid) {
348 (void)__rep_tally(env, rep, rep->eid, &rep->votes,
375 if (send_vote != rep->eid) {
[all...]
H A Drep_lease.c145 le->eid = DB_EID_INVALID;
160 __rep_lease_grant(env, rp, rec, eid)
164 int eid;
186 __rep_find_entry(env, rep, eid, &le);
199 if (le->eid == DB_EID_INVALID ||
201 le->eid = eid;
206 "lease_grant: eid %d, start %lu %lu, end %lu %lu, duration %lu %lu",
207 le->eid, (u_long)le->start_time.tv_sec, (u_long)le->start_time.tv_nsec,
226 __rep_find_entry(env, rep, eid, le
[all...]
H A Drep_log.c24 __rep_allreq(env, rp, eid)
27 int eid;
63 if (use_bulk && (ret = __rep_bulk_alloc(env, &bulk, eid,
104 (void)__rep_send_message(env, eid,
114 ret = __rep_chk_newfile(env, logc, rep, rp, eid);
157 eid, REP_NEWFILE, &oldfilelsn, &newfiledbt,
182 eid, &repth, 0, end_flag);
365 __rep_logreq(env, rp, rec, eid)
369 int eid;
429 eid, REP_LO
[all...]
H A Drep_stub.c272 __rep_process_message(dbenv, control, rec, eid, ret_lsnp)
275 int eid;
280 COMPQUIET(eid, 0);
286 __rep_send_message(env, eid, rtype, lsnp, dbtp, logflags, repflags)
288 int eid;
294 COMPQUIET(eid, 0);
314 __rep_set_transport(dbenv, eid, f_send)
316 int eid;
320 COMPQUIET(eid, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_msg.c34 u_int32_t eid; member in struct:__anon2072
58 int eid, n, nsites, nsites_allocd; local
72 eid = ha->eid;
88 if ((ret = machtab_rem(tab, eid, 1)) != 0)
103 if (master_eid != eid)
127 &control, &rec, eid, &permlsn)) {
220 out: if ((t_ret = machtab_rem(tab, eid, 1)) != 0 && ret == 0)
251 int i, eid, port, ret; local
273 progname, fd, &eid))
397 int eid, ret; local
[all...]
H A Drep_net.c79 int eid; /* Application-specific machine id. */ member in struct:__member
111 /* Reserve eid's 0 and 1. */
159 member->eid = machtab->nextid++;
162 member->eid = m->eid;
170 *idp = member->eid;
191 machtab_getinfo(machtab, eid, hostp, portp)
193 int eid;
208 if (member->eid == eid) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Doma.c72 int16_t eid; local
97 eid = AV_RB16(&buf[6]);
98 if (eid != -1 && eid != -128) {
99 av_log(s, AV_LOG_ERROR, "Encrypted file! Eid: %d\n", eid);

Completed in 147 milliseconds

1234