Home
last modified time | relevance | path

Searched refs:pprefix (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c2888 const char *prefix, *pprefix; in save_address() local
2902 pprefix = "sport"; in save_address()
2906 pprefix = "isport"; in save_address()
2910 pprefix = "dport"; in save_address()
2914 pprefix = "idport"; in save_address()
2918 pprefix = "nat_lport"; in save_address()
2922 pprefix = "nat_rport"; in save_address()
2951 if ((pprefix != NULL) && (sin->sin_port != 0)) in save_address()
2952 (void) fprintf(ofile, " %s %d", pprefix, ntohs(sin->sin_port)); in save_address()
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c3600 char buffer[64], pprefix[8]; in pcicfg_set_childnode_props() local
3610 (void) sprintf(pprefix, "pciex"); in pcicfg_set_childnode_props()
3612 (void) sprintf(pprefix, "pci"); in pcicfg_set_childnode_props()
3654 (void) sprintf(buffer, "%s%x,%x", pprefix, sub_vid, sub_sid); in pcicfg_set_childnode_props()
3656 (void) sprintf(buffer, "%s%x,%x", pprefix, vid, did); in pcicfg_set_childnode_props()
3704 (void) sprintf(buffer, "%s%x,%x.%x.%x.%x", pprefix, vid, did, in pcicfg_set_childnode_props()
3710 (void) sprintf(buffer, "%s%x,%x.%x.%x", pprefix, vid, did, in pcicfg_set_childnode_props()
3732 (void) sprintf(buffer, "%s%x,%x", pprefix, vid, did); in pcicfg_set_childnode_props()
3737 (void) sprintf(buffer, "%s%x,%x,p", pprefix, vid, did); in pcicfg_set_childnode_props()
3743 (void) sprintf(buffer, "%sclass,%02x%02x%02x", pprefix, in pcicfg_set_childnode_props()
[all …]