/freebsd/lib/libc/posix1e/ |
H A D | mac_get.c | 45 mac_get_fd(int fd, struct mac *label) in mac_get_fd() 52 mac_get_file(const char *path, struct mac *label) in mac_get_file() 59 mac_get_link(const char *path, struct mac *label) in mac_get_link() 66 mac_get_peer(int fd, struct mac *label) in mac_get_peer() 75 mac_get_pid(pid_t pid, struct mac *label) in mac_get_pid() 82 mac_get_proc(struct mac *label) in mac_get_proc()
|
H A D | mac_set.c | 43 mac_set_fd(int fd, struct mac *label) in mac_set_fd() 50 mac_set_file(const char *path, struct mac *label) in mac_set_file() 57 mac_set_link(const char *path, struct mac *label) in mac_set_link() 64 mac_set_proc(struct mac *label) in mac_set_proc()
|
/freebsd/sys/security/mac/ |
H A D | mac_inet.c | 78 struct label *label; in mac_inpcb_label_alloc() local 123 struct label *label; in mac_ipq_label_alloc() local 156 mac_inpcb_label_free(struct label *label) in mac_inpcb_label_free() 174 mac_ipq_label_free(struct label *label) in mac_ipq_label_free() 202 struct label *label; in mac_ipq_reassemble() local 231 struct label *label; in mac_ipq_create() local 260 struct label *label; in mac_ipq_match() local 309 struct label *label; in mac_netinet_icmp_replyinplace() local 339 struct label *label; in mac_netinet_tcp_reply() local 352 struct label *label; in mac_ipq_update() local [all …]
|
H A D | mac_net.c | 98 struct label *label; in mac_mbuf_to_label() local 112 struct label *label; in mac_bpfdesc_label_alloc() local 132 struct label *label; in mac_ifnet_label_alloc() local 152 struct label *label; in mac_mbuf_tag_init() local 193 mac_bpfdesc_label_free(struct label *label) in mac_bpfdesc_label_free() 211 mac_ifnet_label_free(struct label *label) in mac_ifnet_label_free() 221 struct label *label = if_getmaclabel(ifp); in mac_ifnet_destroy() local 231 struct label *label; in mac_mbuf_tag_destroy() local 280 mac_ifnet_externalize_label(struct label *label, char *elements, in mac_ifnet_externalize_label() 291 mac_ifnet_internalize_label(struct label *label, char *string) in mac_ifnet_internalize_label() [all …]
|
H A D | mac_inet6.c | 64 struct label *label; in mac_ip6q_label_alloc() local 97 mac_ip6q_label_free(struct label *label) in mac_ip6q_label_free() 117 struct label *label; in mac_ip6q_reassemble() local 131 struct label *label; in mac_ip6q_create() local 145 struct label *label; in mac_ip6q_match() local 163 struct label *label; in mac_ip6q_update() local
|
H A D | mac_label.c | 73 mac_init_label(struct label *label) in mac_init_label() 81 mac_destroy_label(struct label *label) in mac_destroy_label() 97 struct label *label; in mac_labelzone_ctor() local 108 struct label *label; in mac_labelzone_dtor() local 123 mac_labelzone_free(struct label *label) in mac_labelzone_free()
|
H A D | mac_socket.c | 103 struct label *label; in mac_socket_label_alloc() local 125 struct label *label; in mac_socketpeer_label_alloc() local 166 mac_socket_label_free(struct label *label) in mac_socket_label_free() 174 mac_socketpeer_label_free(struct label *label) in mac_socketpeer_label_free() 203 mac_socket_externalize_label(struct label *label, char *elements, in mac_socket_externalize_label() 214 mac_socketpeer_externalize_label(struct label *label, char *elements, in mac_socketpeer_externalize_label() 226 mac_socket_internalize_label(struct label *label, char *string) in mac_socket_internalize_label() 264 struct label *label; in mac_socketpeer_set_from_mbuf() local 289 struct label *label; in mac_socket_create_mbuf() local 369 struct label *label; in mac_socket_check_deliver() local [all …]
|
H A D | mac_pipe.c | 63 struct label *label; in mac_pipe_label_alloc() local 81 mac_pipe_label_free(struct label *label) in mac_pipe_label_free() 106 mac_pipe_externalize_label(struct label *label, char *elements, in mac_pipe_externalize_label() 117 mac_pipe_internalize_label(struct label *label, char *string) in mac_pipe_internalize_label() 244 struct label *label) in mac_pipe_label_set()
|
H A D | mac_sysv_msg.c | 66 struct label *label; in mac_sysv_msgmsg_label_alloc() local 86 struct label *label; in mac_sysv_msgqueue_label_alloc() local 104 mac_sysv_msgmsg_label_free(struct label *label) in mac_sysv_msgmsg_label_free() 122 mac_sysv_msgqueue_label_free(struct label *label) in mac_sysv_msgqueue_label_free()
|
H A D | mac_cred.c | 79 struct label *label; in mac_cred_label_alloc() local 97 mac_cred_label_free(struct label *label) in mac_cred_label_free() 153 mac_cred_externalize_label(struct label *label, char *elements, in mac_cred_externalize_label() 164 mac_cred_internalize_label(struct label *label, char *string) in mac_cred_internalize_label()
|
/freebsd/sys/dev/sym/ |
H A D | sym_fw.h | 103 #define SYM_GEN_A(s, label) s label; argument 104 #define SYM_GEN_B(s, label) s label; argument 168 #define SCRIPTA_BA(np, label) (np->fwa_bas.label) argument 169 #define SCRIPTB_BA(np, label) (np->fwb_bas.label) argument 170 #define SCRIPTB0_BA(np,label) \ argument 198 #define HADDR_1(label) (RELOC_SOFTC | offsetof(struct sym_hcb, label)) argument 199 #define HADDR_2(label,ofs) (RELOC_SOFTC | \ argument 201 #define RADDR_1(label) (RELOC_REGISTER | REG(label)) argument 202 #define RADDR_2(label,ofs) (RELOC_REGISTER | ((REG(label))+(ofs))) argument 204 #define SYM_GEN_PADDR_A(s, label) (RELOC_LABEL_A | offsetof(s, label)) argument [all …]
|
/freebsd/usr.sbin/fstyp/ |
H A D | hammer.c | 64 static char label[64]; in test_ondisk() local 97 fstyp_hammer(FILE *fp, char *label, size_t size) in fstyp_hammer() 139 __fsvtyp_hammer(const char *blkdevs, char *label, size_t size, int partial) in __fsvtyp_hammer() 200 fsvtyp_hammer(const char *blkdevs, char *label, size_t size) in fsvtyp_hammer() 206 fsvtyp_hammer_partial(const char *blkdevs, char *label, size_t size) in fsvtyp_hammer_partial()
|
/freebsd/sys/security/mac_test/ |
H A D | mac_test.c | 133 #define LABEL_CHECK(label, magic) do { \ argument 140 #define LABEL_DESTROY(label, magic) do { \ argument 150 #define LABEL_INIT(label, magic) do { \ argument 154 #define LABEL_NOTFREE(label) do { \ argument 200 test_bpfdesc_destroy_label(struct label *label) in test_bpfdesc_destroy_label() 209 test_bpfdesc_init_label(struct label *label) in test_bpfdesc_init_label() 406 test_cred_destroy_label(struct label *label) in test_cred_destroy_label() 415 test_cred_externalize_label(struct label *label, char *element_name, in test_cred_externalize_label() 427 test_cred_init_label(struct label *label) in test_cred_init_label() 436 test_cred_internalize_label(struct label *label, char *element_name, in test_cred_internalize_label() [all …]
|
/freebsd/contrib/cortex-strings/src/thumb/ |
H A D | strcmp-armv6m.S | 37 .macro DoSub n, label 48 .macro Byte_Test n, label
|
/freebsd/contrib/arm-optimized-routines/string/arm/ |
H A D | strcmp-armv6m.S | 16 .macro DoSub n, label 27 .macro Byte_Test n, label
|
/freebsd/sys/security/mac_grantbylabel/ |
H A D | mac_grantbylabel.c | 93 gbl_parse_label(const char *label) in gbl_parse_label() 171 const char *label; in gbl_get_vlabel() local 212 gbl_label_t label; in mac_grantbylabel_priv_grant() local 429 mac_grantbylabel_proc_init_label(struct label *label) in mac_grantbylabel_proc_init_label() 436 mac_grantbylabel_vnode_init_label(struct label *label) in mac_grantbylabel_vnode_init_label()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan.cpp | 102 dfsan_label label = ls[0]; in __dfsan_union_load() local 112 dfsan_label label = 0; in __dfsan_load_label_and_origin() local 400 __dfsan_chain_origin_if_tainted(dfsan_label label, dfsan_origin id) { in __dfsan_chain_origin_if_tainted() 548 void SetShadow(dfsan_label label, void *addr, uptr size, dfsan_origin origin) { in SetShadow() 578 dfsan_label label, dfsan_origin origin, void *addr, uptr size) { in __dfsan_set_label() 583 void dfsan_set_label(dfsan_label label, void *addr, uptr size) { in dfsan_set_label() 594 void dfsan_add_label(dfsan_label label, void *addr, uptr size) { in dfsan_add_label() 655 SANITIZER_INTERFACE_ATTRIBUTE void dfsan_set_label_origin(dfsan_label label, in dfsan_set_label_origin() 663 dfsan_has_label(dfsan_label label, dfsan_label elem) { in dfsan_has_label() 674 static void ConditionalCallback(dfsan_label label, dfsan_origin origin) { in ConditionalCallback() [all …]
|
/freebsd/sys/geom/label/ |
H A D | g_label_ufs.c | 129 g_label_ufs_taste_common(struct g_consumer *cp, char *label, size_t size, int what) in g_label_ufs_taste_common() 178 g_label_ufs_volume_taste(struct g_consumer *cp, char *label, size_t size) in g_label_ufs_volume_taste() 185 g_label_ufs_id_taste(struct g_consumer *cp, char *label, size_t size) in g_label_ufs_id_taste()
|
H A D | g_label.c | 114 g_label_rtrim(char *label, size_t size) in g_label_rtrim() argument 170 g_label_is_name_ok(const char *label) in g_label_is_name_ok() argument 187 g_label_mangle_name(char * label,size_t size) g_label_mangle_name() argument 223 g_label_create(struct gctl_req * req,struct g_class * mp,struct g_provider * pp,const char * label,const char * dirprefix,off_t mediasize) g_label_create() argument 348 g_label_generic_taste(struct g_consumer * cp,char * label,size_t size) g_label_generic_taste() argument 413 char label[128]; g_label_taste() local [all...] |
/freebsd/contrib/libfido2/examples/ |
H A D | info.c | 75 print_str_array(const char *label, char * const *sa, size_t len) in print_str_array() 92 print_opt_array(const char *label, char * const *name, const bool *value, in print_opt_array() 111 print_cert_array(const char *label, char * const *name, const uint64_t *value, in print_cert_array() 266 print_byte_array(const char *label, const uint8_t *ba, size_t len) in print_byte_array()
|
/freebsd/sbin/ifconfig/ |
H A D | ifmac.c | 56 mac_t label; in maclabel_status() local 84 mac_t label; in setifmaclabel() local
|
/freebsd/sys/security/mac_partition/ |
H A D | mac_partition.c | 171 partition_cred_destroy_label(struct label *label) in partition_cred_destroy_label() 178 partition_cred_externalize_label(struct label *label, char *element_name, in partition_cred_externalize_label() 198 partition_cred_init_label(struct label *label) in partition_cred_init_label() 205 partition_cred_internalize_label(struct label *label, char *element_name, in partition_cred_internalize_label()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | sha256-prf.c | 30 int sha256_prf(const u8 *key, size_t key_len, const char *label, in sha256_prf() 54 int sha256_prf_bits(const u8 *key, size_t key_len, const char *label, in sha256_prf_bits()
|
H A D | sha384-prf.c | 30 int sha384_prf(const u8 *key, size_t key_len, const char *label, in sha384_prf() 54 int sha384_prf_bits(const u8 *key, size_t key_len, const char *label, in sha384_prf_bits()
|
H A D | sha512-prf.c | 30 int sha512_prf(const u8 *key, size_t key_len, const char *label, in sha512_prf() 54 int sha512_prf_bits(const u8 *key, size_t key_len, const char *label, in sha512_prf_bits()
|