Searched refs:CTDB_CONTROL_GET_PNN (Results 1 – 13 of 13) sorted by relevance
/dports/net/samba412/samba-4.12.15/ctdb/tests/src/ |
H A D | protocol_common_ctdb.c | 258 case CTDB_CONTROL_GET_PNN: 713 case CTDB_CONTROL_GET_PNN: 1135 case CTDB_CONTROL_GET_PNN: 1498 case CTDB_CONTROL_GET_PNN:
|
H A D | fake_ctdbd.c | 4072 case CTDB_CONTROL_GET_PNN: in client_process_control()
|
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/ |
H A D | packet-ctdb.c | 145 #define CTDB_CONTROL_GET_PNN 35 macro 294 {CTDB_CONTROL_GET_PNN, "GET_PNN"},
|
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/ |
H A D | packet-ctdb.c | 145 #define CTDB_CONTROL_GET_PNN 35 macro 294 {CTDB_CONTROL_GET_PNN, "GET_PNN"},
|
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/ |
H A D | packet-ctdb.c | 145 #define CTDB_CONTROL_GET_PNN 35 macro 294 {CTDB_CONTROL_GET_PNN, "GET_PNN"},
|
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/ |
H A D | packet-ctdb.c | 145 #define CTDB_CONTROL_GET_PNN 35 macro 294 {CTDB_CONTROL_GET_PNN, "GET_PNN"},
|
/dports/net/samba412/samba-4.12.15/ctdb/protocol/ |
H A D | protocol_client.c | 678 request->opcode = CTDB_CONTROL_GET_PNN; in ctdb_req_control_get_pnn() 684 request->rdata.opcode = CTDB_CONTROL_GET_PNN; in ctdb_req_control_get_pnn() 690 if (reply->rdata.opcode != CTDB_CONTROL_GET_PNN) { in ctdb_reply_control_get_pnn()
|
H A D | protocol_debug.c | 138 { CTDB_CONTROL_GET_PNN, "GET_PNN" }, in ctdb_opcode_print()
|
H A D | protocol.h | 261 CTDB_CONTROL_GET_PNN = 35, enumerator
|
H A D | protocol_control.c | 139 case CTDB_CONTROL_GET_PNN: in ctdb_req_control_data_len() 1150 case CTDB_CONTROL_GET_PNN: in ctdb_reply_control_data_len()
|
/dports/net/samba412/samba-4.12.15/ctdb/server/ |
H A D | ctdb_control.c | 228 case CTDB_CONTROL_GET_PNN: in ctdb_control_dispatch()
|
H A D | ctdb_client.c | 1137 CTDB_CONTROL_GET_PNN, 0, tdb_null, in ctdb_ctrl_getpnn()
|
/dports/net/samba412/samba-4.12.15/source3/lib/ |
H A D | ctdbd_conn.c | 229 ret = ctdbd_control_local(conn, CTDB_CONTROL_GET_PNN, 0, 0,
|