Home
last modified time | relevance | path

Searched refs:debug_port (Results 1 – 4 of 4) sorted by relevance

/src/crypto/heimdal/kadmin/
H A Dkadmind.c168 int debug_port; in main() local
171 debug_port = krb5_getportbyname (context, "kerberos-adm", in main()
174 debug_port = htons(atoi(port_str)); in main()
175 mini_inetd(debug_port, &sfd); in main()
/src/contrib/ofed/libibnetdisc/
H A Dibnetdisc.c163 static void debug_port(ib_portid_t * portid, ibnd_port_t * port) in debug_port() function
242 debug_port(&smp->path, port); in mlnx_ext_port_info_err()
291 debug_port(&smp->path, port); in recv_mlnx_ext_port_info()
405 debug_port(&smp->path, port); in recv_port_info()
/src/usr.sbin/pciconf/
H A Dcap.c360 uint16_t debug_port; in cap_debug() local
362 debug_port = read_config(fd, &p->pc_sel, ptr + PCIR_DEBUG_PORT, 2); in cap_debug()
363 printf("EHCI Debug Port at offset 0x%x in map 0x%x", debug_port & in cap_debug()
364 PCIM_DEBUG_PORT_OFFSET, PCIR_BAR(debug_port >> 13)); in cap_debug()
/src/crypto/heimdal/
H A DChangeLog.19992179 * kadmin/kadmind.c (main): convert `debug_port' to network byte