Searched refs:buf_sz (Results 1 – 3 of 3) sorted by relevance
104 int uevent_open_socket(int buf_sz, bool passcred) in uevent_open_socket() argument119 setsockopt(s, SOL_SOCKET, SO_RCVBUFFORCE, &buf_sz, sizeof(buf_sz)); in uevent_open_socket()
27 int uevent_open_socket(int buf_sz, bool passcred);
329 static int find_pci_device_prefix(const char *path, char *buf, ssize_t buf_sz) in find_pci_device_prefix() argument349 if (end - start + 1 > buf_sz) in find_pci_device_prefix()