/titanic_50/usr/src/lib/pam_modules/tsol_acct/ |
H A D | tsol_acct.c | 65 m_label_t *plabel; in pam_sm_acct_mgmt() local 108 if ((plabel = m_label_alloc(MAC_LABEL)) == NULL) { in pam_sm_acct_mgmt() 114 if (getplabel(plabel) < 0) { in pam_sm_acct_mgmt() 117 free_labels(range, plabel); in pam_sm_acct_mgmt() 120 if (!blinrange(plabel, range)) { in pam_sm_acct_mgmt() 121 free_labels(range, plabel); in pam_sm_acct_mgmt() 125 free_labels(range, plabel); in pam_sm_acct_mgmt()
|
/titanic_50/usr/src/cmd/tsol/plabel/ |
H A D | plabel.c | 130 m_label_t *plabel; in look() local 185 if ((plabel = getzonelabelbyid(info.pr_zoneid)) == NULL) { in look() 193 _BSLHIGH(plabel); in look() 196 if (label_to_str(plabel, &str, M_LABEL, wordlen) != 0) { in look() 201 m_label_free(plabel); in look()
|
H A D | Makefile | 33 PROG= plabel 34 OBJS= plabel.o
|
/titanic_50/usr/src/lib/fm/topo/modules/common/xfp/ |
H A D | xfp.c | 151 char *plabel = NULL; in xfp_label_set() local 155 if (topo_node_label(parent, &plabel, &err) != 0 || in xfp_label_set() 156 plabel == NULL) { in xfp_label_set() 160 len = strlen(plabel) + strlen(xfplabel) + 2; in xfp_label_set() 162 (void) snprintf(label, len, "%s%s%d", plabel, xfplabel, n); in xfp_label_set() 163 topo_mod_strfree(mod, plabel); in xfp_label_set()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | tnet.c | 868 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 …]
|
/titanic_50/usr/src/cmd/svc/shell/ |
H A D | smf_include.sh | 115 [ ! -x /bin/plabel ] && return 1 116 /bin/plabel > /dev/null 2>&1
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/cpuboard/ |
H A D | cpuboard.c | 314 char *plabel = NULL; in cpuboard_label_set() local 318 if (topo_node_label(parent, &plabel, &err) != 0 || in cpuboard_label_set() 319 plabel == NULL) { in cpuboard_label_set() 323 len = strlen(plabel) + strlen(cpuboard_label) + 2; in cpuboard_label_set() 325 (void) snprintf(label, len, "%s%s%d", plabel, cpuboard_label, n); in cpuboard_label_set() 326 topo_mod_strfree(mod, plabel); in cpuboard_label_set()
|
/titanic_50/usr/src/cmd/tsol/updatehome/ |
H A D | setupfiles.c | 91 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()
|
/titanic_50/usr/src/cmd/tsol/ |
H A D | Makefile | 38 plabel \
|
/titanic_50/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did_props.c | 537 char *plabel = NULL; in use_predecessor_label() local 543 if (topo_node_label(pnode, &plabel, &err) != 0 || plabel == NULL) in use_predecessor_label() 546 (void) topo_node_label_set(tn, plabel, &err); in use_predecessor_label() 548 topo_mod_strfree(mod, plabel); in use_predecessor_label()
|
/titanic_50/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 2246 ipsec_convert_bslabel_to_string(bslabel_t *sl, char **plabel) in ipsec_convert_bslabel_to_string() argument 2248 if (label_to_str(sl, plabel, M_LABEL, DEF_NAMES) != 0) { in ipsec_convert_bslabel_to_string() 2249 *plabel = strdup(dgettext(TEXT_DOMAIN, in ipsec_convert_bslabel_to_string() 2255 ipsec_convert_bslabel_to_hex(bslabel_t *sl, char **plabel) in ipsec_convert_bslabel_to_hex() argument 2257 if (label_to_str(sl, plabel, M_INTERNAL, DEF_NAMES) != 0) { in ipsec_convert_bslabel_to_hex() 2258 *plabel = strdup(dgettext(TEXT_DOMAIN, in ipsec_convert_bslabel_to_hex() 2301 char *plabel; in print_sens() local 2332 ipsec_convert_bslabel_to_string(&sl, &plabel); in print_sens() 2336 prefix, sensname, plabel, hlabel); in print_sens() 2337 free(plabel); in print_sens()
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-trusted.mf | 69 file path=usr/bin/plabel mode=0555 128 file path=usr/share/man/man1/plabel.1
|
/titanic_50/usr/src/common/ctf/ |
H A D | ctf_create.c | 294 const char *plabel; in ctf_update() local 320 plabel = NULL; in ctf_update() 323 plabel = ctf_label_topmost(fp->ctf_parent); in ctf_update() 326 plabel = NULL; in ctf_update() 487 if (plabel != NULL && strcmp(plabel, dld->dld_name) == 0) in ctf_update()
|
/titanic_50/usr/src/man/man1/ |
H A D | Makefile | 284 plabel.1 \
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ip.c | 1150 static char *plabel = ascii_label; variable 1336 if (bsltos(&sl, &plabel, ALABEL_MAXLEN, in interpret_cipso_tagtype1()
|
/titanic_50/usr/src/cmd/tsol/misc/ |
H A D | txzonemgr.sh | 1818 /usr/bin/plabel $$ 1>/dev/null 2>&1
|
/titanic_50/ |
H A D | .gitignore | 2917 usr/src/cmd/tsol/plabel/plabel
|