Searched defs:plabel (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/pam_modules/tsol_acct/
H A Dtsol_acct.c65 m_label_t *plabel; local
108 if ((plabel = m_label_alloc(MAC_LABEL)) == NULL) {
114 if (getplabel(plabel) < 0) {
117 free_labels(range, plabel);
120 if (!blinrange(plabel, range)) {
121 free_labels(range, plabel);
125 free_labels(range, plabel);
/osnet-11/usr/src/lib/fm/topo/modules/common/xfp/common/
H A Dxfp.c153 char *plabel = NULL; local
157 if (topo_node_label(parent, &plabel, &err) != 0 ||
158 plabel == NULL) {
162 len = strlen(plabel) + strlen(xfplabel) + 2;
164 (void) snprintf(label, len, "%s%s%d", plabel, xfplabel, n);
165 topo_mod_strfree(mod, plabel);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/cpuboard/common/
H A Dcpuboard.c317 char *plabel = NULL; local
321 if (topo_node_label(parent, &plabel, &err) != 0 ||
322 plabel == NULL) {
326 len = strlen(plabel) + strlen(cpuboard_label) + 2;
328 (void) snprintf(label, len, "%s%s%d", plabel, cpuboard_label, n);
329 topo_mod_strfree(mod, plabel);
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.c536 char *plabel = NULL; local
542 if (topo_node_label(pnode, &plabel, &err) != 0 || plabel == NULL)
545 (void) topo_node_label_set(tn, plabel, &err);
547 topo_mod_strfree(mod, plabel);
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c2244 ipsec_convert_bslabel_to_string(bslabel_t *sl, char **plabel) argument
2246 if (label_to_str(sl, plabel, M_LABEL, DEF_NAMES) != 0) {
2247 *plabel = strdup(dgettext(TEXT_DOMAIN,
2253 ipsec_convert_bslabel_to_hex(bslabel_t *sl, char **plabel) argument
2255 if (label_to_str(sl, plabel, M_INTERNAL, DEF_NAMES) != 0) {
2256 *plabel = strdup(dgettext(TEXT_DOMAIN,
2299 char *plabel; local
2330 ipsec_convert_bslabel_to_string(&sl, &plabel);
2334 prefix, sensname, plabel, hlabel);
2335 free(plabel);
[all...]

Completed in 34 milliseconds