Searched refs:flags (Results 1 – 5 of 5) sorted by relevance
| /edtt-latest/src/components/ |
| D | edttt_bsim.py | 127 flags = fcntl.fcntl(self.FIFOs[i][self.TO_EDTT], fcntl.F_GETFL); 128 flags |= os.O_NONBLOCK; 129 fcntl.fcntl(self.FIFOs[i][self.TO_EDTT], fcntl.F_SETFL, flags); 138 flags = fcntl.fcntl(self.FIFOs[i][self.TO_DEVICE], fcntl.F_GETFL); 139 flags |= os.O_NONBLOCK; 140 fcntl.fcntl(self.FIFOs[i][self.TO_DEVICE], fcntl.F_SETFL, flags);
|
| D | scanner.py | 312 def discover(self, time, flags=None): argument 341 … if (flags is None) or ((ADType.FLAGS in elements) and (elements[ADType.FLAGS] & flags)): 355 if flags is None:
|
| D | btsnoop.py | 121 flags = (idx << 16) | opcode 122 pkt_hdr = struct.pack(">LLLLQ", data_len, data_len, flags, 0, timestamp)
|
| /edtt-latest/docs/ |
| D | EDTT_transport.md | 55 ### `int edtt_read(u8_t *ptr, size_t size, int flags)` 58 `<flags>` can be set to EDTTT_BLOCK or EDTTT_NONBLOCK 67 ### `int edtt_write(u8_t *ptr, size_t size, int flags)` 71 `<flags>` can be set to EDTTT_BLOCK or EDTTT_NONBLOCK
|
| D | EDTT_framework_Babblesim.md | 47 * read(u8_t *pbuffer, size_t count, int flags) 48 * write(u8_t *pbuffer, size_t count, int flags)
|