Searched full:get_port (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/libresolv2/common/irs/ |
H A D | getaddrinfo.c | 191 static int get_port __P((const struct addrinfo *, const char *, int)); 235 #define GET_PORT(ai, serv) \ macro 238 error = get_port((ai), (serv), 0); \ 676 GET_PORT(cur, servname); /*%< XXX: redundant lookups... */ 756 GET_PORT(cur->ai_next, servname); 762 GET_PORT(cur->ai_next, servname); 806 GET_PORT(cur->ai_next, servname); 819 GET_PORT(cur->ai_next, servname); 981 /* get_port does not touch first argument. when matchonly == 1. */ in get_portmatch() 983 return get_port((const struct addrinfo *)ai, servname, 1); in get_portmatch() [all …]
|
/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | canohost.c | 335 get_port(int local) in get_port() function 357 return get_port(0); in get_remote_port() 363 return get_port(1); in get_local_port()
|
/titanic_50/usr/src/uts/common/sys/ib/clients/of/sol_umad/ |
H A D | sol_umad.h | 40 #define GET_PORT(minor) ((minor) & 0xf) macro
|
/titanic_50/usr/src/uts/sun4u/io/i2c/clients/ |
H A D | ssc050.c | 360 D2CMN_ERR((CE_NOTE, "GET_PORT sleeping! " in ssc050_ioctl() 495 D2CMN_ERR((CE_NOTE, "GET_PORT sleeping! " in ssc050_ioctl()
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/ |
H A D | psvcobj.c | 1501 status = ((EPhysDev_t *)physobjp)->get_port(hdlp, objp->addr_spec, in i_psvc_get_device_value_10_1() 4595 /* 8 Bit GPIO , devices with ports, calls get_port()/set_port() */ 4649 dp->get_port = i_psvc_not_supported; in i_psvc_constructor_11_0() 4686 dp->get_port = i_psvc_not_supported; in i_psvc_constructor_11_1() 4723 dp->get_port = i_psvc_not_supported; in i_psvc_constructor_11_2() 4784 dp->get_port = i_psvc_not_supported; in i_psvc_constructor_11_3() 4821 dp->get_port = i_psvc_not_supported; in i_psvc_constructor_11_4() 4858 dp->get_port = i_psvc_get_port_11_5; in i_psvc_constructor_11_5() 4895 dp->get_port = i_psvc_not_supported; in i_psvc_constructor_11_6() 4932 dp->get_port = i_psvc_get_port_11_5; /* same as for class = 11, 5 */ in i_psvc_constructor_11_7() [all …]
|
H A D | psvc_objects_class.h | 140 int32_t (*get_port)(); member
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rshd.c | 598 get_port: in doit() 627 goto get_port; in doit()
|
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_umad/ |
H A D | sol_umad.c | 1420 port_num = GET_PORT(minor); in umad_open() 1533 port_num = GET_PORT(minor); in umad_close()
|