Lines Matching refs:xb_add_string

1126 	xb_add_string(error, &xb, ((ndmntp->ndm_sotype == SOCK_DGRAM) ? "udp" : "tcp"), 3);
1132 xb_add_string(error, &xb, ndmntp->ndm_mntfrom, (endserverp - ndmntp->ndm_mntfrom)); /* server name */
1134 xb_add_string(error, &xb, uaddr, strlen(uaddr)); /* address */
1144 xb_add_string(error, &xb, cp, (p - cp)); /* component */
1388 xb_add_string(error, &xb, ((ndmntp->ndm_sotype == SOCK_DGRAM) ? "udp" : "tcp"), 3);
1394 xb_add_string(error, &xb, ndmntp->ndm_mntfrom, (endserverp - ndmntp->ndm_mntfrom)); /* server name */
1396 xb_add_string(error, &xb, uaddr, strlen(uaddr)); /* address */
1406 xb_add_string(error, &xb, cp, (p - cp)); /* component */
1752 xb_add_string(error, &xb, ((args.sotype == SOCK_DGRAM) ? "udp" : "tcp"), 3);
1774 xb_add_string(error, &xb, mntfrom, (endserverp - mntfrom)); /* server name */
1776 xb_add_string(error, &xb, uaddr, strlen(uaddr)); /* address */
1787 xb_add_string(error, &xb, cp, (p - cp)); /* component */
1797 xb_add_string(error, &xb, mntfrom, strlen(mntfrom)); /* fixed f_mntfromname */
3551 xb_add_string(error, &xbnew, cp, (p - cp)); /* component */
3567 xb_add_string(error, &xbnew, nfsls.nl_locations[loc]->nl_servers[serv]->ns_name,
3571 xb_add_string(error, &xbnew, nfsls.nl_locations[loc]->nl_servers[serv]->ns_addresses[addr],
3577 xb_add_string(error, &xbnew, nfsls.nl_locations[loc]->nl_path.np_components[comp],
5105 xb_add_string(error, &xbinfo, sotype, strlen(sotype)); /* SOCKET_TYPE */
5124 xb_add_string(error, &xbinfo, nmp->nm_locations.nl_locations[loc]->nl_servers[serv]->ns_name,
5128 xb_add_string(error, &xbinfo, nmp->nm_locations.nl_locations[loc]->nl_servers[serv]->ns_addresses[addr],
5134 xb_add_string(error, &xbinfo, nmp->nm_locations.nl_locations[loc]->nl_path.np_components[comp],
5140 xb_add_string(error, &xbinfo, vfs_statfs(nmp->nm_mountp)->f_mntfromname,
5143 xb_add_string(error, &xbinfo, nmp->nm_realm, strlen(nmp->nm_realm));
5145 xb_add_string(error, &xbinfo, nmp->nm_principal, strlen(nmp->nm_principal));
5147 xb_add_string(error, &xbinfo, nmp->nm_sprinc, strlen(nmp->nm_sprinc));