Home
last modified time | relevance | path

Searched refs:_buflen (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/kern/
Dbus_if.h76 size_t _buflen);
99 char *_buf, size_t _buflen) in BUS_CHILD_PNPINFO_STR() argument
103 return ((bus_child_pnpinfo_str_t *) _m)(_dev, _child, _buf, _buflen); in BUS_CHILD_PNPINFO_STR()
110 size_t _buflen);
132 char *_buf, size_t _buflen) in BUS_CHILD_LOCATION_STR() argument
136 return ((bus_child_location_str_t *) _m)(_dev, _child, _buf, _buflen); in BUS_CHILD_LOCATION_STR()
/third_party/python/Modules/_io/
Dwinconsoleio.c505 _buflen(winconsoleio *self) in _buflen() function
839 if (len == 0 && _buflen(self) == 0) { in _io__WindowsConsoleIO_readall_impl()
860 bytes_size += _buflen(self); in _io__WindowsConsoleIO_readall_impl()