| /f-stack/app/redis-5.0.5/tests/integration/ |
| H A D | replication-4.tcl | 13 set master [srv -1 client] 39 assert {[$master dbsize] > 0} 60 set master [srv -1 client] 77 $master set foo bar 83 catch {$master set foo bar} e 94 catch {$master set foo bar} e 102 set master [srv -1 client] 124 $master {*}$cmd 133 assert {[$master dbsize] > 0} 137 $master del myset [all …]
|
| H A D | replication-psync.tcl | 24 set master [srv -1 client] 29 $master config set repl-backlog-size $backlog_size 30 $master config set repl-backlog-ttl $backlog_ttl 31 $master config set repl-diskless-sync $diskless 32 $master config set repl-diskless-sync-delay 1 38 test {Slave should be able to synchronize with the master} { 49 test {Detect write load to master} { 51 [$master dbsize] > 100 87 set info [$master info] 114 assert {[$master dbsize] > 0} [all …]
|
| H A D | replication.tcl | 14 set master [srv 0 client] 20 $master config set repl-diskless-sync yes 21 $master config set repl-diskless-sync-delay 1000 42 $master debug sleep 10 131 } {master} 167 test {ROLE in master reports master with a slave} { 170 assert {$role eq {master}} 188 set master [srv 0 client] 189 $master config set repl-diskless-sync $dl 255 set digest [$master debug digest] [all …]
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | wait.tcl | 6 set master [srv -1 client] 20 $master set foo 0 21 $master incr foo 22 $master incr foo 23 $master incr foo 24 assert {[$master wait 1 5000] == 1} 29 $master incr foo 36 $master set foo 0 37 $master incr foo 38 $master incr foo [all …]
|
| H A D | maxmemory.tcl | 154 set master [srv -1 client] 160 $master setrange "key:$j" 100000 asdf 164 $master config set repl-timeout 1200 ;# 20 minutes (for valgrind and slow machines) 165 $master config set maxmemory-policy allkeys-random 166 $master config set client-output-buffer-limit "replica 100000000 100000000 300" 167 $master config set repl-backlog-size [expr {10*1024}] 184 $master config set maxmemory $limit 202 $master setrange key:0 0 [string repeat A $payload_len] 213 assert {[$master dbsize] == 100} 218 $master client kill type slave
|
| /f-stack/tools/libutil/ |
| H A D | pty.c | 54 int master, slave; in openpty() local 56 master = posix_openpt(O_RDWR|O_NOCTTY); in openpty() 57 if (master == -1) in openpty() 60 if (grantpt(master) == -1) in openpty() 63 if (unlockpt(master) == -1) in openpty() 66 slavename = ptsname(master); in openpty() 74 *amaster = master; in openpty() 86 bad: close(master); in openpty() 93 int master, slave, pid; in forkpty() local 105 (void)close(master); in forkpty() [all …]
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | sentinel.c | 619 master->name, master->addr->ip, master->addr->port); in sentinelEvent() 654 if (master && master->notification_script) { in sentinelEvent() 1054 if (master == ri->master) continue; in sentinelTryConnectionSharing() 1230 ri->master = master; in createSentinelRedisInstance() 1577 dict *d[] = {master->slaves, master->sentinels, NULL}; in sentinelPropagateDownAfterPeriod() 1605 if (ri->master) ri = ri->master; in sentinelInstanceMapCommand() 1806 master->name, master->parallel_syncs); in rewriteConfigSentinelOption() 1814 master->name, master->notification_script); in rewriteConfigSentinelOption() 1830 master->name, master->auth_pass); in rewriteConfigSentinelOption() 2500 master->addr->ip, master->addr->port, in sentinelProcessHelloMessage() [all …]
|
| H A D | replication.c | 1084 server.master->read_reploff = server.master->reploff; in replicationCreateMasterClient() 1964 if (server.master) { in replicationSetMaster() 1989 if (server.master) freeClient(server.master); in replicationUnsetMaster() 2015 server.master = NULL; in replicationHandleMasterDisconnection() 2127 addReplyLongLong(c,server.master ? server.master->reploff : -1); in roleCommand() 2135 client *c = server.master; in replicationSendAck() 2180 server.master->read_reploff = server.master->reploff; in replicationCacheMaster() 2225 server.master = NULL; in replicationCacheMasterUsingMyself() 2249 server.master->fd = newfd; in replicationResurrectCachedMaster() 2257 linkClient(server.master); in replicationResurrectCachedMaster() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iommu/ |
| H A D | iommu.txt | 2 master(s). 29 IOMMUs can be single-master or multiple-master. Single-master IOMMU devices 31 master IOMMU devices can translate accesses from more than one master. 67 IOMMU master node: 111 Single-master IOMMU: 118 master { 139 master@1 { 145 master@2 { 158 master@1 { 163 master@2 { [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | brcm,kona-ccu.txt | 62 "brcm,bcm11351-master-ccu" 81 master sdio1 peri 0 BCM281XX_MASTER_CCU_SDIO1 82 master sdio2 peri 1 BCM281XX_MASTER_CCU_SDIO2 83 master sdio3 peri 2 BCM281XX_MASTER_CCU_SDIO3 84 master sdio4 peri 3 BCM281XX_MASTER_CCU_SDIO4 85 master dmac peri 4 BCM281XX_MASTER_CCU_DMAC 86 master usb_ic peri 5 BCM281XX_MASTER_CCU_USB_IC 107 "brcm,bcm21664-master-ccu" 122 master sdio1 peri 0 BCM21664_MASTER_CCU_SDIO1 123 master sdio2 peri 1 BCM21664_MASTER_CCU_SDIO2 [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/fsi/ |
| H A D | fsi.txt | 8 that is an I2C master - the I2C bus can be described by the device tree under 13 the fsi-master-* binding specifications. 18 fsi-master { 19 /* top-level of FSI bus topology, bound to an FSI master driver and 46 FSI master nodes declare themselves as such with the "fsi-master" compatible 50 compatible = "fsi-master-gpio", "fsi-master"; 110 - an FSI master 112 - that contains an engine that is an I2C master 119 /* The GPIO-based FSI master node, describing the top level of the 123 compatible = "fsi-master-gpio", "fsi-master"; [all …]
|
| H A D | fsi-master-aspeed.txt | 1 Device-tree bindings for AST2600 FSI master 8 - compatible: "aspeed,ast2600-fsi-master" 17 fsi-master { 18 compatible = "aspeed,ast2600-fsi-master", "fsi-master";
|
| H A D | fsi-master-ast-cf.txt | 1 Device-tree bindings for ColdFire offloaded gpio-based FSI master driver 6 "aspeed,ast2400-cf-fsi-master" for an AST2400 based system 8 "aspeed,ast2500-cf-fsi-master" for an AST2500 based system 24 fsi-master { 25 compatible = "aspeed,ast2500-cf-fsi-master", "fsi-master";
|
| H A D | fsi-master-gpio.txt | 1 Device-tree bindings for gpio-based FSI master driver 5 - compatible = "fsi-master-gpio"; 21 fsi-master { 22 compatible = "fsi-master-gpio", "fsi-master";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ata/ |
| H A D | cortina,gemini-sata-bridge.txt | 18 Mode 0: ata0 master <-> sata0 19 ata1 master <-> sata1 21 Mode 1: ata0 master <-> sata0 22 ata1 master <-> sata1 24 Mode 2: ata1 master <-> sata1 26 ata0 master and slave interfaces brought out 28 Mode 3: ata0 master <-> sata0 30 ata1 master and slave interfaces brought out 36 and whether master, slave or both interfaces get brought out.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/i3c/ |
| H A D | snps,dw-i3c-master.txt | 1 Bindings for Synopsys DesignWare I3C master block 6 - compatible: shall be "snps,dw-i3c-master-1.00a" 8 - interrupts: the interrupt line connected to this I3C master 9 - reg: Offset and length of I3C master registers 28 i3c-master@2000 { 29 compatible = "snps,dw-i3c-master-1.00a";
|
| H A D | cdns,i3c-master.txt | 1 Bindings for cadence I3C master block 6 - compatible: shall be "cdns,i3c-master" 9 - interrupts: the interrupt line connected to this I3C master 10 - reg: I3C master registers 29 i3c-master@0d040000 { 30 compatible = "cdns,i3c-master";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | mikroe,mikroe-proto.txt | 10 - bitclock-master: Indicates dai-link bit clock master; for details see simple-card.txt (1). 11 - frame-master: Indicates dai-link frame master; for details see simple-card.txt (1). 13 (1) : There must be the same master for both bit and frame clocks.
|
| H A D | simple-card.yaml | 14 frame-master: 19 bitclock-master: 124 frame-master: 126 bitclock-master: 173 "^simple-audio-card,frame-master$": 174 $ref: "#/definitions/frame-master" 210 frame-master: 212 bitclock-master: 438 frame-master = <&sndcpu0>; 452 frame-master = <&sndcpu1>; [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/bus/ |
| H A D | brcm,gisb-arb.txt | 17 - brcm,gisb-arb-master-mask: 32-bits wide bitmask used to specify which GISB 19 - brcm,gisb-arb-master-names: string list of the litteral name of the GISB 20 masters. Should match the number of bits set in brcm,gisb-master-mask and 31 brcm,gisb-arb-master-mask = <0x7>; 32 brcm,gisb-arb-master-names = "bsp_0", "scpu_0", "cpu_0";
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | pxa300-raumfeld-connector.dts | 21 bitclock-master = <&dailink_master_analog>; 22 frame-master = <&dailink_master_analog>; 37 bitclock-master = <&dailink_master_digital>; 38 frame-master = <&dailink_master_digital>;
|
| /f-stack/freebsd/contrib/device-tree/scripts/ |
| H A D | cronjob | 67 git checkout master 70 git fetch --tags "$UPSTREAM_GIT" master 86 git checkout -b ${TESTBRANCH} origin/master 109 git checkout master
|
| /f-stack/freebsd/contrib/device-tree/Bindings/spi/ |
| H A D | icpdas-lp8841-spi-rtc.txt | 4 memory register, which acts as an SPI master device. 9 by the master on low clock. 28 - spi-3wire: The master itself has only 3 wire. It cannor work in 31 - spi-cs-high: DS-1302 has active high chip select line. The master 35 transfers. The master only support this type of bit ordering.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/dsa/ |
| H A D | lan9303.txt | 29 master: masterdevice@X { 47 port@0 { /* RMII fixed link to master */ 50 ethernet = <&master>; 67 master: masterdevice@X { 87 ethernet = <&master>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/dma/ |
| H A D | arm-pl08x.txt | 15 - lli-bus-interface-ahb1: if AHB master 1 is eligible for fetching LLIs 16 - lli-bus-interface-ahb2: if AHB master 2 is eligible for fetching LLIs 17 - mem-bus-interface-ahb1: if AHB master 1 is eligible for fetching memory contents 18 - mem-bus-interface-ahb2: if AHB master 2 is eligible for fetching memory contents 21 which AHB master that is used. 33 - dmas: List of DMA controller phandle, request channel and AHB master id
|