Home
last modified time | relevance | path

Searched refs:plabel (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/tsol_acct/
H A Dtsol_acct.c64 m_label_t *plabel; in pam_sm_acct_mgmt() local
107 if ((plabel = m_label_alloc(MAC_LABEL)) == NULL) { in pam_sm_acct_mgmt()
113 if (getplabel(plabel) < 0) { in pam_sm_acct_mgmt()
116 free_labels(range, plabel); in pam_sm_acct_mgmt()
119 if (!blinrange(plabel, range)) { in pam_sm_acct_mgmt()
120 free_labels(range, plabel); in pam_sm_acct_mgmt()
124 free_labels(range, plabel); in pam_sm_acct_mgmt()
/illumos-gate/usr/src/cmd/tsol/plabel/
H A Dplabel.c128 m_label_t *plabel; in look() local
183 if ((plabel = getzonelabelbyid(info.pr_zoneid)) == NULL) { in look()
191 _BSLHIGH(plabel); in look()
194 if (label_to_str(plabel, &str, M_LABEL, wordlen) != 0) { in look()
199 m_label_free(plabel); in look()
H A DMakefile33 PROG= plabel
34 OBJS= plabel.o
/illumos-gate/usr/src/lib/fm/topo/modules/common/xfp/
H A Dxfp.c150 char *plabel = NULL; in xfp_label_set() local
154 if (topo_node_label(parent, &plabel, &err) != 0 || in xfp_label_set()
155 plabel == NULL) { in xfp_label_set()
159 len = strlen(plabel) + strlen(xfplabel) + 2; in xfp_label_set()
161 (void) snprintf(label, len, "%s%s%d", plabel, xfplabel, n); in xfp_label_set()
162 topo_mod_strfree(mod, plabel); in xfp_label_set()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c868 ts_label_t *plabel, *conn_plabel; in tsol_receive_local() local
897 plabel = ira->ira_tsl; in tsol_receive_local()
899 ASSERT(plabel != NULL && conn_plabel != NULL); in tsol_receive_local()
901 label = label2bslabel(plabel); in tsol_receive_local()
909 if ((plabel->tsl_flags & TSLF_IMPLICIT_IN) && in tsol_receive_local()
937 } else if (plabel->tsl_flags & TSLF_UNLABELED) { in tsol_receive_local()
938 if (plabel->tsl_doi == conn_plabel->tsl_doi && in tsol_receive_local()
944 (plabel->tsl_doi != conn_plabel->tsl_doi || in tsol_receive_local()
959 if (plabel->tsl_doi != conn_plabel->tsl_doi || in tsol_receive_local()
1008 } else if (plabel->tsl_doi != tp->tpc_tp.tp_doi) { in tsol_receive_local()
[all …]
/illumos-gate/usr/src/cmd/svc/shell/
H A Dsmf_include.sh126 [ ! -x /bin/plabel ] && return 1
127 /bin/plabel > /dev/null 2>&1
/illumos-gate/usr/src/cmd/tsol/updatehome/
H A Dsetupfiles.c91 m_label_t *plabel; /* process label */ in __setupfiles() local
102 if ((plabel = getzonelabelbyid(zoneid)) == NULL) { in __setupfiles()
108 if (blequal(plabel, min_sl)) { in __setupfiles()
/illumos-gate/usr/src/cmd/tsol/
H A DMakefile38 plabel \
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Dldscript.amd6432 *(.plabel)
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.c576 char *plabel = NULL; in use_predecessor_label() local
582 if (topo_node_label(pnode, &plabel, &err) != 0 || plabel == NULL) in use_predecessor_label()
585 (void) topo_node_label_set(tn, plabel, &err); in use_predecessor_label()
587 topo_mod_strfree(mod, plabel); in use_predecessor_label()
/illumos-gate/usr/src/boot/efi/loader/arch/arm64/
H A Dldscript.arm6428 *(.plabel)
/illumos-gate/usr/src/boot/efi/loader/arch/i386/
H A Dldscript.i38627 *(.plabel)
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c2364 ipsec_convert_bslabel_to_string(bslabel_t *sl, char **plabel) in ipsec_convert_bslabel_to_string() argument
2366 if (label_to_str(sl, plabel, M_LABEL, DEF_NAMES) != 0) { in ipsec_convert_bslabel_to_string()
2367 *plabel = strdup(dgettext(TEXT_DOMAIN, in ipsec_convert_bslabel_to_string()
2373 ipsec_convert_bslabel_to_hex(bslabel_t *sl, char **plabel) in ipsec_convert_bslabel_to_hex() argument
2375 if (label_to_str(sl, plabel, M_INTERNAL, DEF_NAMES) != 0) { in ipsec_convert_bslabel_to_hex()
2376 *plabel = strdup(dgettext(TEXT_DOMAIN, in ipsec_convert_bslabel_to_hex()
2419 char *plabel; in print_sens() local
2450 ipsec_convert_bslabel_to_string(&sl, &plabel); in print_sens()
2454 prefix, sensname, plabel, hlabel); in print_sens()
2455 free(plabel); in print_sens()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-trusted.p5m44 file path=usr/bin/plabel mode=0555
124 file path=usr/share/man/man1/plabel.1
/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c304 const char *plabel; in ctf_update() local
330 plabel = NULL; in ctf_update()
333 plabel = ctf_label_topmost(fp->ctf_parent); in ctf_update()
336 plabel = NULL; in ctf_update()
497 if (plabel != NULL && strcmp(plabel, dld->dld_name) == 0) in ctf_update()
/illumos-gate/usr/src/man/man1/
H A DMakefile278 plabel.1 \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c1151 static char *plabel = ascii_label; variable
1337 if (bsltos(&sl, &plabel, ALABEL_MAXLEN, in interpret_cipso_tagtype1()
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh1818 /usr/bin/plabel $$ 1>/dev/null 2>&1