Searched refs:portstr (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | pnfs_nfs.c | 1022 char *buf, *portstr; in nfs4_decode_mp_ds_addr() local 1075 portstr = strrchr(buf, '.'); in nfs4_decode_mp_ds_addr() 1076 if (!portstr) { in nfs4_decode_mp_ds_addr() 1081 *portstr = '-'; in nfs4_decode_mp_ds_addr() 1084 portstr = strrchr(buf, '.'); in nfs4_decode_mp_ds_addr() 1085 if (!portstr) { in nfs4_decode_mp_ds_addr() 1090 *portstr = '\0'; in nfs4_decode_mp_ds_addr() 1098 if (!rpc_pton(net, buf, portstr-buf, (struct sockaddr *)&da->da_addr, in nfs4_decode_mp_ds_addr() 1104 portstr++; in nfs4_decode_mp_ds_addr() 1105 sscanf(portstr, "%d-%d", &tmp[0], &tmp[1]); in nfs4_decode_mp_ds_addr()
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | xdmcp.c | 1348 char portstr[6]; in get_addr_by_name() local 1349 char *pport = portstr; in get_addr_by_name() 1359 snprintf(portstr, sizeof(portstr), "%d", port); in get_addr_by_name() 1459 char portstr[6]; in get_mcast_options() local 1475 snprintf(portstr, sizeof(portstr), "%d", xdm_udp_port); in get_mcast_options() 1483 if ((gaierr = getaddrinfo(address, portstr, &hints, &firstai)) == 0) { in get_mcast_options()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/prserv/ |
| H A D | serv.py | 246 portstr = "" 252 portstr = "Wrong port? Other ports listening at %s: %s" % (host, ' '.join(ports)) 255 % (pidfile,portstr))
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | hub.c | 1466 char portstr[USB_MAXCHILDREN + 1]; in hub_configure() local 1469 portstr[i] = hub->descriptor->u.hs.DeviceRemovable in hub_configure() 1472 portstr[maxchild] = 0; in hub_configure() 1473 dev_dbg(hub_dev, "compound device; port removable status: %s\n", portstr); in hub_configure()
|