Searched refs:buffer (Results 1 - 25 of 2152) sorted by path

1234567891011>>

/haiku/headers/build/host/darwin/
H A Dunistd.h12 ssize_t readlinkat(int fd, const char *path, char *buffer, size_t bufferSize);
/haiku/headers/build/os/app/
H A DMessage.h85 status_t Flatten(char *buffer, ssize_t size) const;
/haiku/headers/build/os/kernel/
H A Dfs_attr.h25 off_t pos, void *buffer, size_t readBytes);
27 off_t pos, const void *buffer, size_t readBytes);
/haiku/headers/compatibility/bsd/sys/
H A Dmd4.h39 unsigned char buffer[64]; /* input buffer */ member in struct:MD4Context
H A Dmd5.h46 unsigned char buffer[64]; /* input buffer */ member in struct:MD5Context
/haiku/headers/compatibility/gnu/sys/
H A Dxattr.h25 ssize_t getxattr(const char* path, const char* attribute, void* buffer,
27 ssize_t lgetxattr(const char* path, const char* attribute, void* buffer,
29 ssize_t fgetxattr(int fd, const char* attribute, void* buffer, size_t size);
31 int setxattr(const char* path, const char* attribute, const void* buffer,
33 int lsetxattr(const char* path, const char* attribute, const void* buffer,
35 int fsetxattr(int fd, const char* attribute, const void* buffer,
42 ssize_t listxattr(const char* path, char* buffer, size_t size);
43 ssize_t llistxattr(const char* path, char* buffer, size_t size);
44 ssize_t flistxattr(int fd, char* buffer, size_t size);
/haiku/headers/cpp/
H A Ddefalloc.h58 inline void deallocate(T* buffer) { argument
59 ::operator delete(buffer);
H A Deditbuf.h41 // Logical pos from start of buffer (does not count gap).
44 // Pos from start of buffer, possibly including gap_size.
64 struct edit_buffer *buffer; // buffer that 'start' and 'end' belong to member in struct:edit_string
69 { buffer = b; start = ms; end = me; }
89 void flush_to_buffer(edit_buffer* buffer);
99 void disconnect_gap_from_file(edit_buffer* buffer);
102 // A 'edit_mark' indicates a position in a buffer.
119 edit_buffer *buffer();
127 // all the buf_chars in the buffer
180 edit_buffer* buffer = str->buffer; local
[all...]
/haiku/headers/libs/print/libprint/
H A DGraphicsDriver.h50 void WriteSpoolData(const void* buffer, size_t size)
52 void WriteSpoolString(const char* buffer, ...)
57 void ReadSpoolData(void* buffer, size_t size)
H A DTransport.h40 void Write(const void *buffer, size_t size)
42 void Read(void *buffer, size_t size)
/haiku/headers/os/add-ons/registrar/
H A DMimeSnifferAddon.h28 const void* buffer, int32 length,
/haiku/headers/os/app/
H A DKey.h66 status_t GetData(uint8* buffer, size_t bufferSize) const;
H A DPropertyInfo.h69 virtual status_t Flatten(void* buffer, ssize_t size) const;
71 virtual status_t Unflatten(type_code code, const void* buffer,
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_transport.h126 status_t (*PostACL)(hci_id hciId, net_buffer* buffer);
127 status_t (*PostSCO)(hci_id hciId, net_buffer* buffer);
128 status_t (*PostESCO)(hci_id hciId, net_buffer* buffer);
/haiku/headers/os/device/
H A Dscsi.h135 char* buffer; member in struct:__anon199
/haiku/headers/os/drivers/
H A DUSB2.h163 * called with the transfer status, a pointer to the data buffer and
201 status_t (*usb_ioctl)(uint32 opcode, void *buffer,
H A Dio_requests.h26 status_t read_from_io_request(io_request* request, void* buffer,
28 status_t write_to_io_request(io_request* request, const void* buffer,
H A Dmodule.h48 extern status_t get_next_loaded_module_name(uint32 *cookie, char *buffer,
53 extern status_t read_next_module_name(void *cookie, char *buffer,
/haiku/headers/os/drivers/bus/
H A DSCSI.h32 to contain physical addresses. For obvious reason, the data buffer specified
41 via DMA by copying it into a buffer if necessary. For the paging path,
43 bus manager has to allocate a buffer during execution you are in trouble),
149 struct dma_buffer *dma_buffer; // used dma buffer, or NULL
220 #define SCSI_DMA_SAFE 0x00000008 // set if data buffer is DMA approved
323 status_t (*ioctl)(scsi_device device, uint32 op, void *buffer, size_t length);
461 status_t (*ioctl)(scsi_sim_cookie, uint8 targetID, uint32 op, void *buffer, size_t length);
/haiku/headers/os/drivers/pcmcia/
H A Dcs.h98 void *buffer; member in struct:event_callback_args_t
/haiku/headers/os/interface/
H A DAffineTransform.h55 virtual status_t Flatten(void* buffer,
58 const void* buffer, ssize_t size);
H A DPrintJob.h78 void _GetMangledName(char* buffer,
/haiku/headers/os/kernel/
H A Dfs_attr.h24 off_t pos, void *buffer, size_t readBytes);
26 off_t pos, const void *buffer, size_t readBytes);
/haiku/headers/os/locale/
H A DDateTimeFormat.h49 status_t Format(BString& buffer, const time_t time,
H A DDurationFormat.h41 status_t Format(BString& buffer,

Completed in 190 milliseconds

1234567891011>>