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

123

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfile_internal.h167 struct label *fg_label; /* JMM - use the one in the cred? */
H A Ddtrace.h199 #define DIF_OP_BA 17 /* ba label */
200 #define DIF_OP_BE 18 /* be label */
201 #define DIF_OP_BNE 19 /* bne label */
202 #define DIF_OP_BG 20 /* bg label */
203 #define DIF_OP_BGU 21 /* bgu label */
204 #define DIF_OP_BGE 22 /* bge label */
205 #define DIF_OP_BGEU 23 /* bgeu label */
206 #define DIF_OP_BL 24 /* bl label */
207 #define DIF_OP_BLU 25 /* blu label */
208 #define DIF_OP_BLE 26 /* ble label */
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_port.h160 struct label ip_label;
H A Dipc_mqueue.c730 lh = self->ith_kmsg->ikm_sender->label;
759 lh = self->ith_kmsg->ikm_sender->label;
H A Dmach_port.c1796 * Get a (new) label handle representing the given port's port label.
1807 struct label outl;
1828 /* Make sure we are not dealing with a label handle. */
1830 /* already is a label handle! */
1835 /* Copy the port label and stash it in a new label handle. */
1855 * also works on label handles
1867 struct label *l;
1919 struct label in
[all...]
H A Dipc_object.c999 * Get a label out of a port, to be used by a kernel call
1000 * that takes a security label as a parameter. In this case, we want
1001 * to use the label stored in the label handle and not the label on its
1005 * label handle contents should not be necessary, as they can only
1006 * be modified when a label handle with one reference is a task label.
1007 * User allocated label handles can never be modified.
1010 struct label *io_getlabe
[all...]
H A Dmach_msg.c337 * The ipc_kmsg_t holds a reference to the label of a label
345 ipc_labelh_t lh = kmsg->ikm_sender->label;
681 * with a label. There are five optimized
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_audit.c106 struct label *vl = vp ? vp->v_label : NULL;
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbpf.c1916 struct label *
1924 mac_bpfdesc_label_set(struct bpf_d *d, struct label *label) argument
1927 d->bd_label = label;
H A Dif_var.h451 struct label *if_label; /* interface MAC label */
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dposix_sem.c105 struct label * psem_label;
H A Dposix_shm.c110 struct label* pshm_label;
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dkpi_vfs.c5129 struct label *a_vl;
5134 VNOP_SETLABEL(struct vnode *vp, struct label *label, vfs_context_t ctx) argument
5143 a.a_vl = label;
H A Dvfs_subr.c2285 vprint(const char *label, struct vnode *vp) argument
2289 if (label != NULL)
2290 printf("%s: ", label);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c7791 uint_t label = DIF_INSTR_LABEL(instr);
7923 if (label >= dp->dtdo_len) {
7925 label);
7927 if (label <= pc) {
7929 label);

Completed in 146 milliseconds

123