Searched refs:myid (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/i386/i386/ |
| H A D | mp_machdep.c | 227 int gsel_tss, myid, x; in init_secondary() local 231 myid = bootAP; in init_secondary() 234 ucode_load_ap(myid); in init_secondary() 237 pc = &__pcpu[myid]; in init_secondary() 240 pcpu_init(pc, myid, sizeof(struct pcpu)); in init_secondary() 241 dpcpu_init(dpcpu, myid); in init_secondary() 242 pc->pc_apic_id = cpu_apic_ids[myid]; in init_secondary() 254 ssdtosd(&gdt_segs[x], &gdt[myid * NGDT + x].sd); in init_secondary() 258 r_gdt.rd_base = (int) &gdt[myid * NGDT]; in init_secondary() 276 PCPU_SET(tss_gdt, &gdt[myid * NGDT + GPROC0_SEL].sd); in init_secondary() [all …]
|
| /f-stack/app/redis-5.0.5/tests/cluster/tests/ |
| H A D | 03-failover-loop.tcl | 27 set myid [dict get [get_myself $tokill] id] 30 if {[dict get [get_myself $id] slaveof] eq $myid} {
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | sentinel.c | 234 char myid[CONFIG_RUN_ID_SIZE+1]; /* This sentinel ID. */ member 493 memset(sentinel.myid,0,sizeof(sentinel.myid)); in initSentinel() 516 if (sentinel.myid[j] != 0) break; in sentinelIsRunning() 520 getRandomHexChars(sentinel.myid,CONFIG_RUN_ID_SIZE); in sentinelIsRunning() 525 serverLog(LL_WARNING,"Sentinel ID is %s", sentinel.myid); in sentinelIsRunning() 1677 memcpy(sentinel.myid,argv[1],CONFIG_RUN_ID_SIZE); in sentinelHandleConfiguration() 2546 if (strstr(r->element[2]->str,sentinel.myid) != NULL) return; in sentinelReceiveHelloMessages() 2589 announce_ip, announce_port, sentinel.myid, in sentinelSendHello() 3764 sentinel.myid : "*"); in sentinelAskMasterStateToOtherSentinels() 3803 if (strcasecmp(master->leader,sentinel.myid)) in sentinelVoteLeader() [all …]
|
| H A D | t_stream.c | 766 streamID myid; in streamDeleteItem() local 768 if (streamIteratorGetID(&si,&myid,&numfields)) { in streamDeleteItem() 769 streamIteratorRemoveEntry(&si,&myid); in streamDeleteItem()
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | README.md | 98 reply = redisCommand(context, "SET key:%s %s", myid, value);
|