Searched refs:z (Results 1 – 4 of 4) sorted by relevance
/net/iucv/ |
D | Kconfig | 5 prompt "IUCV support (S390 - z/VM only)" 8 under VM or VIF. If you run on z/VM, say "Y" to enable a fast 14 prompt "AF_IUCV Socket support (S390 - z/VM and HiperSockets transport)" 17 based on z/VM inter-user communication vehicle or based on
|
/net/nfc/hci/ |
D | llc_shdlc.c | 109 static bool llc_shdlc_x_lt_y_lteq_z(int x, int y, int z) in llc_shdlc_x_lt_y_lteq_z() argument 111 if (x < z) in llc_shdlc_x_lt_y_lteq_z() 112 return ((x < y) && (y <= z)) ? true : false; in llc_shdlc_x_lt_y_lteq_z() 114 return ((y > x) || (y <= z)) ? true : false; in llc_shdlc_x_lt_y_lteq_z() 118 static bool llc_shdlc_x_lteq_y_lt_z(int x, int y, int z) in llc_shdlc_x_lteq_y_lt_z() argument 120 if (x <= z) in llc_shdlc_x_lteq_y_lt_z() 121 return ((x <= y) && (y < z)) ? true : false; in llc_shdlc_x_lteq_y_lt_z() 123 return ((y >= x) || (y < z)) ? true : false; in llc_shdlc_x_lteq_y_lt_z()
|
/net/netfilter/ |
D | xt_policy.c | 38 #define MATCH_ADDR(x,y,z) (!e->match.x || \ in match_xfrm_state() argument 39 (xt_addr_cmp(&e->x, &e->y, (const union nf_inet_addr *)(z), family) \ in match_xfrm_state()
|
/net/bluetooth/ |
D | smp.c | 209 const u8 v[32], const u8 x[16], u8 z, u8 res[16]) in smp_f4() argument 216 SMP_DBG("x %16phN z %02x", x, z); in smp_f4() 218 m[0] = z; in smp_f4() 3583 const u8 z = 0x00; in test_f4() local 3590 err = smp_f4(tfm_cmac, u, v, x, z, res); in test_f4()
|