Home
last modified time | relevance | path

Searched refs:punit (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dtimepps-Solaris.h237 pps_unit_t *punit; in time_pps_create() local
258 punit = malloc(sizeof(*punit)); in time_pps_create()
259 if (NULL == punit) { in time_pps_create()
264 memset(punit, 0, sizeof(*punit)); in time_pps_create()
265 punit->filedes = filedes; in time_pps_create()
266 punit->params.api_version = PPS_API_VERS_1; in time_pps_create()
267 punit->params.mode = PPS_CAPTUREASSERT | PPS_TSFMT_TSPEC; in time_pps_create()
269 *handle = (pps_handle_t)punit; in time_pps_create()
282 pps_unit_t *punit; in time_pps_destroy() local
292 punit = (pps_unit_t *)handle; in time_pps_destroy()
[all …]
/freebsd/sys/net/
H A Dif_clone.c117 static int ifc_handle_unit(struct if_clone *ifc, char *name, size_t len, int *punit);
904 ifc_handle_unit(struct if_clone *ifc, char *name, size_t len, int *punit) in ifc_handle_unit() argument
934 *punit = unit; in ifc_handle_unit()
H A Dif_epair.c638 epair_handle_unit(struct if_clone *ifc, char *name, size_t len, int *punit) in epair_handle_unit() argument
687 *punit = unit; in epair_handle_unit()