Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/kadmin/
H A Dkadmind.c164 int debug_port; in main() local
167 debug_port = krb5_getportbyname (context, "kerberos-adm", in main()
170 debug_port = htons(atoi(port_str)); in main()
171 mini_inetd(debug_port, &sfd); in main()
/freebsd-12.1/usr.sbin/pciconf/
H A Dcap.c363 uint16_t debug_port; in cap_debug() local
365 debug_port = read_config(fd, &p->pc_sel, ptr + PCIR_DEBUG_PORT, 2); in cap_debug()
366 printf("EHCI Debug Port at offset 0x%x in map 0x%x", debug_port & in cap_debug()
367 PCIM_DEBUG_PORT_OFFSET, PCIR_BAR(debug_port >> 13)); in cap_debug()
/freebsd-12.1/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()
/freebsd-12.1/crypto/heimdal/
H A DChangeLog.19992179 * kadmin/kadmind.c (main): convert `debug_port' to network byte