Home
last modified time | relevance | path

Searched refs:port_create (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/
H A Devport.c148 if ((evpd->ed_port = port_create()) == -1) { in evport_init()
H A Devent-config.h.cmake226 /* Define to 1 if you have the `port_create' function. */
H A Dconfig.h.in185 /* Define to 1 if you have the `port_create' function. */
H A Dconfigure.ac654 AC_CHECK_FUNCS(port_create, [haveeventports=yes], )
H A DCMakeLists.txt481 port_create
H A Dconfigure16162 for ac_func in port_create
16164 ac_fn_c_check_func "$LINENO" "port_create" "ac_cv_func_port_create"
/freebsd/contrib/libevent/
H A Devport.c148 if ((evpd->ed_port = port_create()) == -1) { in evport_init()
H A Devent-config.h.cmake226 /* Define to 1 if you have the `port_create' function. */
H A Dconfig.h.in185 /* Define to 1 if you have the `port_create' function. */
H A Dconfigure.ac654 AC_CHECK_FUNCS(port_create, [haveeventports=yes], )
H A DCMakeLists.txt481 port_create
H A Dconfigure14925 for ac_func in port_create
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_ftree.c360 static ftree_port_t *port_create(IN uint8_t port_num, in port_create() function
535 p_port = port_create(port_num, remote_port_num); in port_group_add_port()