Home
last modified time | relevance | path

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

/freebsd-14.2/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()
282 pps_unit_t *punit; in time_pps_destroy() local
293 free(punit); in time_pps_destroy()
307 pps_unit_t * punit; in time_pps_setparams() local
383 memcpy(&punit->params, params, sizeof(punit->params)); in time_pps_setparams()
399 pps_unit_t * punit; in time_pps_getparams() local
[all …]
/freebsd-14.2/sys/net/
H A Dif_clone.c119 static int ifc_handle_unit(struct if_clone *ifc, char *name, size_t len, int *punit);
913 ifc_handle_unit(struct if_clone *ifc, char *name, size_t len, int *punit) in ifc_handle_unit() argument
943 *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()