Symbol: spn
usr/src/cmd/mandoc/tbl_term.c
571
const struct tbl_span *sp, const struct tbl_span *spn, int flags)
usr/src/cmd/mandoc/tbl_term.c
586
cpn = spn == NULL ? NULL : spn->layout->first;
usr/src/cmd/mandoc/tbl_term.c
588
if (spn != NULL) {
usr/src/cmd/mandoc/tbl_term.c
589
if (spn->pos == TBL_SPAN_DATA)
usr/src/cmd/mandoc/tbl_term.c
590
dpn = spn->first;
usr/src/cmd/mandoc/tbl_term.c
591
else if (spn->next != NULL)
usr/src/cmd/mandoc/tbl_term.c
592
dpn = spn->next->first;
usr/src/cmd/mandoc/tbl_term.c
609
(spn == NULL ? 0 : BDOWN * bw) +
usr/src/cmd/mandoc/tbl_term.c
657
} else if (spn != NULL && opts & TBL_OPT_ALLBOX)
usr/src/cmd/mandoc/tbl_term.c
705
(spn == NULL ? 0 : BDOWN * bw) +
usr/src/cmd/mandoc/tbl_term.c
706
(spp == NULL || spn == NULL ||
usr/src/cmd/mandoc/tbl_term.c
707
spn->layout->last->pos != TBL_CELL_DOWN ?
usr/src/cmd/svc/svcprop/svcprop.c
419
svcprop_prop_node_t *spn;
usr/src/cmd/svc/svcprop/svcprop.c
484
for (spn = uu_list_first(prop_list);
usr/src/cmd/svc/svcprop/svcprop.c
485
spn != NULL;
usr/src/cmd/svc/svcprop/svcprop.c
486
spn = uu_list_next(prop_list, spn)) {
usr/src/cmd/svc/svcprop/svcprop.c
490
spn->spn_comp1, pg);
usr/src/cmd/svc/svcprop/svcprop.c
493
snap, spn->spn_comp1, pg);
usr/src/cmd/svc/svcprop/svcprop.c
503
ent.u.inst, NULL, spn->spn_comp1,
usr/src/cmd/svc/svcprop/svcprop.c
527
ret = scf_entity_get_pg(ent, spn->spn_comp1, pg);
usr/src/cmd/svc/svcprop/svcprop.c
543
"`%s' for %s `%s'.\n"), spn->spn_comp1,
usr/src/cmd/svc/svcprop/svcprop.c
554
if (spn->spn_comp2 == NULL) {
usr/src/cmd/svc/svcprop/svcprop.c
560
if (scf_pg_get_property(pg, spn->spn_comp2, prop) == -1) {
usr/src/cmd/svc/svcprop/svcprop.c
574
"`%s/%s' for %s `%s'.\n"), spn->spn_comp1,
usr/src/cmd/svc/svcprop/svcprop.c
575
spn->spn_comp2, SCF_ENTITY_TYPE_NAME(ent),
usr/src/cmd/svc/svcprop/svcprop.c
604
svcprop_prop_node_t *spn;
usr/src/cmd/svc/svcprop/svcprop.c
618
for (spn = uu_list_first(prop_list);
usr/src/cmd/svc/svcprop/svcprop.c
619
spn != NULL;
usr/src/cmd/svc/svcprop/svcprop.c
620
spn = uu_list_next(prop_list, spn)) {
usr/src/cmd/svc/svcprop/svcprop.c
621
if (spn->spn_comp2 != NULL) {
usr/src/cmd/svc/svcprop/svcprop.c
631
"group `%s'.\n"), spn->spn_comp1, spn->spn_comp2,
usr/src/cmd/svc/svcprop/svcprop.c
635
if (scf_pg_get_property(pg, spn->spn_comp1, prop) == 0) {
usr/src/cmd/svc/svcprop/svcprop.c
653
"property group `%s'.\n"), spn->spn_comp1, buf);
usr/src/lib/smbsrv/libsmbns/common/smbns_ads.c
1319
smb_krb5_pn_set_t spn, upn;
usr/src/lib/smbsrv/libsmbns/common/smbns_ads.c
1331
if (smb_krb5_get_pn_set(&spn, SMB_PN_SPN_ATTR, ah->domain) == 0)
usr/src/lib/smbsrv/libsmbns/common/smbns_ads.c
1336
smb_krb5_free_pn_set(&spn);
usr/src/lib/smbsrv/libsmbns/common/smbns_ads.c
1345
smb_krb5_free_pn_set(&spn);
usr/src/lib/smbsrv/libsmbns/common/smbns_ads.c
1369
attrs[j]->mod_values = spn.s_pns;
usr/src/lib/smbsrv/libsmbns/common/smbns_ads.c
1422
smb_krb5_free_pn_set(&spn);
usr/src/uts/common/fs/zfs/zfs_vfsops.c
1943
pathname_t spn;
usr/src/uts/common/fs/zfs/zfs_vfsops.c
1973
if (error = pn_get(uap->spec, fromspace, &spn))
usr/src/uts/common/fs/zfs/zfs_vfsops.c
1976
osname = spn.pn_path;
usr/src/uts/common/fs/zfs/zfs_vfsops.c
2045
pn_free(&spn);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
1469
(caddr_t)port->spn,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
1623
(caddr_t)port->spn,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
2780
if (fcio->fcio_olen < (strlen(port->spn)+1) ||
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
2786
(void) strlcpy((caddr_t)fcio->fcio_obuf, (caddr_t)port->spn,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3106
if (dfc_vport->spn[0]) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3107
(void) strncpy(name, dfc_vport->spn,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3109
(void) snprintf(dfc_vport->spn, (sizeof (dfc_vport->spn)-1),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3110
"%s VPort-%d VName-%s", hba->spn,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3113
(void) snprintf(dfc_vport->spn, (sizeof (dfc_vport->spn)-1),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3114
"%s VPort-%d", hba->spn, vpi);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3131
(void) strncpy((caddr_t)vport->spn, (caddr_t)dfc_vport->spn,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3132
(sizeof (vport->spn)-1));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3315
bcopy(vport->spn, dfc_vport->spn, 256);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3858
(void) strncpy(hbainfo->spn, port->spn, (sizeof (hbainfo->spn)-1));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
1173
fct_port->port_sym_port_name = port->spn;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
1293
(void) snprintf(hba->spn, (sizeof (hba->spn)-1),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
1394
(void) snprintf(hba->spn, (sizeof (hba->spn)-1),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
11770
if (hba->port[vpi].spn[0] == 0) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
11771
(void) snprintf((caddr_t)hba->port[vpi].spn,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
11772
sizeof (hba->port[vpi].spn),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
11774
(caddr_t)hba->spn, vpi);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
1388
(void) strncpy((caddr_t)port->spn, (caddr_t)hba->spn,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
1389
(sizeof (port->spn)-1));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
1545
if (port->spn[0] == 0) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
1546
(void) snprintf((caddr_t)port->spn,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
1547
(sizeof (port->spn)-1), "%s VPort-%d",
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
1548
(caddr_t)hba->spn, port->vpi);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
1925
(caddr_t)port->spn, FCHBA_SYMB_NAME_LEN);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5097
ns_spn_t *spn;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5099
spn = (ns_spn_t *)ns_req->ns_req_payload;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5102
port->fp_sym_port_namelen = spn->spn_len;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5103
if (spn->spn_len) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5104
bcopy((caddr_t)spn + sizeof (ns_spn_t),
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5105
port->fp_sym_port_name, spn->spn_len);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5181
ns_spn_t *spn;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5183
spn = (ns_spn_t *)ns_req->ns_resp_payload;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5186
spn->spn_len = port->fp_sym_port_namelen;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5187
if (spn->spn_len) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5188
bcopy(port->fp_sym_port_name, (caddr_t)spn +
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5189
sizeof (ns_spn_t), spn->spn_len);
usr/src/uts/common/io/fibre-channel/impl/fp.c
5491
fc_portid_t spn;
usr/src/uts/common/io/fibre-channel/impl/fp.c
5515
spn = s_id;
usr/src/uts/common/io/fibre-channel/impl/fp.c
5517
FC_SET_CMD(port, pkt->pkt_cmd_acc, (uint8_t *)&spn, (uint8_t *)
usr/src/uts/common/io/fibre-channel/impl/fp.c
5518
(pkt->pkt_cmd + sizeof (fc_ct_header_t)), sizeof (spn),
usr/src/uts/common/io/fibre-channel/impl/fp.c
5529
sizeof (spn) + 1), name_len, DDI_DEV_AUTOINCR);
usr/src/uts/common/io/fibre-channel/impl/fp.c
5536
sizeof (spn) + 1), name_len, DDI_DEV_AUTOINCR);
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
325
char spn[256];
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
779
char spn[256];
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fc.h
1043
char spn[256];
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fc.h
1752
char spn[256];
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_hw.h
256
char spn[256];
usr/src/uts/common/sys/fibre-channel/impl/fcgs2.h
344
_NOTE(SCHEME_PROTECTS_DATA("unique per request", spn))