Home
last modified time | relevance | path

Searched refs:our_id (Results 1 – 25 of 126) sorted by relevance

123456

/dports/net-im/telegram-cli/tg-20200106/
H A Dtg-test.py6 our_id = 0 variable
19 global our_id
20 our_id = id
21 return "Set ID: " + str(our_id)
44 if msg.dest.id == our_id: # direct message
H A Dtest.lua2 our_id = 0
82 if (msg.to.id == our_id) then
90 if (msg.to.id == our_id) then
100 our_id = id
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/dht/
H A Dkbucket.cpp24 KBucket::KBucket(RPCServerInterface *srv, const dht::Key &our_id) in KBucket() argument
29 , our_id(our_id) in KBucket()
35 …t dht::Key &min_key, const dht::Key &max_key, dht::RPCServerInterface *srv, const dht::Key &our_id) in KBucket() argument
40 , our_id(our_id) in KBucket()
57 if (!keyInRange(our_id)) in splitAllowed()
72 KBucket::Ptr left(new KBucket(min_key, m, srv, our_id)); in split()
73 KBucket::Ptr right(new KBucket(m + 1, max_key, srv, our_id)); in split()
182 RPCMsg::Ptr p(new PingReq(our_id)); in pingQuestionable()
H A Dkbuckettable.cpp22 KBucketTable::KBucketTable(const Key &our_id)
23 : our_id(our_id)
34 KBucket::Ptr initial(new KBucket(srv, our_id));
135 KBucket::Ptr bucket(new KBucket(srv, our_id));
H A Dkbucket.h45 KBucket(RPCServerInterface *srv, const Key &our_id);
46 …cket(const dht::Key &min_key, const dht::Key &max_key, RPCServerInterface *srv, const Key &our_id);
143 Key our_id; variable
H A Dkbuckettable.h21 KBucketTable(const Key &our_id); in str_copy()
50 Key our_id; in str_copy()
H A Dnode.h53 return our_id;
87 dht::Key our_id;
H A Dnode.cpp87 our_id = d->loadKey(key_file);
88 d->ipv4_table.reset(new KBucketTable(our_id));
89 d->ipv6_table.reset(new KBucketTable(our_id));
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/aic7xxx/
H A Daic7xxx_proc.c48 u_int our_id, char channel,
135 u_int our_id, char channel, u_int target_id, in ahc_dump_target_state() argument
143 tinfo = ahc_fetch_transinfo(ahc, channel, our_id, in ahc_dump_target_state()
326 u_int our_id; in ahc_linux_show_info() local
331 our_id = ahc->our_id; in ahc_linux_show_info()
335 our_id = ahc->our_id_b; in ahc_linux_show_info()
339 ahc_dump_target_state(ahc, m, our_id, in ahc_linux_show_info()
H A Daic79xx_proc.c47 u_int our_id, char channel,
158 u_int our_id, char channel, u_int target_id) in ahd_dump_target_state() argument
165 tinfo = ahd_fetch_transinfo(ahd, channel, our_id, in ahd_dump_target_state()
312 ahd_dump_target_state(ahd, m, ahd->our_id, 'A', in ahd_linux_show_info()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/aic7xxx/
H A Daic7xxx_proc.c48 u_int our_id, char channel,
135 u_int our_id, char channel, u_int target_id, in ahc_dump_target_state() argument
143 tinfo = ahc_fetch_transinfo(ahc, channel, our_id, in ahc_dump_target_state()
326 u_int our_id; in ahc_linux_show_info() local
331 our_id = ahc->our_id; in ahc_linux_show_info()
335 our_id = ahc->our_id_b; in ahc_linux_show_info()
339 ahc_dump_target_state(ahc, m, our_id, in ahc_linux_show_info()
H A Daic79xx_proc.c47 u_int our_id, char channel,
158 u_int our_id, char channel, u_int target_id) in ahd_dump_target_state() argument
165 tinfo = ahd_fetch_transinfo(ahd, channel, our_id, in ahd_dump_target_state()
312 ahd_dump_target_state(ahd, m, ahd->our_id, 'A', in ahd_linux_show_info()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/aic7xxx/
H A Daic7xxx_proc.c48 u_int our_id, char channel,
135 u_int our_id, char channel, u_int target_id, in ahc_dump_target_state() argument
143 tinfo = ahc_fetch_transinfo(ahc, channel, our_id, in ahc_dump_target_state()
326 u_int our_id; in ahc_linux_show_info() local
331 our_id = ahc->our_id; in ahc_linux_show_info()
335 our_id = ahc->our_id_b; in ahc_linux_show_info()
339 ahc_dump_target_state(ahc, m, our_id, in ahc_linux_show_info()
H A Daic79xx_proc.c47 u_int our_id, char channel,
158 u_int our_id, char channel, u_int target_id) in ahd_dump_target_state() argument
165 tinfo = ahd_fetch_transinfo(ahd, channel, our_id, in ahd_dump_target_state()
312 ahd_dump_target_state(ahd, m, ahd->our_id, 'A', in ahd_linux_show_info()
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/testsuite/
H A Dlocking.py65 host, pid, tid = our_id = get_process_id()
70 with ExclusiveLock(lockpath, id=our_id, kill_stale_locks=True):
78 ExclusiveLock(lockpath, id=our_id, kill_stale_locks=True, timeout=0.1).acquire()
154 host, pid, tid = our_id = get_process_id()
160 with Lock(lockpath, id=our_id, kill_stale_locks=True):
162 assert roster.get(SHARED) == {our_id}
170 Lock(lockpath, id=our_id, kill_stale_locks=True, timeout=0.1).acquire()
217 host, pid, tid = our_id = get_process_id()
235 assert killer_roster.get(SHARED) == {our_id, cant_know_if_dead_id}
239 assert other_killer_roster.get(SHARED) == {our_id, cant_know_if_dead_id}
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/cardbus/
H A Dahc_cardbus.c221 int our_id; in ahc_cardbus_attach() local
226 our_id = AHC_CARDBUS_DEFAULT_SCSI_ID; in ahc_cardbus_attach()
228 ahc_outb(ahc, SCSICONF, our_id | ENSPCHK | RESET_SCSI); in ahc_cardbus_attach()
229 ahc->our_id = our_id; in ahc_cardbus_attach()
/dports/emulators/qemu60/qemu-6.0.0/contrib/plugins/
H A Dlockstep.c39 static qemu_plugin_id_t our_id; variable
161 qemu_plugin_uninstall(our_id, plugin_cleanup); in report_divergance()
184 qemu_plugin_uninstall(our_id, plugin_cleanup); in vcpu_tb_exec()
197 qemu_plugin_uninstall(our_id, plugin_cleanup); in vcpu_tb_exec()
338 our_id = id; in qemu_plugin_install()
/dports/emulators/qemu5/qemu-5.2.0/contrib/plugins/
H A Dlockstep.c39 static qemu_plugin_id_t our_id; variable
161 qemu_plugin_uninstall(our_id, plugin_cleanup); in report_divergance()
184 qemu_plugin_uninstall(our_id, plugin_cleanup); in vcpu_tb_exec()
197 qemu_plugin_uninstall(our_id, plugin_cleanup); in vcpu_tb_exec()
338 our_id = id; in qemu_plugin_install()
/dports/databases/p5-DBD-SQLite/DBD-SQLite-1.70/t/virtual_table/
H A Drt_124941.t14 # our_id - a numeric column with integers
16 $dbh->do('CREATE TABLE reference_values(ref_value text, our_id int)');
80 select ref_value, our_id from reference_values
83 order by our_id
/dports/emulators/qemu/qemu-6.2.0/contrib/plugins/
H A Dlockstep.c39 static qemu_plugin_id_t our_id; variable
161 qemu_plugin_uninstall(our_id, plugin_cleanup); in report_divergance()
184 qemu_plugin_uninstall(our_id, plugin_cleanup); in vcpu_tb_exec()
197 qemu_plugin_uninstall(our_id, plugin_cleanup); in vcpu_tb_exec()
351 our_id = id; in qemu_plugin_install()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/contrib/plugins/
H A Dlockstep.c39 static qemu_plugin_id_t our_id; variable
161 qemu_plugin_uninstall(our_id, plugin_cleanup); in report_divergance()
184 qemu_plugin_uninstall(our_id, plugin_cleanup); in vcpu_tb_exec()
197 qemu_plugin_uninstall(our_id, plugin_cleanup); in vcpu_tb_exec()
351 our_id = id; in qemu_plugin_install()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Daic79xx_osm.c100 ahd->sc_channel.chan_id = ahd->our_id; in ahd_attach()
337 u_int our_id; in ahd_action() local
348 our_id = ahd->our_id; in ahd_action()
355 tinfo = ahd_fetch_transinfo(ahd, channel, our_id, in ahd_action()
382 hscb->scsiid = BUILD_SCSIID(ahd, sim, target_id, our_id); in ahd_action()
411 int target_id, our_id, first; in ahd_action() local
419 our_id = chan->chan_id; in ahd_action()
422 tinfo = ahd_fetch_transinfo(ahd, channel, our_id, target_id, in ahd_action()
424 ahd_compile_devinfo(&devinfo, our_id, target_id, in ahd_action()
852 tinfo = ahd_fetch_transinfo(ahd, channel, ahd->our_id, target, in ahd_send_async()
[all …]
/dports/net-im/telegram-purple/telegram-purple-1.4.3/
H A Dtelegram-base.c159 assert (write (auth_file_fd, &TLS->our_id, 4) == 4); in write_auth_file()
251 int our_id; in read_auth_file() local
252 int l = read (auth_file_fd, &our_id, 4); in read_auth_file()
256 if (our_id) { in read_auth_file()
257 bl_do_set_our_id (TLS, TGL_MK_USER (our_id)); in read_auth_file()
260 info ("read auth file: dcs=%d dc_working_num=%d our_id=%d", x, dc_working_num, our_id); in read_auth_file()
426 ids[j++] = TLS->our_id; in tgp_create_group_chat_by_usernames()
435 if (P && tgl_get_peer_id (P->id) != tgl_get_peer_id (TLS->our_id)) { in tgp_create_group_chat_by_usernames()
/dports/net-im/telegram-purple/telegram-purple-1.4.3/tgl/
H A Dqueries-encrypted.c90 tgl_peer_id_t from_id = TLS->our_id; in tgl_do_send_encr_action()
182 out_int (2 * P->encr_chat.in_seq_no + (P->encr_chat.admin_id != tgl_get_peer_id (TLS->our_id))); in tgl_do_send_encr_msg_action()
183 …out_int (2 * P->encr_chat.out_seq_no + (P->encr_chat.admin_id == tgl_get_peer_id (TLS->our_id)) - … in tgl_do_send_encr_msg_action()
253 out_int (2 * P->encr_chat.in_seq_no + (P->encr_chat.admin_id != tgl_get_peer_id (TLS->our_id))); in tgl_do_send_encr_msg()
254 …out_int (2 * P->encr_chat.out_seq_no + (P->encr_chat.admin_id == tgl_get_peer_id (TLS->our_id)) - … in tgl_do_send_encr_msg()
349 out_int (2 * P->encr_chat.in_seq_no + (P->encr_chat.admin_id != tgl_get_peer_id (TLS->our_id))); in send_file_encrypted_end()
350 out_int (2 * P->encr_chat.out_seq_no + (P->encr_chat.admin_id == tgl_get_peer_id (TLS->our_id))); in send_file_encrypted_end()
433 tgl_peer_id_t from_id = TLS->our_id; in send_file_encrypted_end()
459 tgl_peer_id_t from_id = TLS->our_id; in tgl_do_send_location_encr()
682 int our_id = tgl_get_peer_id (TLS->our_id); in tgl_do_send_create_encr_chat() local
[all …]
/dports/net-im/telegram-cli/tg-20200106/tgl/
H A Dqueries-encrypted.c90 tgl_peer_id_t from_id = TLS->our_id; in tgl_do_send_encr_action()
182 out_int (2 * P->encr_chat.in_seq_no + (P->encr_chat.admin_id != tgl_get_peer_id (TLS->our_id))); in tgl_do_send_encr_msg_action()
183 …out_int (2 * P->encr_chat.out_seq_no + (P->encr_chat.admin_id == tgl_get_peer_id (TLS->our_id)) - … in tgl_do_send_encr_msg_action()
253 out_int (2 * P->encr_chat.in_seq_no + (P->encr_chat.admin_id != tgl_get_peer_id (TLS->our_id))); in tgl_do_send_encr_msg()
254 …out_int (2 * P->encr_chat.out_seq_no + (P->encr_chat.admin_id == tgl_get_peer_id (TLS->our_id)) - … in tgl_do_send_encr_msg()
349 out_int (2 * P->encr_chat.in_seq_no + (P->encr_chat.admin_id != tgl_get_peer_id (TLS->our_id))); in send_file_encrypted_end()
350 out_int (2 * P->encr_chat.out_seq_no + (P->encr_chat.admin_id == tgl_get_peer_id (TLS->our_id))); in send_file_encrypted_end()
433 tgl_peer_id_t from_id = TLS->our_id; in send_file_encrypted_end()
459 tgl_peer_id_t from_id = TLS->our_id; in tgl_do_send_location_encr()
682 int our_id = tgl_get_peer_id (TLS->our_id); in tgl_do_send_create_encr_chat() local
[all …]

123456