Searched refs:portstr (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/nfs/
H A Dpnfs_nfs.c1091 char *buf, *portstr; local
1115 portstr = strrchr(buf, '.');
1116 if (!portstr) {
1121 *portstr = '-';
1124 portstr = strrchr(buf, '.');
1125 if (!portstr) {
1130 *portstr = '\0';
1136 if (!rpc_pton(net, buf, portstr-buf, (struct sockaddr *)&da->da_addr,
1142 portstr++;
1143 sscanf(portstr, "
[all...]
/linux-master/drivers/usb/core/
H A Dhub.c1519 char portstr[USB_MAXCHILDREN + 1]; local
1522 portstr[i] = hub->descriptor->u.hs.DeviceRemovable
1525 portstr[maxchild] = 0;
1526 dev_dbg(hub_dev, "compound device; port removable status: %s\n", portstr);

Completed in 270 milliseconds