| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | RegisterValue.h | 149 void operator=(uint8_t uint) { 151 m_scalar = uint; 156 m_scalar = uint; 161 m_scalar = uint; 166 m_scalar = uint; 189 void SetUInt8(uint8_t uint) { in SetUInt8() argument 191 m_scalar = uint; in SetUInt8() 196 m_scalar = uint; in SetUInt16() 201 m_scalar = uint; 206 m_scalar = uint; [all …]
|
| /freebsd-12.1/contrib/bsnmp/snmp_vacm/ |
| H A D | vacm_snmp.c | 54 static uint reg_vacm; 62 uint, const struct vacm_user *); 64 uint, int32_t *, char *); 66 uint); 68 uint); 70 uint, const struct vacm_access *); 72 uint, char *, char *, int32_t *, int32_t *); 74 uint); 76 uint); 86 uint); [all …]
|
| /freebsd-12.1/share/examples/scsi_target/ |
| H A D | scsi_target.h | 56 uint total_len; /* Total xfer len for this ATIO */ 57 uint init_req; /* Transfer count requested to/from init */ 58 uint init_ack; /* Data transferred ok to/from init */ 59 uint targ_req; /* Transfer count requested to/from target */ 60 uint targ_ack; /* Data transferred ok to/from target */
|
| /freebsd-12.1/sys/contrib/ck/include/ |
| H A D | ck_pr.h | 307 CK_PR_BIN_S(add, uint, unsigned int, +) 312 CK_PR_BIN_S(sub, uint, unsigned int, -) 317 CK_PR_BIN_S(and, uint, unsigned int, &) 322 CK_PR_BIN_S(xor, uint, unsigned int, ^) 327 CK_PR_BIN_S(or, uint, unsigned int, |) 519 CK_PR_BTX_S(btc, uint, unsigned int, ^,) 984 CK_PR_N_S(not, uint, unsigned int, ~) 989 CK_PR_N_S(neg, uint, unsigned int, -) 994 CK_PR_N_Z_S(uint, unsigned int) 1181 CK_PR_FAA_S(uint, unsigned int) [all …]
|
| /freebsd-12.1/usr.sbin/bsnmpd/modules/snmp_bridge/ |
| H A D | bridge_addrs.c | 339 bridge_addrs_index_append(struct asn_oid *oid, uint sub, in bridge_addrs_index_append() 355 bridge_addrs_get(const struct asn_oid *oid, uint sub, in bridge_addrs_get() 376 bridge_addrs_getnext(const struct asn_oid *oid, uint sub, in bridge_addrs_getnext() 401 uint sub, uint iidx __unused, enum snmp_op op) in op_dot1d_tp_fdb() 458 bridge_addrs_begemot_index_append(struct asn_oid *oid, uint sub, in bridge_addrs_begemot_index_append() 461 uint i, n_len; in bridge_addrs_begemot_index_append() 486 bridge_addrs_begemot_get(const struct asn_oid *oid, uint sub) in bridge_addrs_begemot_get() 488 uint i, n_len; in bridge_addrs_begemot_get() 516 bridge_addrs_begemot_getnext(const struct asn_oid *oid, uint sub) in bridge_addrs_begemot_getnext() 518 uint i, n_len; in bridge_addrs_begemot_getnext() [all …]
|
| H A D | bridge_port.c | 347 uint sub, uint iidx __unused, enum snmp_op op) in op_dot1d_base_port() 419 uint sub, uint iidx __unused, enum snmp_op op) in op_dot1d_stp_port() 577 uint sub, uint iidx __unused, enum snmp_op op) in op_dot1d_stp_ext_port() 718 uint sub, uint iidx __unused, enum snmp_op op) in op_dot1d_tp_port() 799 uint i; in bridge_port_index_append() 822 uint i; in bridge_port_index_get() 854 uint i; in bridge_port_index_getnext() 899 uint i; in bridge_port_index_decode() 1077 uint sub, uint iidx __unused, enum snmp_op op) in op_begemot_base_port() 1196 uint sub, uint iidx __unused, enum snmp_op op) in op_begemot_stp_port() [all …]
|
| H A D | bridge_if.c | 266 uint i; in bridge_basename_var() 635 uint sub, uint iidx __unused, enum snmp_op op) in op_dot1d_base() 868 uint sub, uint iidx __unused, enum snmp_op op) in op_dot1d_tp() 933 uint i; in bridge_name_index_get() 949 uint i; in bridge_if_index_append() 961 uint i; in bridge_if_index_get() 977 uint i; in bridge_if_index_getnext() 999 struct snmp_value *val, uint sub) in bridge_set_if_status() 1129 uint sub, uint iidx __unused, enum snmp_op op) in op_begemot_base_bridge() 1194 uint sub, uint iidx __unused, enum snmp_op op) in op_begemot_stp() [all …]
|
| H A D | bridge_snmp.c | 63 static uint reg_bridge; 115 bridge_set_default_name(const char *bif_name, uint len) in bridge_set_default_name() 168 uint sub, uint iidx __unused, enum snmp_op op) in op_begemot_bridge_config()
|
| /freebsd-12.1/contrib/bsnmp/snmp_target/ |
| H A D | target_snmp.c | 55 static uint reg_target; 56 static uint reg_notification; 65 static void target_append_index(struct asn_oid *, uint, 70 uint); 72 uint); 74 uint); 76 uint); 78 uint); 80 uint); 720 target_get_param(const struct asn_oid *oid, uint sub) in target_get_param() [all …]
|
| /freebsd-12.1/lib/libgeom/ |
| H A D | geom_stats.c | 47 static uint npages, spp; 109 uint pages; 110 uint pagesize; 111 uint perpage; 114 uint u, v;
|
| /freebsd-12.1/sys/contrib/ck/include/gcc/x86_64/ |
| H A D | ck_pr.h | 160 CK_PR_FAS_S(uint, unsigned int, "xchgl") 190 CK_PR_LOAD_S(uint, unsigned int, "movl") 235 CK_PR_LOAD_2(uint, 4, unsigned int) 276 CK_PR_STORE_S(uint, unsigned int, "movl", CK_CC_IMM_U32) 306 CK_PR_FAA_S(uint, unsigned int, "xaddl") 353 CK_PR_UNARY_S(K, uint, unsigned int, #K "l") \ 394 CK_PR_BINARY_S(K, uint, unsigned int, #K "l", CK_CC_IMM_U32) \ 433 CK_PR_CAS_S(uint, unsigned int, "cmpxchgl") 472 CK_PR_CAS_O_S(uint, unsigned int, "l", "eax") 565 CK_PR_CAS_V(uint, 4, unsigned int) [all …]
|
| /freebsd-12.1/sys/contrib/ck/include/gcc/x86/ |
| H A D | ck_pr.h | 128 CK_PR_FAS_S(uint, unsigned int, "xchgl") 154 CK_PR_LOAD_S(uint, unsigned int, "movl") 179 CK_PR_STORE_S(uint, unsigned int, "movl") 208 CK_PR_FAA_S(uint, unsigned int, "xaddl") 254 CK_PR_UNARY_S(K, uint, unsigned int, #K "l") \ 294 CK_PR_BINARY_S(K, uint, unsigned int, #K "l") \ 332 CK_PR_CAS_S(uint, unsigned int, "cmpxchgl") 367 CK_PR_CAS_O_S(uint, unsigned int, "l", "eax") 395 CK_PR_BT_S(K, uint, unsigned int, #K "l %2, %0") \
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/ |
| H A D | opencl-c.h | 9787 uint __ovld __cnfn mad_hi(uint a, uint b, uint c); 9839 uint __ovld __cnfn mad_sat(uint a, uint b, uint c); 10334 uint __ovld __cnfn mad24(uint x, uint y, uint z); 11342 uint __ovld __cnfn bitselect(uint a, uint b, uint c); 11480 uint __ovld __cnfn select(uint a, uint b, uint c); 16848 uint __ovld amd_bitalign(uint a, uint b, uint c); 16855 uint __ovld amd_bytealign(uint a, uint b, uint c); 16862 uint __ovld amd_lerp(uint a, uint b, uint c); 16873 uint __ovld amd_sadhi(uint a, uint b, uint c); 16880 uint __ovld amd_sad(uint a, uint b, uint c); [all …]
|
| /freebsd-12.1/sys/contrib/ck/include/gcc/ppc/ |
| H A D | ck_pr.h | 115 CK_PR_LOAD_S(uint, unsigned int, "lwz") 141 CK_PR_STORE_S(uint, unsigned int, "stw") 191 CK_PR_CAS_S(uint, unsigned int) 216 CK_PR_FAS(uint, unsigned int, unsigned int, "w") 248 CK_PR_UNARY_S(uint, unsigned int, "w") 285 CK_PR_BINARY_S(uint, unsigned int, "w") 329 CK_PR_FAA(uint, unsigned int, "w")
|
| /freebsd-12.1/sys/contrib/ck/include/gcc/ |
| H A D | ck_pr.h | 102 CK_PR_LOAD_S(uint, unsigned int) in CK_PR_LOAD_S() 171 CK_PR_CAS_S(uint, unsigned int) 202 CK_PR_CAS_O(uint, unsigned int) 226 CK_PR_FAA_S(uint, unsigned int) 253 CK_PR_BINARY_S(K, uint, unsigned int) \ 288 CK_PR_UNARY_S(uint, unsigned int)
|
| /freebsd-12.1/sys/contrib/ck/include/gcc/ppc64/ |
| H A D | ck_pr.h | 111 CK_PR_LOAD_S(uint, unsigned int, "lwz") 141 CK_PR_STORE_S(uint, unsigned int, "stw") 278 CK_PR_CAS(uint, unsigned int) in CK_PR_CAS() argument 306 CK_PR_FAS(uint, unsigned int, unsigned int, "w") 339 CK_PR_UNARY_S(uint, unsigned int, "w") 377 CK_PR_BINARY_S(uint, unsigned int, "w") 422 CK_PR_FAA(uint, unsigned int, "w")
|
| /freebsd-12.1/sys/contrib/ck/include/gcc/arm/ |
| H A D | ck_pr_armv4.h | 132 CK_PR_LOAD_S(uint, unsigned int, "ldr") 159 CK_PR_STORE_S(uint, unsigned int, "str") 204 CK_PR_CAS_S(uint, unsigned int) 231 CK_PR_FAS(uint, unsigned int, unsigned int, "") 264 CK_PR_UNARY_S(uint, unsigned int, "") 300 CK_PR_BINARY_S(uint, unsigned int, "") 338 CK_PR_FAA(uint, unsigned int, "")
|
| H A D | ck_pr.h | 127 CK_PR_LOAD_S(uint, unsigned int, "ldr") 176 CK_PR_STORE_S(uint, unsigned int, "str") 385 CK_PR_CAS(uint, unsigned int, "") 417 CK_PR_FAS(uint, unsigned int, unsigned int, "") 457 CK_PR_UNARY_S(uint, unsigned int, "") 501 CK_PR_BINARY_S(uint, unsigned int, "") 553 CK_PR_FAA(uint, unsigned int, "")
|
| /freebsd-12.1/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| H A D | wlan_snmp.c | 65 static uint reg_wlan; 142 uint); 148 uint, struct wlan_iface **); 154 uint, struct wlan_iface **); 162 uint); 164 asn_oid *, uint); 178 uint); 204 struct snmp_value *, uint); 206 struct snmp_value *, uint); 4041 uint sub) in wlan_acl_mac_set_status() [all …]
|
| /freebsd-12.1/sys/contrib/ck/include/gcc/sparcv9/ |
| H A D | ck_pr.h | 106 CK_PR_LOAD_S(uint, unsigned int, "lduw") 132 CK_PR_STORE_S(uint, unsigned int, "stuw") 219 CK_PR_CAS(uint, unsigned int) 237 CK_PR_FAS(uint, unsigned int)
|
| /freebsd-12.1/sys/mips/include/ |
| H A D | atomic.h | 286 atomic_##NAME##_acq_##WIDTH(__volatile uint##WIDTH##_t *p, uint##WIDTH##_t v)\ 293 atomic_##NAME##_rel_##WIDTH(__volatile uint##WIDTH##_t *p, uint##WIDTH##_t v)\ 325 static __inline uint##WIDTH##_t \ 326 atomic_load_acq_##WIDTH(__volatile uint##WIDTH##_t *p) \ 328 uint##WIDTH##_t v; \ 336 atomic_store_rel_##WIDTH(__volatile uint##WIDTH##_t *p, uint##WIDTH##_t v)\
|
| /freebsd-12.1/contrib/bsnmp/snmp_usm/ |
| H A D | usm_snmp.c | 67 static uint reg_usm; 71 static struct usm_user * usm_get_user(const struct asn_oid *, uint); 72 static struct usm_user * usm_get_next_user(const struct asn_oid *, uint); 73 static void usm_append_userindex(struct asn_oid *, uint, 75 static int usm_user_index_decode(const struct asn_oid *, uint, uint8_t *, 456 usm_user_index_decode(const struct asn_oid *oid, uint sub, uint8_t *engine, in usm_user_index_decode() 481 usm_append_userindex(struct asn_oid *oid, uint sub, in usm_append_userindex() 499 usm_get_user(const struct asn_oid *oid, uint sub) in usm_get_user() 512 usm_get_next_user(const struct asn_oid *oid, uint sub) in usm_get_next_user()
|
| /freebsd-12.1/sys/contrib/ck/include/gcc/aarch64/ |
| H A D | ck_pr_lse.h | 130 CK_PR_CAS_S(uint, unsigned int, "", "w") 159 CK_PR_FAS(uint, unsigned int, unsigned int, "", "w") 193 CK_PR_UNARY_S(uint, unsigned int, "") 234 CK_PR_BINARY_S(uint, unsigned int, "") 289 CK_PR_FAA(uint, unsigned int, "")
|
| H A D | ck_pr_llsc.h | 152 CK_PR_CAS_S(uint, unsigned int, "", "w") 185 CK_PR_FAS(uint, unsigned int, unsigned int, "", "w") 225 CK_PR_UNARY_S(uint, unsigned int, "") 273 CK_PR_BINARY_S(uint, unsigned int, "") 343 CK_PR_FAA(uint, unsigned int, "")
|
| /freebsd-12.1/bin/setfacl/ |
| H A D | setfacl.h | 42 int add_acl(acl_t acl, uint entry_number, acl_t *prev_acl, 46 int remove_by_number(uint entry_number, acl_t *prev_acl,
|