Lines Matching defs:_buf
75 typedef int bus_child_pnpinfo_str_t(device_t _dev, device_t _child, char *_buf,
93 * @param _buf the address of a buffer to receive the pnp
95 * @param _buflen the size of the buffer pointed to by @p _buf
99 char *_buf, size_t _buflen)
103 return ((bus_child_pnpinfo_str_t *) _m)(_dev, _child, _buf, _buflen);
109 typedef int bus_child_location_str_t(device_t _dev, device_t _child, char *_buf,
126 * @param _buf the address of a buffer to receive the location
128 * @param _buflen the size of the buffer pointed to by @p _buf
132 char *_buf, size_t _buflen)
136 return ((bus_child_location_str_t *) _m)(_dev, _child, _buf, _buflen);