Home
last modified time | relevance | path

Searched refs:tbytes (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-nfs/src/main/java/org/apache/hadoop/nfs/nfs3/response/
H A DFSSTAT3Response.java33 private final long tbytes; field in FSSTAT3Response
81 long tbytes, long fbytes, long abytes, long tfiles, long ffiles, in FSSTAT3Response() argument
85 this.tbytes = tbytes; in FSSTAT3Response()
98 long tbytes = 0; in deserialize() local
107 tbytes = xdr.readHyper(); in deserialize()
115 return new FSSTAT3Response(status, postOpAttr, tbytes, fbytes, abytes, in deserialize()
129 out.writeLongAsHyper(tbytes); in serialize()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/
H A Dcommon.h122 size_t tbytes; in xb_read_full() local
125 tbytes = my_read(fd, buf, len - tlen, MYF(MY_WME)); in xb_read_full()
126 if (tbytes == 0 || tbytes == MY_FILE_ERROR) { in xb_read_full()
130 buf += tbytes; in xb_read_full()
131 tlen += tbytes; in xb_read_full()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/xtrabackup/src/
H A Dcommon.h116 size_t tbytes; in xb_read_full() local
119 tbytes = my_read(fd, buf, len - tlen, MYF(MY_WME)); in xb_read_full()
120 if (tbytes == 0 || tbytes == MY_FILE_ERROR) { in xb_read_full()
124 buf += tbytes; in xb_read_full()
125 tlen += tbytes; in xb_read_full()
/dports/print/cups-bjnp/cups-bjnp-2.0.3/
H A Dbjnp.c80 ssize_t tbytes; /* Total number of bytes written */ in main() local
384 tbytes = 0; in main()
386 while (copies > 0 && tbytes >= 0) { in main()
394 tbytes = bjnp_backendRunLoop(print_fd, printer); in main()
396 if (print_fd != 0 && tbytes >= 0) { in main()
400 CUPS_LLCAST tbytes); in main()
404 CUPS_LLCAST tbytes); in main()
431 if (tbytes >= 0) { in main()
435 return (tbytes < 0 ? CUPS_BACKEND_FAILED : CUPS_BACKEND_OK); in main()
/dports/print/cups/cups-2.3.3op2/backend/
H A Dsocket.c79 tbytes; /* Total number of bytes written */ in main() local
383 tbytes = 0; in main()
386 tbytes += write(device_fd, buffer, (size_t)bytes); in main()
388 while (copies > 0 && tbytes >= 0) in main()
399 tbytes = -1; in main()
401 tbytes = bytes; in main()
403 if (print_fd != 0 && tbytes >= 0) in main()
409 if (waiteof && tbytes >= 0) in main()
446 return (tbytes >= 0 ? CUPS_BACKEND_OK : CUPS_BACKEND_FAILED); in main()
/dports/www/free-sa-devel/free-sa-2.0.0b6p7/src/work/
H A Dw_log_operations.h20 …ics(short int tcode, char tmethod, char *turl, char *tip, char *tstat, char *iname, double tbytes);
33 #define BSCcollect(bscstruct, tbytes, tseconds) \ argument
34 bscstruct.bytes += (tbytes); \
38 #define BCcollect(bcstruct, tbytes) \ argument
39 bcstruct.bytes += (tbytes); \
/dports/ftp/wput/wput-0.6.2/src/
H A Dprogress.c242 char * calculate_transfer_rate(double time_diff, off_t tbytes, unsigned char sp) { in calculate_transfer_rate() argument
247 double trate = (double) WINCONV tbytes / (time_diff / 1000); in calculate_transfer_rate()
251 if(tbytes == 0 || time_diff == 0) return buf; in calculate_transfer_rate()
274 off_t tbytes = 0; in get_transfer_rate() local
280 else tbytes += bar.last_transfered[i]; in get_transfer_rate()
283 return calculate_transfer_rate(time_diff*1000, tbytes, sp); in get_transfer_rate()
290 off_t tbytes = 0; in calculate_eta() local
297 tbytes += bar.last_transfered[i]; in calculate_eta()
299 if(tbytes == 0 || time_diff == 0) return buf; in calculate_eta()
304 / (double) WINCONV tbytes / 1000); in calculate_eta()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/mariabackup/
H A Dcommon.h175 size_t tbytes; in xb_read_full() local
178 tbytes = my_read(fd, buf, len - tlen, MYF(MY_WME)); in xb_read_full()
179 if (tbytes == 0 || tbytes == MY_FILE_ERROR) { in xb_read_full()
183 buf += tbytes; in xb_read_full()
184 tlen += tbytes; in xb_read_full()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/mariabackup/
H A Dcommon.h175 size_t tbytes; in xb_read_full() local
178 tbytes = my_read(fd, buf, len - tlen, MYF(MY_WME)); in xb_read_full()
179 if (tbytes == 0 || tbytes == MY_FILE_ERROR) { in xb_read_full()
183 buf += tbytes; in xb_read_full()
184 tlen += tbytes; in xb_read_full()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/mariabackup/
H A Dcommon.h175 size_t tbytes; in xb_read_full() local
178 tbytes = my_read(fd, buf, len - tlen, MYF(MY_WME)); in xb_read_full()
179 if (tbytes == 0 || tbytes == MY_FILE_ERROR) { in xb_read_full()
183 buf += tbytes; in xb_read_full()
184 tlen += tbytes; in xb_read_full()
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/mariabackup/
H A Dcommon.h175 size_t tbytes; in xb_read_full() local
178 tbytes = my_read(fd, buf, len - tlen, MYF(MY_WME)); in xb_read_full()
179 if (tbytes == 0 || tbytes == MY_FILE_ERROR) { in xb_read_full()
183 buf += tbytes; in xb_read_full()
184 tlen += tbytes; in xb_read_full()
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/mariabackup/
H A Dcommon.h175 size_t tbytes; in xb_read_full() local
178 tbytes = my_read(fd, buf, len - tlen, MYF(MY_WME)); in xb_read_full()
179 if (tbytes == 0 || tbytes == MY_FILE_ERROR) { in xb_read_full()
183 buf += tbytes; in xb_read_full()
184 tlen += tbytes; in xb_read_full()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/mariabackup/
H A Dcommon.h175 size_t tbytes; in xb_read_full() local
178 tbytes = my_read(fd, buf, len - tlen, MYF(MY_WME)); in xb_read_full()
179 if (tbytes == 0 || tbytes == MY_FILE_ERROR) { in xb_read_full()
183 buf += tbytes; in xb_read_full()
184 tlen += tbytes; in xb_read_full()
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/libs/zbxsysinfo/openbsd/
H A Dnet.c49 zbx_uint64_t *tbytes, zbx_uint64_t *tpackets, zbx_uint64_t *terrors, in get_ifdata() argument
88 if (tbytes) in get_ifdata()
89 *tbytes = 0; in get_ifdata()
134 if (tbytes) in get_ifdata()
135 *tbytes += v.if_ibytes + v.if_obytes; in get_ifdata()
190 if (tbytes) in get_ifdata()
191 *tbytes += v.ifi_ibytes + v.ifi_obytes; in get_ifdata()
285 zbx_uint64_t tbytes, tpackets, terrors; in NET_IF_TOTAL() local
296 …if (SYSINFO_RET_OK != get_ifdata(if_name, NULL, NULL, NULL, NULL, NULL, NULL, NULL, &tbytes, &tpac… in NET_IF_TOTAL()
304 SET_UI64_RESULT(result, tbytes); in NET_IF_TOTAL()
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/libs/zbxsysinfo/openbsd/
H A Dnet.c49 zbx_uint64_t *tbytes, zbx_uint64_t *tpackets, zbx_uint64_t *terrors, in get_ifdata() argument
88 if (tbytes) in get_ifdata()
89 *tbytes = 0; in get_ifdata()
134 if (tbytes) in get_ifdata()
135 *tbytes += v.if_ibytes + v.if_obytes; in get_ifdata()
190 if (tbytes) in get_ifdata()
191 *tbytes += v.ifi_ibytes + v.ifi_obytes; in get_ifdata()
285 zbx_uint64_t tbytes, tpackets, terrors; in NET_IF_TOTAL() local
296 …if (SYSINFO_RET_OK != get_ifdata(if_name, NULL, NULL, NULL, NULL, NULL, NULL, NULL, &tbytes, &tpac… in NET_IF_TOTAL()
304 SET_UI64_RESULT(result, tbytes); in NET_IF_TOTAL()
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/src/libs/zbxsysinfo/openbsd/
H A Dnet.c49 zbx_uint64_t *tbytes, zbx_uint64_t *tpackets, zbx_uint64_t *terrors, in get_ifdata() argument
88 if (tbytes) in get_ifdata()
89 *tbytes = 0; in get_ifdata()
134 if (tbytes) in get_ifdata()
135 *tbytes += v.if_ibytes + v.if_obytes; in get_ifdata()
190 if (tbytes) in get_ifdata()
191 *tbytes += v.ifi_ibytes + v.ifi_obytes; in get_ifdata()
285 zbx_uint64_t tbytes, tpackets, terrors; in NET_IF_TOTAL() local
296 …if (SYSINFO_RET_OK != get_ifdata(if_name, NULL, NULL, NULL, NULL, NULL, NULL, NULL, &tbytes, &tpac… in NET_IF_TOTAL()
304 SET_UI64_RESULT(result, tbytes); in NET_IF_TOTAL()
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/src/libs/zbxsysinfo/openbsd/
H A Dnet.c49 zbx_uint64_t *tbytes, zbx_uint64_t *tpackets, zbx_uint64_t *terrors, in get_ifdata() argument
88 if (tbytes) in get_ifdata()
89 *tbytes = 0; in get_ifdata()
134 if (tbytes) in get_ifdata()
135 *tbytes += v.if_ibytes + v.if_obytes; in get_ifdata()
190 if (tbytes) in get_ifdata()
191 *tbytes += v.ifi_ibytes + v.ifi_obytes; in get_ifdata()
285 zbx_uint64_t tbytes, tpackets, terrors; in NET_IF_TOTAL() local
296 …if (SYSINFO_RET_OK != get_ifdata(if_name, NULL, NULL, NULL, NULL, NULL, NULL, NULL, &tbytes, &tpac… in NET_IF_TOTAL()
304 SET_UI64_RESULT(result, tbytes); in NET_IF_TOTAL()
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/libs/zbxsysinfo/openbsd/
H A Dnet.c49 zbx_uint64_t *tbytes, zbx_uint64_t *tpackets, zbx_uint64_t *terrors, in get_ifdata() argument
88 if (tbytes) in get_ifdata()
89 *tbytes = 0; in get_ifdata()
134 if (tbytes) in get_ifdata()
135 *tbytes += v.if_ibytes + v.if_obytes; in get_ifdata()
190 if (tbytes) in get_ifdata()
191 *tbytes += v.ifi_ibytes + v.ifi_obytes; in get_ifdata()
285 zbx_uint64_t tbytes, tpackets, terrors; in NET_IF_TOTAL() local
296 …if (SYSINFO_RET_OK != get_ifdata(if_name, NULL, NULL, NULL, NULL, NULL, NULL, NULL, &tbytes, &tpac… in NET_IF_TOTAL()
304 SET_UI64_RESULT(result, tbytes); in NET_IF_TOTAL()
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/libs/zbxsysinfo/openbsd/
H A Dnet.c49 zbx_uint64_t *tbytes, zbx_uint64_t *tpackets, zbx_uint64_t *terrors, in get_ifdata() argument
88 if (tbytes) in get_ifdata()
89 *tbytes = 0; in get_ifdata()
134 if (tbytes) in get_ifdata()
135 *tbytes += v.if_ibytes + v.if_obytes; in get_ifdata()
190 if (tbytes) in get_ifdata()
191 *tbytes += v.ifi_ibytes + v.ifi_obytes; in get_ifdata()
285 zbx_uint64_t tbytes, tpackets, terrors; in NET_IF_TOTAL() local
296 …if (SYSINFO_RET_OK != get_ifdata(if_name, NULL, NULL, NULL, NULL, NULL, NULL, NULL, &tbytes, &tpac… in NET_IF_TOTAL()
304 SET_UI64_RESULT(result, tbytes); in NET_IF_TOTAL()
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/libs/zbxsysinfo/openbsd/
H A Dnet.c49 zbx_uint64_t *tbytes, zbx_uint64_t *tpackets, zbx_uint64_t *terrors, in get_ifdata() argument
88 if (tbytes) in get_ifdata()
89 *tbytes = 0; in get_ifdata()
134 if (tbytes) in get_ifdata()
135 *tbytes += v.if_ibytes + v.if_obytes; in get_ifdata()
190 if (tbytes) in get_ifdata()
191 *tbytes += v.ifi_ibytes + v.ifi_obytes; in get_ifdata()
285 zbx_uint64_t tbytes, tpackets, terrors; in NET_IF_TOTAL() local
296 …if (SYSINFO_RET_OK != get_ifdata(if_name, NULL, NULL, NULL, NULL, NULL, NULL, NULL, &tbytes, &tpac… in NET_IF_TOTAL()
304 SET_UI64_RESULT(result, tbytes); in NET_IF_TOTAL()
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/libs/zbxsysinfo/openbsd/
H A Dnet.c49 zbx_uint64_t *tbytes, zbx_uint64_t *tpackets, zbx_uint64_t *terrors, in get_ifdata() argument
88 if (tbytes) in get_ifdata()
89 *tbytes = 0; in get_ifdata()
134 if (tbytes) in get_ifdata()
135 *tbytes += v.if_ibytes + v.if_obytes; in get_ifdata()
190 if (tbytes) in get_ifdata()
191 *tbytes += v.ifi_ibytes + v.ifi_obytes; in get_ifdata()
285 zbx_uint64_t tbytes, tpackets, terrors; in NET_IF_TOTAL() local
296 …if (SYSINFO_RET_OK != get_ifdata(if_name, NULL, NULL, NULL, NULL, NULL, NULL, NULL, &tbytes, &tpac… in NET_IF_TOTAL()
304 SET_UI64_RESULT(result, tbytes); in NET_IF_TOTAL()
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/libs/zbxsysinfo/openbsd/
H A Dnet.c49 zbx_uint64_t *tbytes, zbx_uint64_t *tpackets, zbx_uint64_t *terrors, in get_ifdata() argument
88 if (tbytes) in get_ifdata()
89 *tbytes = 0; in get_ifdata()
134 if (tbytes) in get_ifdata()
135 *tbytes += v.if_ibytes + v.if_obytes; in get_ifdata()
190 if (tbytes) in get_ifdata()
191 *tbytes += v.ifi_ibytes + v.ifi_obytes; in get_ifdata()
285 zbx_uint64_t tbytes, tpackets, terrors; in NET_IF_TOTAL() local
296 …if (SYSINFO_RET_OK != get_ifdata(if_name, NULL, NULL, NULL, NULL, NULL, NULL, NULL, &tbytes, &tpac… in NET_IF_TOTAL()
304 SET_UI64_RESULT(result, tbytes); in NET_IF_TOTAL()
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/libs/zbxsysinfo/openbsd/
H A Dnet.c49 zbx_uint64_t *tbytes, zbx_uint64_t *tpackets, zbx_uint64_t *terrors, in get_ifdata() argument
88 if (tbytes) in get_ifdata()
89 *tbytes = 0; in get_ifdata()
134 if (tbytes) in get_ifdata()
135 *tbytes += v.if_ibytes + v.if_obytes; in get_ifdata()
190 if (tbytes) in get_ifdata()
191 *tbytes += v.ifi_ibytes + v.ifi_obytes; in get_ifdata()
285 zbx_uint64_t tbytes, tpackets, terrors; in NET_IF_TOTAL() local
296 …if (SYSINFO_RET_OK != get_ifdata(if_name, NULL, NULL, NULL, NULL, NULL, NULL, NULL, &tbytes, &tpac… in NET_IF_TOTAL()
304 SET_UI64_RESULT(result, tbytes); in NET_IF_TOTAL()
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/libs/zbxsysinfo/openbsd/
H A Dnet.c49 zbx_uint64_t *tbytes, zbx_uint64_t *tpackets, zbx_uint64_t *terrors, in get_ifdata() argument
88 if (tbytes) in get_ifdata()
89 *tbytes = 0; in get_ifdata()
134 if (tbytes) in get_ifdata()
135 *tbytes += v.if_ibytes + v.if_obytes; in get_ifdata()
190 if (tbytes) in get_ifdata()
191 *tbytes += v.ifi_ibytes + v.ifi_obytes; in get_ifdata()
285 zbx_uint64_t tbytes, tpackets, terrors; in NET_IF_TOTAL() local
296 …if (SYSINFO_RET_OK != get_ifdata(if_name, NULL, NULL, NULL, NULL, NULL, NULL, NULL, &tbytes, &tpac… in NET_IF_TOTAL()
304 SET_UI64_RESULT(result, tbytes); in NET_IF_TOTAL()
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/libs/zbxsysinfo/openbsd/
H A Dnet.c49 zbx_uint64_t *tbytes, zbx_uint64_t *tpackets, zbx_uint64_t *terrors, in get_ifdata() argument
88 if (tbytes) in get_ifdata()
89 *tbytes = 0; in get_ifdata()
134 if (tbytes) in get_ifdata()
135 *tbytes += v.if_ibytes + v.if_obytes; in get_ifdata()
190 if (tbytes) in get_ifdata()
191 *tbytes += v.ifi_ibytes + v.ifi_obytes; in get_ifdata()
285 zbx_uint64_t tbytes, tpackets, terrors; in NET_IF_TOTAL() local
296 …if (SYSINFO_RET_OK != get_ifdata(if_name, NULL, NULL, NULL, NULL, NULL, NULL, NULL, &tbytes, &tpac… in NET_IF_TOTAL()
304 SET_UI64_RESULT(result, tbytes); in NET_IF_TOTAL()

12345678910>>...17