Searched refs:newlabel (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/security/
H A Dmac_process.c260 mac_cred_label_update(kauth_cred_t cred, struct label *newlabel) argument
268 MAC_PERFORM(cred_label_update, cred, newlabel);
272 mac_cred_check_label_update(kauth_cred_t cred, struct label *newlabel) argument
279 MAC_CHECK(cred_check_label_update, cred, newlabel);
578 mac_lctx_label_update(struct lctx *l, struct label *newlabel) argument
581 MAC_PERFORM(lctx_label_update, l, newlabel);
585 mac_lctx_check_label_update(struct lctx *l, struct label *newlabel) argument
589 MAC_CHECK(lctx_check_label_update, l, newlabel);
H A Dmac_pipe.c185 struct label *newlabel)
192 MAC_CHECK(pipe_check_label_update, cred, cpipe, cpipe->pipe_label, newlabel);
184 mac_pipe_check_label_update(kauth_cred_t cred, struct pipe *cpipe, struct label *newlabel) argument
H A Dmac_policy.h354 @param newlabel New label to apply to the user credential
359 itself to the supplied new label (newlabel). This access control check
362 and provided in newlabel.
369 struct label *newlabel
592 @param newlabel A new label to apply to the credential
602 struct label *newlabel
977 @param newlabel New label to apply to the network interfaces
982 new label (newlabel).
991 struct label *newlabel
1122 @param newlabel
[all...]
H A Dmac_framework.h155 struct label *newlabel);
172 void mac_cred_label_update(kauth_cred_t cred, struct label *newlabel);
240 void mac_lctx_label_update(struct lctx *l, struct label *newlabel);
241 int mac_lctx_check_label_update(struct lctx *l, struct label *newlabel);
489 struct label *newlabel);
550 struct label *newlabel);
H A Dmac_socket.c287 struct label *newlabel)
296 newlabel);
286 mac_socket_check_label_update(kauth_cred_t cred, struct socket *so, struct label *newlabel) argument
H A Dmac_vfs.c1033 struct label *newlabel)
1043 MAC_CHECK(vnode_check_label_update, cred, vp, vp->v_label, newlabel);
1321 mac_vnode_label_update(vfs_context_t ctx, struct vnode *vp, struct label *newlabel) argument
1337 MAC_PERFORM(vnode_label_update, cred, vp, vp->v_label, newlabel);
1032 mac_vnode_check_label_update(vfs_context_t ctx, struct vnode *vp, struct label *newlabel) argument
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dcontainer.tcl242 method elabel {id {newlabel {}}} {
247 ($newlabel ne $thelabel)
254 if {[info exists l($newlabel)]} {
255 return -code error "Redefinition of label '$newlabel' in '[$self full-label $parent]'"
259 set l($newlabel) $l($thelabel)
261 $mytree set $id label $newlabel
265 set mylabel $newlabel
268 set thelabel $newlabel
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dasterisk.vim26 " Digits plus oldlabel (newlabel)
28 " oldlabel plus digits (newlabel)
30 " s or n plus digits (newlabel)
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dtk.tcl527 lassign [UnderlineAmpersand $val] newlabel under
528 lappend options -label $newlabel -underline $under
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dreftex-toc.el781 (label (car toc)) newlabel)
784 (setq newlabel (read-string (format "Rename label \"%s\" to:" label)))
785 (if (assoc newlabel (symbol-value reftex-docstruct-symbol))
795 (format "{%s}" newlabel))
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Dgraphops.tcl1781 set newlabel [ expr { [dict get $distances $v] + [$G arc getweight $arc] } ]
1783 if { $newlabel < [dict get $distances $u] } {
1785 dict set distances $u $newlabel

Completed in 206 milliseconds