Searched refs:punit (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/ntp/include/ |
| H A D | timepps-Solaris.h | 237 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 D | if_clone.c | 117 static int ifc_handle_unit(struct if_clone *ifc, char *name, size_t len, int *punit); 905 ifc_handle_unit(struct if_clone *ifc, char *name, size_t len, int *punit) in ifc_handle_unit() argument 935 *punit = unit; in ifc_handle_unit()
|
| H A D | if_epair.c | 722 epair_handle_unit(struct if_clone *ifc, char *name, size_t len, int *punit) in epair_handle_unit() argument 771 *punit = unit; in epair_handle_unit()
|