Searched refs:_rid (Results 1 - 2 of 2) sorted by relevance
/third_party/FreeBSD/sys/kern/ |
H A D | bus_if.h | 27 int _type, int *_rid, 45 * @param _rid a pointer to the resource identifier 62 int *_rid, in BUS_ALLOC_RESOURCE() 70 return ((bus_alloc_resource_t *) _m)(_dev, _child, _type, _rid, _start, _end, _count, _flags); in BUS_ALLOC_RESOURCE() 60 BUS_ALLOC_RESOURCE(device_t _dev, device_t _child, int _type, int *_rid, rman_res_t _start, rman_res_t _end, rman_res_t _count, u_int _flags) BUS_ALLOC_RESOURCE() argument
|
/third_party/alsa-lib/src/control/ |
H A D | control_remap.c | 240 static int remap_id_to_child(snd_ctl_remap_t *priv, snd_ctl_elem_id_t *id, snd_ctl_remap_id_t **_rid) in remap_id_to_child() argument 265 *_rid = rid; in remap_id_to_child()
|
Completed in 4 milliseconds