/freebsd/contrib/wpa/wpa_supplicant/examples/ |
H A D | wpas-dbus-new-getall.py | 10 wpas_obj = bus.get_object("fi.w1.wpa_supplicant1", 11 "/fi/w1/wpa_supplicant1") 12 props = wpas_obj.GetAll("fi.w1.wpa_supplicant1", 14 print("GetAll(fi.w1.wpa_supplicant1, /fi/w1/wpa_supplicant1):") 22 wpas = dbus.Interface(wpas_obj, "fi.w1.wpa_supplicant1") 24 if_obj = bus.get_object("fi.w1.wpa_supplicant1", path) 25 props = if_obj.GetAll("fi.w1.wpa_supplicant1.Interface", 28 print("GetAll(fi.w1.wpa_supplicant1.Interface, %s):" % (path)) 31 props = if_obj.GetAll("fi.w1.wpa_supplicant1.Interface.WPS", 34 print("GetAll(fi.w1.wpa_supplicant1.Interface.WPS, %s):" % (path)) [all …]
|
H A D | wpas-dbus-new.py | 9 WPAS_DBUS_SERVICE = "fi.w1.wpa_supplicant1" 10 WPAS_DBUS_INTERFACE = "fi.w1.wpa_supplicant1" 11 WPAS_DBUS_OPATH = "/fi/w1/wpa_supplicant1" 13 WPAS_DBUS_INTERFACES_INTERFACE = "fi.w1.wpa_supplicant1.Interface" 14 WPAS_DBUS_INTERFACES_OPATH = "/fi/w1/wpa_supplicant1/Interfaces" 15 WPAS_DBUS_BSS_INTERFACE = "fi.w1.wpa_supplicant1.BSS" 127 if not str(exc).startswith("fi.w1.wpa_supplicant1.InterfaceUnknown:"): 134 if not str(exc).startswith("fi.w1.wpa_supplicant1.InterfaceExists:"):
|
H A D | wpas-dbus-new-wps.py | 9 WPAS_DBUS_SERVICE = "fi.w1.wpa_supplicant1" 10 WPAS_DBUS_INTERFACE = "fi.w1.wpa_supplicant1" 11 WPAS_DBUS_OPATH = "/fi/w1/wpa_supplicant1" 13 WPAS_DBUS_INTERFACES_INTERFACE = "fi.w1.wpa_supplicant1.Interface" 14 WPAS_DBUS_WPS_INTERFACE = "fi.w1.wpa_supplicant1.Interface.WPS"
|
H A D | wpas-dbus-new-signals.py | 9 WPAS_DBUS_SERVICE = "fi.w1.wpa_supplicant1" 10 WPAS_DBUS_INTERFACE = "fi.w1.wpa_supplicant1" 11 WPAS_DBUS_OPATH = "/fi/w1/wpa_supplicant1" 13 WPAS_DBUS_INTERFACES_INTERFACE = "fi.w1.wpa_supplicant1.Interface" 14 WPAS_DBUS_INTERFACES_OPATH = "/fi/w1/wpa_supplicant1/Interfaces" 15 WPAS_DBUS_BSS_INTERFACE = "fi.w1.wpa_supplicant1.BSS" 16 WPAS_DBUS_NETWORK_INTERFACE = "fi.w1.wpa_supplicant1.Network"
|
H A D | dbus-listen-preq.py | 10 WPAS_DBUS_SERVICE = "fi.w1.wpa_supplicant1" 11 WPAS_DBUS_INTERFACE = "fi.w1.wpa_supplicant1" 12 WPAS_DBUS_OPATH = "/fi/w1/wpa_supplicant1" 13 WPAS_DBUS_INTERFACES_INTERFACE = "fi.w1.wpa_supplicant1.Interface"
|
/freebsd/sys/dev/ath/ath_hal/ah_regdomain/ |
H A D | ah_rd_domains.h | 33 #define W1(_a) \ macro 35 #define BM1(_fa) { W0(_fa), W1(_fa) } 36 #define BM2(_fa, _fb) { W0(_fa) | W0(_fb), W1(_fa) | W1(_fb) } 38 { W0(_fa) | W0(_fb) | W0(_fc), W1(_fa) | W1(_fb) | W1(_fc) } 41 W1(_fa) | W1(_fb) | W1(_fc) | W1(_fd) } 44 W1(_fa) | W1(_fb) | W1(_fc) | W1(_fd) | W1(_fe) } 47 W1(_fa) | W1(_fb) | W1(_fc) | W1(_fd) | W1(_fe) | W1(_ff) } 51 W1(_fa) | W1(_fb) | W1(_fc) | W1(_fd) | W1(_fe) | W1(_ff) | \ 52 W1(_fg) } 56 W1(_fa) | W1(_fb) | W1(_fc) | W1(_fd) | W1(_fe) | W1(_ff) | \ [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | print-tipc.c | 62 nd_uint32_t w1; member 69 #define TIPC_MTYPE(w1) (((w1) >> 29) & 0x07) argument 70 #define TIPC_BROADCAST_ACK(w1) (((w1) >> 0) & 0xFFFF) argument 106 nd_uint32_t w1; member 120 nd_uint32_t w1; member 131 #define TIPC_SEQ_GAP(w1) (((w1) >> 16) & 0x1FFF) argument 142 nd_uint32_t w1; member 150 #define TIPC_NODE_SIG(w1) (((w1) >> 0) & 0xFFFF) argument 156 uint32_t w0, w1, w2; in print_payload() local 174 w1 = GET_BE_U_4(ap->w1); in print_payload() [all …]
|
/freebsd/sys/arm64/arm64/ |
H A D | bus_space_asm.S | 64 1: ldrb w1, [x0] 65 strb w1, [x3], #1 85 1: ldrh w1, [x0] 86 strh w1, [x3], #2 106 1: ldr w1, [x0] 107 str w1, [x3], #4 148 1: ldrb w1, [x0], #1 149 strb w1, [x3], #1 169 1: ldrh w1, [x0], #2 170 strh w1, [x3], #2 [all …]
|
H A D | support.S | 160 cmp w4, w1 /* Compare */ 178 mov w7, w1 /* Back up the compare value */ 180 cas w1, w3, [x0] /* Compare and Swap */ 182 cmp w1, w7 /* Check if successful */ 186 str w1, [x2] /* Store the read data */ 285 fsudata sttrb, w1, 0 295 fsudata sttrh, w1, 0 305 fsudata sttr, w1, 0
|
/freebsd/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus-wpa_supplicant.conf | 6 <allow own="fi.w1.wpa_supplicant1"/> 8 <allow send_destination="fi.w1.wpa_supplicant1"/> 9 <allow send_interface="fi.w1.wpa_supplicant1"/> 10 <allow receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/> 13 <deny own="fi.w1.wpa_supplicant1"/> 14 <deny send_destination="fi.w1.wpa_supplicant1"/> 15 <deny receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
|
/freebsd/contrib/wpa/wpa_supplicant/binder/ |
H A D | supplicant.h | 3 * Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi> 13 #include "fi/w1/wpa_supplicant/BnSupplicant.h" 14 #include "fi/w1/wpa_supplicant/IIface.h" 15 #include "fi/w1/wpa_supplicant/ISupplicantCallbacks.h" 30 class Supplicant : public fi::w1::wpa_supplicant::BnSupplicant 38 android::sp<fi::w1::wpa_supplicant::IIface> *aidl_return) override; 43 android::sp<fi::w1::wpa_supplicant::IIface> *aidl_return) override; 49 std::vector<android::sp<fi::w1::wpa_supplicant::ISupplicantCallbacks>>
|
H A D | iface.h | 3 * Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi> 13 #include "fi/w1/wpa_supplicant/BnIface.h" 28 class Iface : public fi::w1::wpa_supplicant::BnIface
|
/freebsd/lib/libc/string/ |
H A D | wcscoll.c | 77 const wchar_t *w1 = ws1; in wcscoll_l() local 90 if ((tr1 = wcsdup(w1)) == NULL) in wcscoll_l() 109 w1 = tr1; in wcscoll_l() 115 while (*w1 && *w2) { in wcscoll_l() 120 _collate_lookup(table, w1, &len1, in wcscoll_l() 150 w1 += len1; in wcscoll_l() 153 if (!*w1) { in wcscoll_l() 159 ret = *w1; in wcscoll_l() 164 while (*w1 || *w2 || st1 || st2) { in wcscoll_l() 166 while (*w1 || st1) { in wcscoll_l() [all …]
|
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | cityhash.c | 53 cityhash_impl(uint64_t w1, uint64_t w2, uint64_t w3, uint64_t w4) in cityhash_impl() argument 56 uint64_t a = w1 * HASH_K1; in cityhash_impl() 74 cityhash2(uint64_t w1, uint64_t w2) in cityhash2() argument 76 return (cityhash_impl(w1, w2, 0, 0)); in cityhash2() 80 cityhash3(uint64_t w1, uint64_t w2, uint64_t w3) in cityhash3() argument 82 return (cityhash_impl(w1, w2, w3, 0)); in cityhash3() 86 cityhash4(uint64_t w1, uint64_t w2, uint64_t w3, uint64_t w4) in cityhash4() argument 88 return (cityhash_impl(w1, w2, w3, w4)); in cityhash4()
|
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | aes_ct64_cbcdec.c | 50 uint32_t w1[16], w2[16]; in br_aes_ct64_cbcdec_run() local 54 br_range_dec32le(w1, 16, buf); in br_aes_ct64_cbcdec_run() 56 br_range_dec32le(w1, len >> 2, buf); in br_aes_ct64_cbcdec_run() 60 &q[i], &q[i + 4], w1 + (i << 2)); in br_aes_ct64_cbcdec_run() 74 w2[i] ^= w1[i - 4]; in br_aes_ct64_cbcdec_run() 76 memcpy(ivw, w1 + 12, sizeof ivw); in br_aes_ct64_cbcdec_run() 83 w2[i] ^= w1[i - 4]; in br_aes_ct64_cbcdec_run() 85 memcpy(ivw, w1 + j - 4, sizeof ivw); in br_aes_ct64_cbcdec_run()
|
/freebsd/crypto/openssl/crypto/aria/ |
H A D | aria.c | 542 uint32_t w0[4], w1[4], w2[4], w3[4]; in ossl_aria_set_encrypt_key() local 572 w1[0] = GET_U32_BE(userKey, 4); in ossl_aria_set_encrypt_key() 573 w1[1] = GET_U32_BE(userKey, 5); in ossl_aria_set_encrypt_key() 575 w1[2] = GET_U32_BE(userKey, 6); in ossl_aria_set_encrypt_key() 576 w1[3] = GET_U32_BE(userKey, 7); in ossl_aria_set_encrypt_key() 579 w1[2] = w1[3] = 0; in ossl_aria_set_encrypt_key() 583 w1[0] = w1[1] = w1[2] = w1[3] = 0; in ossl_aria_set_encrypt_key() 586 w1[0] ^= reg0; in ossl_aria_set_encrypt_key() 587 w1[1] ^= reg1; in ossl_aria_set_encrypt_key() 588 w1[2] ^= reg2; in ossl_aria_set_encrypt_key() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/w1/ |
H A D | w1-gpio.txt | 1 w1-gpio devicetree bindings 5 - compatible: "w1-gpio" 16 Also refer to the generic w1.txt document. 21 compatible = "w1-gpio";
|
H A D | w1-gpio.yaml | 4 $id: http://devicetree.org/schemas/w1/w1-gpio.yaml# 14 const: w1-gpio 39 compatible = "w1-gpio";
|
/freebsd/sys/contrib/ck/include/gcc/aarch64/ |
H A D | ck_pr_llsc.h | 110 "stxr" W " %w1, %" R "3, [%2]\n" \ 111 "cbnz %w1, 1b\n" \ 132 "stxr" W " %w1, %" R "3, [%2]\n" \ 133 "cbnz %w1, 1b\n" \ 171 "stxr" W " %w1, %" R "3, [%2]\n"\ 172 "cbnz %w1, 1b\n" \ 203 "stxr" W " %w1, %" R "0, [%2]\n" \ 204 "cbnz %w1, 1b\n" \ 244 "stxr" W " %w1, %" R "0, [%2]\n" \ 245 "cbnz %w1, 1b\n" \ [all …]
|
/freebsd/sys/dev/vnic/ |
H A D | q_struct.h | 213 uint64_t pkt_len:16; /* W1 */ 267 uint64_t pkt_len:16; /* W1 */ 304 uint64_t rsvd1:4; /* W1 */ 327 uint64_t rsvd1:32; /* W1 */ 339 uint64_t rsvd1:32; /* W1 */ 355 uint64_t ptp_timestamp:64; /* W1 */ 367 uint64_t ptp_timestamp:64; /* W1 */ 502 uint64_t rsvd1:15; /* W1 */ 511 uint64_t rsvd1:15; /* W1 */ 522 uint64_t data:64; /* W1 */ [all …]
|
/freebsd/sys/crypto/camellia/ |
H A D | camellia.c | 81 #define CAMELLIA_ROLDQ(ll, lr, rl, rr, w0, w1, bits) \ argument 90 #define CAMELLIA_ROLDQo32(ll, lr, rl, rr, w0, w1, bits) \ argument 93 w1 = lr; \ 97 rr = (w0 << (bits - 32)) + (w1 >> (64 - bits)); \ 440 uint32_t il, ir, t0, t1, w0, w1; in camellia_setup128() local 457 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 15); in camellia_setup128() 460 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 30); in camellia_setup128() 463 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 15); in camellia_setup128() 465 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 17); in camellia_setup128() 468 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 17); in camellia_setup128() [all …]
|
/freebsd/contrib/nvi/common/ |
H A D | encoding.c | 213 unsigned int w1, w2; in decode_utf16() local 216 w1 = buf[0] << 8 ^ buf[1]; in decode_utf16() 218 w1 = buf[0] ^ buf[1] << 8; in decode_utf16() 220 if (w1 < 0xD800 || w1 > 0xDFFF) in decode_utf16() 221 u = w1; in decode_utf16() 222 else if (w1 > 0xDBFF); in decode_utf16() 228 u = ((w1 ^ 0xD800) << 10 ^ (w2 ^ 0xDC00)) + 0x10000; in decode_utf16()
|
/freebsd/contrib/libxo/xo/ |
H A D | xo.c | 102 int w1 = 0, w2 = 0; in formatter() local 136 w1 = strtol(next_arg(), NULL, 0); in formatter() 146 rc = snprintf(buf, bufsiz, fmt, w1, w2, value); in formatter() 148 rc = snprintf(buf, bufsiz, fmt, w1, value); in formatter() 155 rc = snprintf(buf, bufsiz, fmt, w1, w2, value); in formatter() 157 rc = snprintf(buf, bufsiz, fmt, w1, value); in formatter() 164 rc = snprintf(buf, bufsiz, fmt, w1, w2, value); in formatter() 166 rc = snprintf(buf, bufsiz, fmt, w1, value); in formatter() 173 rc = snprintf(buf, bufsiz, fmt, w1, w2, value); in formatter() 175 rc = snprintf(buf, bufsiz, fmt, w1, value); in formatter()
|
/freebsd/libexec/rbootd/ |
H A D | rmp_var.h | 123 * COPYWORD(w1,w2) Copy u_word `w1' to `w2'. 135 #define COPYWORD(w1,w2) (w2) = (w1) argument 150 #define COPYWORD(w1, w2) \ argument 151 { (w2).val[_WORD_HIGHPART] = (w1).val[_WORD_HIGHPART]; \ 152 (w2).val[_WORD_LOWPART] = (w1).val[_WORD_LOWPART]; \
|
/freebsd/sys/arm64/include/ |
H A D | atomic.h | 94 " st"#l"xr"#s" %w1, %"#w"0, [%2]\n" \ 95 " cbnz %w1, 1b\n" \ 162 "1: mov %w1, #1\n" \ 166 " st"#l"xr"#s" %w1, %"#w"4, [%2]\n" \ 167 " cbnz %w1, 1b\n" \ 214 " mov %w1, #1\n" \ 218 " st"#l"xr"#s" %w1, %"#w"4, [%2]\n" \ 288 " stxr %w1, %"#w"0, [%3]\n" \ 289 " cbnz %w1, 1b\n" \ 422 " stxr %w1, %"#w"0, [%3]\n" \ [all …]
|