portstr          1456 drivers/usb/core/hub.c 		char	portstr[USB_MAXCHILDREN + 1];
portstr          1459 drivers/usb/core/hub.c 			portstr[i] = hub->descriptor->u.hs.DeviceRemovable
portstr          1462 drivers/usb/core/hub.c 		portstr[maxchild] = 0;
portstr          1463 drivers/usb/core/hub.c 		dev_dbg(hub_dev, "compound device; port removable status: %s\n", portstr);
portstr           785 fs/nfs/pnfs_nfs.c 	char *buf, *portstr;
portstr           838 fs/nfs/pnfs_nfs.c 	portstr = strrchr(buf, '.');
portstr           839 fs/nfs/pnfs_nfs.c 	if (!portstr) {
portstr           844 fs/nfs/pnfs_nfs.c 	*portstr = '-';
portstr           847 fs/nfs/pnfs_nfs.c 	portstr = strrchr(buf, '.');
portstr           848 fs/nfs/pnfs_nfs.c 	if (!portstr) {
portstr           853 fs/nfs/pnfs_nfs.c 	*portstr = '\0';
portstr           861 fs/nfs/pnfs_nfs.c 	if (!rpc_pton(net, buf, portstr-buf, (struct sockaddr *)&da->da_addr,
portstr           867 fs/nfs/pnfs_nfs.c 	portstr++;
portstr           868 fs/nfs/pnfs_nfs.c 	sscanf(portstr, "%d-%d", &tmp[0], &tmp[1]);