| /freebsd-12-stable/sys/dev/ofw/ |
| D | openfirm.h | 108 ssize_t OF_getproplen(phandle_t node, const char *propname); 109 ssize_t OF_getprop(phandle_t node, const char *propname, void *buf, 111 ssize_t OF_getencprop(phandle_t node, const char *prop, pcell_t *buf, 114 ssize_t OF_searchprop(phandle_t node, const char *propname, void *buf, 116 ssize_t OF_searchencprop(phandle_t node, const char *propname, 118 ssize_t OF_getprop_alloc(phandle_t node, const char *propname, 120 ssize_t OF_getprop_alloc_multi(phandle_t node, const char *propname, 122 ssize_t OF_getencprop_alloc(phandle_t node, const char *propname, 124 ssize_t OF_getencprop_alloc_multi(phandle_t node, const char *propname, 131 ssize_t OF_canon(const char *path, char *buf, size_t len); [all …]
|
| D | openfirm.c | 367 ssize_t 386 ssize_t 396 ssize_t 399 ssize_t retval; in OF_getencprop() 419 ssize_t 422 ssize_t rv; in OF_searchprop() 430 ssize_t 433 ssize_t rv; in OF_searchencprop() 445 ssize_t 470 ssize_t [all …]
|
| /freebsd-12-stable/contrib/netbsd-tests/kernel/ |
| D | msg.h | 69 ssize_t rv; in msg_write_child() 75 if (rv != (ssize_t)len) in msg_write_child() 79 if (rv != (ssize_t)len) in msg_write_child() 87 ssize_t rv; in msg_write_parent() 93 if (rv != (ssize_t)len) in msg_write_parent() 97 if (rv != (ssize_t)len) in msg_write_parent() 105 ssize_t rv; in msg_read_parent() 111 if (rv != (ssize_t)len) in msg_read_parent() 115 if (rv != (ssize_t)len) in msg_read_parent() 123 ssize_t rv; in msg_read_child() [all …]
|
| /freebsd-12-stable/usr.bin/bc/ |
| D | bc.y | 56 #define END_NODE ((ssize_t) -1) 57 #define CONST_STRING ((ssize_t) -2) 58 #define ALLOC_STRING ((ssize_t) -3) 68 ssize_t index; 80 static ssize_t cs(const char *); 81 static ssize_t as(const char *); 82 static ssize_t node(ssize_t, ...); 83 static void emit(ssize_t, int); 84 static void emit_macro(int, ssize_t); 86 static ssize_t numnode(int); [all …]
|
| /freebsd-12-stable/lib/libsbuf/tests/ |
| D | sbuf_string_test.c | 63 ssize_t test_sbuf_len; in ATF_TC_BODY() 80 ATF_REQUIRE_MSG(test_sbuf_len == (ssize_t)sizeof(test_buffer), in ATF_TC_BODY() 88 ATF_REQUIRE_MSG(test_sbuf_len == (ssize_t)(2 * sizeof(test_buffer)), in ATF_TC_BODY() 107 ssize_t test_sbuf_len; in ATF_TC_BODY() 117 ATF_REQUIRE_MSG(test_sbuf_len == (ssize_t)sizeof(test_buffer), in ATF_TC_BODY() 125 ATF_REQUIRE_MSG(test_sbuf_len == (ssize_t)sizeof(test_buffer), in ATF_TC_BODY() 142 ssize_t test_sbuf_len; in ATF_TC_BODY() 154 ATF_REQUIRE_MSG(test_sbuf_len == (ssize_t)strlen(test_string), in ATF_TC_BODY() 161 ATF_REQUIRE_MSG(test_sbuf_len == (ssize_t)strlen(test_string_tmp), in ATF_TC_BODY() 181 ssize_t test_sbuf_len; in ATF_TC_BODY() [all …]
|
| /freebsd-12-stable/usr.sbin/bhyve/ |
| D | sockstream.c | 41 ssize_t 42 stream_read(int fd, void *buf, ssize_t nbytes) in stream_read() 45 ssize_t len = 0; in stream_read() 46 ssize_t n; in stream_read() 65 ssize_t 66 stream_write(int fd, const void *buf, ssize_t nbytes) in stream_write() 69 ssize_t len = 0; in stream_write() 70 ssize_t n; in stream_write()
|
| /freebsd-12-stable/sys/sys/ |
| D | extattr.h | 86 ssize_t extattr_get_fd(int _fd, int _attrnamespace, const char *_attrname, 88 ssize_t extattr_get_file(const char *_path, int _attrnamespace, 90 ssize_t extattr_get_link(const char *_path, int _attrnamespace, 92 ssize_t extattr_list_fd(int _fd, int _attrnamespace, void *_data, 94 ssize_t extattr_list_file(const char *_path, int _attrnamespace, void *_data, 96 ssize_t extattr_list_link(const char *_path, int _attrnamespace, void *_data, 98 ssize_t extattr_set_fd(int _fd, int _attrnamespace, const char *_attrname, 100 ssize_t extattr_set_file(const char *_path, int _attrnamespace, 102 ssize_t extattr_set_link(const char *_path, int _attrnamespace,
|
| D | sbuf.h | 49 ssize_t s_size; /* size of storage buffer */ 50 ssize_t s_len; /* current length of string */ 62 ssize_t s_sect_len; /* current length of section */ 63 ssize_t s_rec_off; /* current record start offset */ 85 int sbuf_setpos(struct sbuf *, ssize_t); 101 ssize_t sbuf_len(struct sbuf *); 104 void sbuf_start_section(struct sbuf *, ssize_t *); 105 ssize_t sbuf_end_section(struct sbuf *, ssize_t, size_t, int);
|
| /freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/ |
| D | arena_externs.h | 10 extern ssize_t opt_dirty_decay_ms; 11 extern ssize_t opt_muzzy_decay_ms; 20 unsigned *nthreads, const char **dss, ssize_t *dirty_decay_ms, 21 ssize_t *muzzy_decay_ms, size_t *nactive, size_t *ndirty, size_t *nmuzzy); 23 const char **dss, ssize_t *dirty_decay_ms, ssize_t *muzzy_decay_ms, 39 ssize_t arena_dirty_decay_ms_get(arena_t *arena); 40 bool arena_dirty_decay_ms_set(tsdn_t *tsdn, arena_t *arena, ssize_t decay_ms); 41 ssize_t arena_muzzy_decay_ms_get(arena_t *arena); 42 bool arena_muzzy_decay_ms_set(tsdn_t *tsdn, arena_t *arena, ssize_t decay_ms); 71 ssize_t arena_dirty_decay_ms_default_get(void); [all …]
|
| D | malloc_io.h | 66 static inline ssize_t 79 ssize_t result = (ssize_t)write(fd, buf, in malloc_write_fd() 85 return (ssize_t)result; in malloc_write_fd() 88 static inline ssize_t 93 ssize_t result = read(fd, buf, in malloc_read_fd() 99 return (ssize_t)result; in malloc_read_fd()
|
| /freebsd-12-stable/contrib/ofed/librdmacm/ |
| D | rsocket.h | 56 ssize_t rrecv(int socket, void *buf, size_t len, int flags); 57 ssize_t rrecvfrom(int socket, void *buf, size_t len, int flags, 59 ssize_t rrecvmsg(int socket, struct msghdr *msg, int flags); 60 ssize_t rsend(int socket, const void *buf, size_t len, int flags); 61 ssize_t rsendto(int socket, const void *buf, size_t len, int flags, 63 ssize_t rsendmsg(int socket, const struct msghdr *msg, int flags); 64 ssize_t rread(int socket, void *buf, size_t count); 65 ssize_t rreadv(int socket, const struct iovec *iov, int iovcnt); 66 ssize_t rwrite(int socket, const void *buf, size_t count); 67 ssize_t rwritev(int socket, const struct iovec *iov, int iovcnt);
|
| /freebsd-12-stable/stand/libsa/ |
| D | net.h | 108 ssize_t sendether(struct iodesc *d, void *pkt, size_t len, 110 ssize_t readether(struct iodesc *, void **, void **, time_t, uint16_t *); 112 ssize_t sendip(struct iodesc *, void *, size_t, uint8_t); 113 ssize_t readip(struct iodesc *, void **, void **, time_t, uint8_t); 114 ssize_t sendudp(struct iodesc *, void *, size_t); 115 ssize_t readudp(struct iodesc *, void **, void **, time_t); 116 ssize_t sendrecv(struct iodesc *, 117 ssize_t (*)(struct iodesc *, void *, size_t), 119 ssize_t (*)(struct iodesc *, void **, void **, time_t,
|
| /freebsd-12-stable/sys/dev/pms/freebsd/driver/common/ |
| D | lxencrypt.h | 84 ssize_t set_dek_table_entry0(struct device *dev, struct device_attribute *attr, const char *buf, si… 85 ssize_t show_dek_table_entry0(struct device *dev, struct device_attribute *attr, char *buf); 86 ssize_t set_dek_table_entry1(struct device *dev, struct device_attribute *attr, const char *buf, si… 87 ssize_t show_dek_table_entry1(struct device *dev, struct device_attribute *attr, char *buf); 88 ssize_t show_kek_table(struct device *dev, struct device_attribute *attr, char *buf); 89 ssize_t show_dek_kek_map0(struct device *dev, struct device_attribute *attr, char *buf); 90 ssize_t show_dek_kek_map1(struct device *dev, struct device_attribute *attr, char *buf); 91 ssize_t show_target_dek_map(struct device *dev, struct device_attribute *attr, char *buf);
|
| /freebsd-12-stable/contrib/sendmail/libsm/ |
| D | strl.c | 61 ssize_t size; 63 register ssize_t i; 107 ssize_t size; 109 register ssize_t i, j, o; 152 ssize_t len; 154 register ssize_t i, j, o; 212 sm_strlcpyn(char *dst, ssize_t len, int n, ...) in sm_strlcpyn() 216 ssize_t len; 221 register ssize_t i, j; 305 ssize_t size;
|
| /freebsd-12-stable/contrib/libxo/libxo/ |
| D | libxo.c | 285 ssize_t xo_anchor_offset; /* Start of anchored text */ 286 ssize_t xo_anchor_columns; /* Number of columns since the start anchor */ 287 ssize_t xo_anchor_min_width; /* Desired width of anchored text */ 288 ssize_t xo_units_offset; /* Start of units insertion point */ 289 ssize_t xo_columns; /* Columns emitted during this xo_emit call */ 439 ssize_t xfi_len; /* Length of field */ 440 ssize_t xfi_clen; /* Content length */ 441 ssize_t xfi_flen; /* Format length */ 442 ssize_t xfi_elen; /* Encoding length */ 470 static ssize_t [all …]
|
| /freebsd-12-stable/contrib/unbound/sldns/ |
| D | parse.h | 56 ssize_t sldns_fget_token(FILE *f, char *token, const char *delim, size_t limit); 69 ssize_t sldns_fget_token_l(FILE *f, char *token, const char *delim, size_t limit, int *line_nr); 87 ssize_t sldns_bget_token_par(struct sldns_buffer *b, char *token, const char *delim, size_t limit, … 99 ssize_t sldns_bget_token(struct sldns_buffer *b, char *token, const char *delim, size_t limit); 112 ssize_t sldns_fget_keyword_data(FILE *f, const char *keyword, const char *k_del, char *data, const … 127 ssize_t sldns_fget_keyword_data_l(FILE *f, const char *keyword, const char *k_del, char *data, cons… 140 ssize_t sldns_bget_keyword_data(struct sldns_buffer *b, const char *keyword, const char *k_del, cha…
|
| D | parse.c | 26 ssize_t 32 ssize_t 200 return (ssize_t)i; in sldns_fget_token_l() 210 return (ssize_t)i; in sldns_fget_token_l() 223 return (ssize_t)i; in sldns_fget_token_l() 226 ssize_t 234 ssize_t 240 ssize_t i; in sldns_fget_keyword_data_l() 279 ssize_t 285 ssize_t [all …]
|
| /freebsd-12-stable/contrib/ldns/ |
| D | parse.c | 24 ssize_t 30 ssize_t 151 return (ssize_t)i; in ldns_fget_token_l() 161 return (ssize_t)i; in ldns_fget_token_l() 172 return (ssize_t)i; in ldns_fget_token_l() 175 ssize_t 183 ssize_t 189 ssize_t i; in ldns_fget_keyword_data_l() 218 ssize_t 333 return (ssize_t)i; in ldns_bget_token() [all …]
|
| /freebsd-12-stable/sys/dev/vmware/vmci/ |
| D | vmci_qpair.c | 505 static ssize_t 510 ssize_t result; in enqueue() 524 return ((ssize_t)free_space); in enqueue() 576 static ssize_t 583 ssize_t result; in dequeue() 595 return ((ssize_t)buf_ready); in dequeue() 644 ssize_t 648 ssize_t result; in vmci_qpair_enqueue() 679 ssize_t 683 ssize_t result; in vmci_qpair_dequeue() [all …]
|
| /freebsd-12-stable/contrib/libarchive/libarchive/ |
| D | archive_read_support_filter_uu.c | 66 static ssize_t uudecode_filter_read(struct archive_read_filter *, 170 static ssize_t 171 get_line(const unsigned char *b, ssize_t avail, ssize_t *nlsize) in get_line() 173 ssize_t len; in get_line() 204 static ssize_t 206 const unsigned char **b, ssize_t *avail, ssize_t *ravail, in bid_get_line() 207 ssize_t *nl, size_t* nbytes_read) in bid_get_line() 209 ssize_t len; in bid_get_line() 224 ssize_t diff = *ravail - *avail; in bid_get_line() 226 ssize_t tested; in bid_get_line() [all …]
|
| /freebsd-12-stable/sys/ofed/drivers/infiniband/core/ |
| D | ib_sysfs.c | 73 ssize_t (*show)(struct ib_port *, struct port_attribute *, char *buf); 74 ssize_t (*store)(struct ib_port *, struct port_attribute *, 93 ssize_t (*show)(struct kobject *kobj, 95 ssize_t (*store)(struct kobject *kobj, 103 static ssize_t port_attr_show(struct kobject *kobj, in port_attr_show() 120 static ssize_t gid_attr_show(struct kobject *kobj, in gid_attr_show() 138 static ssize_t state_show(struct ib_port *p, struct port_attribute *unused, in state_show() 142 ssize_t ret; in state_show() 162 static ssize_t lid_show(struct ib_port *p, struct port_attribute *unused, in lid_show() 166 ssize_t ret; in lid_show() [all …]
|
| /freebsd-12-stable/tests/sys/fs/fusefs/ |
| D | io.cc | 58 ssize_t size) in compare() 141 ssize_t isize = in.body.write.size; in SetUp() 156 ssize_t isize = in.body.write.size; in SetUp() 159 ssize_t osize; in SetUp() 232 void do_mapread(ssize_t size, off_t offs) in do_mapread() 258 void do_read(ssize_t size, off_t offs) in do_read() 261 ssize_t r; in do_read() 282 void do_mapwrite(ssize_t size, off_t offs) in do_mapwrite() 319 void do_write(ssize_t size, off_t offs) in do_write() 355 ssize_t wsize = 0xf0a8; in TEST_P() [all …]
|
| /freebsd-12-stable/contrib/ldns/ldns/ |
| D | parse.h | 57 ssize_t ldns_fget_token(FILE *f, char *token, const char *delim, size_t limit); 70 ssize_t ldns_fget_token_l(FILE *f, char *token, const char *delim, size_t limit, int *line_nr); 82 ssize_t ldns_bget_token(ldns_buffer *b, char *token, const char *delim, size_t limit); 95 ssize_t ldns_fget_keyword_data(FILE *f, const char *keyword, const char *k_del, char *data, const c… 110 ssize_t ldns_fget_keyword_data_l(FILE *f, const char *keyword, const char *k_del, char *data, const… 123 ssize_t ldns_bget_keyword_data(ldns_buffer *b, const char *keyword, const char *k_del, char *data, …
|
| /freebsd-12-stable/usr.sbin/nscd/ |
| D | query.h | 42 typedef ssize_t (*query_read_func)(struct query_state *, void *, size_t); 43 typedef ssize_t (*query_write_func)(struct query_state *, const void *, size_t); 95 ssize_t query_io_buffer_read(struct query_state *, void *, size_t); 96 ssize_t query_io_buffer_write(struct query_state *, const void *, size_t); 98 ssize_t query_socket_read(struct query_state *, void *, size_t); 99 ssize_t query_socket_write(struct query_state *, const void *, size_t);
|
| /freebsd-12-stable/stand/mips/beri/loader/ |
| D | arch.c | 44 static ssize_t beri_arch_copyin(const void *src, vm_offset_t va, size_t len); 45 static ssize_t beri_arch_copyout(vm_offset_t va, void *dst, size_t len); 47 static ssize_t beri_arch_readin(readin_handle_t fd, vm_offset_t va, size_t len); 66 static ssize_t 74 static ssize_t 92 static ssize_t
|