Searched refs:_dp (Results 1 – 3 of 3) sorted by relevance
| /minix3/minix/include/net/gen/ |
| H A D | dhcp.h | 69 void dhcp_init(dhcp_t *_dp); 70 int dhcp_settag(dhcp_t *_dp, int _tag, void *_data, size_t _len); 71 int dhcp_gettag(dhcp_t *_dp, int _searchtag, u8_t **_pdata, size_t *_plen);
|
| /minix3/lib/libm/src/ |
| H A D | math_private.h | 316 _b_trunc(volatile double *_dp) in _b_trunc() argument 320 GET_LOW_WORD(_lw, *_dp); in _b_trunc() 321 SET_LOW_WORD(*_dp, _lw & 0xf8000000); in _b_trunc()
|
| /minix3/sys/net/ |
| H A D | bpf.h | 437 bpf_attach2(struct ifnet *_ifp, u_int _dlt, u_int _hdrlen, struct bpf_if **_dp) in bpf_attach2() argument 439 bpf_ops->bpf_attach(_ifp, _dlt, _hdrlen, _dp); in bpf_attach2()
|