Searched refs:addr_str (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/ofed/libibmad/
H A Dresolve.c142 int ib_resolve_portid_str_via(ib_portid_t * portid, char *addr_str, argument
157 lid = strtol(addr_str, 0, 0);
165 if (str2drpath(&portid->drpath, addr_str, 0, 0) < 0) {
172 if (!(guid = strtoull(addr_str, 0, 0))) {
181 lid = strtol(addr_str, &routepath, 0);
200 if (inet_pton(AF_INET6, addr_str, &gid) <= 0)
211 int ib_resolve_portid_str(ib_portid_t * portid, char *addr_str, argument
214 return ib_resolve_portid_str_via(portid, addr_str, dest_type,
H A Dmad.h1728 MAD_EXPORT int ib_resolve_portid_str(ib_portid_t * portid, char *addr_str,
1743 MAD_EXPORT int ib_resolve_portid_str_via(ib_portid_t * portid, char *addr_str,
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibdiag_common.h156 char *addr_str, enum MAD_DEST dest_type,
H A Dibdiag_common.c682 char *addr_str, enum MAD_DEST dest_type,
696 lid = strtol(addr_str, 0, 0);
702 if (str2drpath(&portid->drpath, addr_str, 0, 0) < 0)
707 if (!(guid = strtoull(addr_str, 0, 0)))
715 lid = strtol(addr_str, &routepath, 0);
731 if (inet_pton(AF_INET6, addr_str, &gid) <= 0)
681 resolve_portid_str(char *ca_name, uint8_t ca_port, ib_portid_t * portid, char *addr_str, enum MAD_DEST dest_type, ib_portid_t *sm_id, const struct ibmad_port *srcport) argument
/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A Drshd.c381 char addr_str[256]; local
385 addr_str, sizeof(addr_str)) == NULL)
386 strlcpy (addr_str, "unknown address",
387 sizeof(addr_str));
392 addr_str,
H A Drsh.c612 char addr_str[256]; local
618 addr_str, sizeof(addr_str));
622 addr_str, sizeof(addr_str));
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-llm.c85 static uint32_t process_address_map_str(uint32_t mrs_dat, char *addr_str);
661 static uint32_t process_address_map_str(uint32_t mrs_dat, char *addr_str) argument
667 // cvmx_dprintf("mrs_dat: 0x%x, str: %x\n", mrs_dat, addr_str);
668 char *charptr = strtok(addr_str," ");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp238 std::string addr_str = addr->str(); local
240 int fd = llvm::sys::RetryAfterSignal(-1, ::open, addr_str.c_str(), O_RDWR);
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c1328 char addr_str[256]; local
1333 addr_str, sizeof(addr_str)) == NULL)
1354 inet_af, addr_str,
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_mgmt.c579 char addr_str[80]; local
597 if (ocs_copy_from_user(addr_str, arg_in, arg_in_length)) {
602 target_addr = (uintptr_t)ocs_strtoul(addr_str, NULL, 0);
603 /* addr_str must be the physical address of a buffer that was reported
/freebsd-11-stable/sys/contrib/rdma/krping/
H A Dkrping.c224 char *addr_str; /* dst addr string */ member in struct:krping_cb
2023 cb->addr_str = optarg;
2033 cb->addr_str = optarg;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2272 llvm::StringRef addr_str, bytes_str;
2273 std::tie(addr_str, bytes_str) = value.split('=');
2274 if (!addr_str.empty() && !bytes_str.empty()) {
2276 if (!addr_str.getAsInteger(0, mem_cache_addr)) {
/freebsd-11-stable/sys/contrib/rdma/krping_compat/
H A Dkrping.c229 char *addr_str; /* dst addr string */ member in struct:krping_cb
3228 cb->addr_str = optarg;
3238 cb->addr_str = optarg;

Completed in 153 milliseconds