Searched refs:has_headers (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/serial/ |
H A D | aircable.c | 101 int has_headers, char *packet, int len) in aircable_process_packet() argument 103 if (has_headers) { in aircable_process_packet() 121 int has_headers; in aircable_process_read_urb() local 126 has_headers = (urb->actual_length > 2 && data[0] == RX_HEADER_0); in aircable_process_read_urb() 131 count += aircable_process_packet(port, has_headers, in aircable_process_read_urb()
|
/openbmc/qemu/ |
H A D | meson.build | 1103 libaio = cc.find_library('aio', has_headers: ['libaio.h'], 1146 libattr = cc.find_library('attr', has_headers: ['attr/xattr.h'], 1193 libcap_ng = cc.find_library('cap-ng', has_headers: ['cap-ng.h'], 1240 vde = cc.find_library('vdeplug', has_headers: ['libvdeplug.h'], 1526 brlapi = cc.find_library('brlapi', has_headers: ['brlapi.h'], 1570 librbd = cc.find_library('rbd', has_headers: ['rbd/librbd.h'], 1663 libbzip2 = cc.find_library('bz2', has_headers: ['bzlib.h'], 1679 liblzfse = cc.find_library('lzfse', has_headers: ['lzfse.h'], 1960 sasl = cc.find_library('sasl2', has_headers: ['sasl/sasl.h'], 1970 pam = cc.find_library('pam', has_headers: ['security/pam_appl.h'], [all …]
|