Searched refs:label (Results 51 - 75 of 77) sorted by relevance

1234

/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfsdefs.h158 struct label * dn_label; /* security label */
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.h123 struct label;
218 struct label *inp_label; /* MAC label */
/darwin-on-arm/xnu/tools/tests/zero-to-n/
H A Dzero-to-n.c52 #define assert(truth, label) do { if(!(truth)) { printf("Thread %p: failure on line %d\n", pthread_self(), __LINE__); goto label; } } while (0)
/darwin-on-arm/xnu/bsd/sys/
H A Dfile_internal.h169 struct label *fg_label; /* JMM - use the one in the cred? */
H A Dproc_internal.h101 struct label;
116 struct label *lc_label; /* Login context MAC label. */
H A Dsocketvar.h273 struct label *so_label; /* MAC label for socket */
274 struct label *so_peerlabel; /* cached MAC label for socket peer */
H A Dvnode_if.h1519 struct label;
1523 struct label *a_vl;
1530 @abstract Associate a MACF label with a file.
1531 @param vp The vnode to label.
1532 @param label The desired label.
1533 @param ctx Context to authenticate for label change.
1537 errno_t VNOP_SETLABEL(vnode_t, struct label *, vfs_context_t);
H A Ddtrace.h217 #define DIF_OP_BA 17 /* ba label */
218 #define DIF_OP_BE 18 /* be label */
219 #define DIF_OP_BNE 19 /* bne label */
220 #define DIF_OP_BG 20 /* bg label */
221 #define DIF_OP_BGU 21 /* bgu label */
222 #define DIF_OP_BGE 22 /* bge label */
223 #define DIF_OP_BGEU 23 /* bgeu label */
224 #define DIF_OP_BL 24 /* bl label */
225 #define DIF_OP_BLU 25 /* blu label */
226 #define DIF_OP_BLE 26 /* ble label */
[all...]
/darwin-on-arm/xnu/security/
H A Dmac_audit.c106 struct label *vl = vp ? vp->v_label : NULL;
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_mqueue.c801 lh = thread->ith_kmsg->ikm_sender->label;
830 lh = thread->ith_kmsg->ikm_sender->label;
H A Dipc_port.h166 struct label ip_label;
H A Dmach_port.c1911 * Get a (new) label handle representing the given port's port label.
1922 struct label outl;
1944 /* Make sure we are not dealing with a label handle. */
1946 /* already is a label handle! */
1951 /* Copy the port label and stash it in a new label handle. */
1971 * also works on label handles
1984 struct label *l;
2037 struct label in
[all...]
H A Dipc_object.c1049 * Get a label out of a port, to be used by a kernel call
1050 * that takes a security label as a parameter. In this case, we want
1051 * to use the label stored in the label handle and not the label on its
1055 * label handle contents should not be necessary, as they can only
1056 * be modified when a label handle with one reference is a task label.
1057 * User allocated label handles can never be modified.
1060 struct label *io_getlabe
[all...]
/darwin-on-arm/xnu/libsyscall/
H A DMakefile78 -Wno-unused-label \
/darwin-on-arm/xnu/bsd/net/
H A Dbpf.c2420 struct label *
2428 mac_bpfdesc_label_set(struct bpf_d *d, struct label *label) argument
2431 d->bd_label = label;
H A Dif_var.h599 struct label *if_label; /* interface MAC label */
H A Dpf_ioctl.c1260 PF_MD5_UPD_STR(rule, label);
1354 dst->label[sizeof (dst->label) - 1] = '\0';
H A Dpfvar.h676 char label[PF_RULE_LABEL_SIZE]; member in struct:pf_rule
/darwin-on-arm/xnu/osfmk/i386/
H A Di386_lock.s123 #define LOAD_STRING_ARG0(label) movl $##label, (%esp) ;
129 #define LOAD_STRING_ARG0(label) leaq label(%rip), %rdi ;
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_var.h180 int label; /* matching label */ member in struct:in6_addrpolicy
/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dccn.h617 void ccn_lprint(cc_size n, const char *label, const cc_unit *s);
/darwin-on-arm/xnu/bsd/kern/
H A Dposix_sem.c105 struct label * psem_label;
H A Dposix_shm.c116 struct label* pshm_label;
/darwin-on-arm/xnu/bsd/vfs/
H A Dkpi_vfs.c627 /* Safe to cast to "struct label*"; returns "void*" to limit dependence of mount.h on security headers. */
6510 struct label *a_vl;
6515 VNOP_SETLABEL(struct vnode *vp, struct label *label, vfs_context_t ctx) argument
6526 a.a_vl = label;
H A Dvfs_subr.c2494 vprint(const char *label, struct vnode *vp) argument
2498 if (label != NULL)
2499 printf("%s: ", label);

Completed in 168 milliseconds

1234