Home
last modified time | relevance | path

Searched refs:data_buf (Results 1851 – 1875 of 2251) sorted by relevance

1...<<71727374757677787980>>...91

/dports/sysutils/u-boot-tools/u-boot-2020.07/include/linux/mtd/
H A Drawnand.h628 const uint8_t *data_buf, int oob_required, int page);
/dports/sysutils/u-boot-bananapi/u-boot-2021.07/include/linux/mtd/
H A Drawnand.h628 const uint8_t *data_buf, int oob_required, int page);
/dports/sysutils/u-boot-sopine-spi/u-boot-2021.07/include/linux/mtd/
H A Drawnand.h628 const uint8_t *data_buf, int oob_required, int page);
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/include/linux/mtd/
H A Drawnand.h628 const uint8_t *data_buf, int oob_required, int page);
/dports/sysutils/u-boot-rpi4/u-boot-2021.07/include/linux/mtd/
H A Drawnand.h628 const uint8_t *data_buf, int oob_required, int page);
/dports/sysutils/u-boot-rpi3-32/u-boot-2021.07/include/linux/mtd/
H A Drawnand.h628 const uint8_t *data_buf, int oob_required, int page);
/dports/sysutils/u-boot-rock64/u-boot-2021.07/include/linux/mtd/
H A Drawnand.h628 const uint8_t *data_buf, int oob_required, int page);
/dports/sysutils/u-boot-sifive-fu540/u-boot-2021.07/include/linux/mtd/
H A Drawnand.h628 const uint8_t *data_buf, int oob_required, int page);
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/include/linux/mtd/
H A Drawnand.h628 const uint8_t *data_buf, int oob_required, int page);
/dports/sysutils/u-boot-rpi-0-w/u-boot-2021.07/include/linux/mtd/
H A Drawnand.h628 const uint8_t *data_buf, int oob_required, int page);
/dports/sysutils/u-boot-rockpro64/u-boot-2021.07/include/linux/mtd/
H A Drawnand.h628 const uint8_t *data_buf, int oob_required, int page);
/dports/sysutils/u-boot-pinebookpro/u-boot-2021.07/include/linux/mtd/
H A Drawnand.h628 const uint8_t *data_buf, int oob_required, int page);
/dports/sysutils/u-boot-qemu-arm/u-boot-2021.07/include/linux/mtd/
H A Drawnand.h628 const uint8_t *data_buf, int oob_required, int page);
/dports/sysutils/u-boot-qemu-riscv64/u-boot-2021.07/include/linux/mtd/
H A Drawnand.h628 const uint8_t *data_buf, int oob_required, int page);
/dports/sysutils/u-boot-rpi-arm64/u-boot-2021.07/include/linux/mtd/
H A Drawnand.h628 const uint8_t *data_buf, int oob_required, int page);
/dports/sysutils/u-boot-riotboard/u-boot-2021.07/include/linux/mtd/
H A Drawnand.h628 const uint8_t *data_buf, int oob_required, int page);
/dports/sysutils/u-boot-rpi2/u-boot-2021.07/include/linux/mtd/
H A Drawnand.h628 const uint8_t *data_buf, int oob_required, int page);
/dports/sysutils/u-boot-rock-pi-4/u-boot-2021.07/include/linux/mtd/
H A Drawnand.h628 const uint8_t *data_buf, int oob_required, int page);
/dports/sysutils/u-boot-rpi3/u-boot-2021.07/include/linux/mtd/
H A Drawnand.h628 const uint8_t *data_buf, int oob_required, int page);
/dports/net/py-pysmb/pysmb-1.1.27/python3/smb/
H A Dbase.py634 def sendQuery(tid, fid, data_buf): argument
641 … = _PendingRequest(m.mid, expiry_time, queryCB, errback, tid = tid, fid = fid, data_buf = data_buf)
647 data_buf = decodeQueryStruct(kwargs['data_buf'] + query_message.payload.data)
648 sendQuery(kwargs['tid'], kwargs['fid'], data_buf)
/dports/net/py-pysmb/pysmb-1.1.27/python2/smb/
H A Dbase.py640 def sendQuery(tid, fid, data_buf): argument
647 … = _PendingRequest(m.mid, expiry_time, queryCB, errback, tid = tid, fid = fid, data_buf = data_buf)
653 data_buf = decodeQueryStruct(kwargs['data_buf'] + query_message.payload.data)
654 sendQuery(kwargs['tid'], kwargs['fid'], data_buf)
/dports/security/softether/v4.38-9760/src/Cedar/
H A DVirtual.c7284 void *data_buf; in VirtualIcmpSend() local
7294 data_buf = ((UCHAR *)icmp) + sizeof(ICMP_HEADER); in VirtualIcmpSend()
7295 Copy(data_buf, data, size); in VirtualIcmpSend()
7340 void *data_buf; in VirtualIcmpEchoRequestReceivedRaw() local
7370 data_buf = ((UCHAR *)data) + sizeof(ICMP_ECHO); in VirtualIcmpEchoRequestReceivedRaw()
7375 VirtualIcmpEchoSendResponse(v, v->HostIP, src_ip, id, seq_no, data_buf, data_size); in VirtualIcmpEchoRequestReceivedRaw()
7438 void *data_buf; in VirtualIcmpEchoRequestReceived() local
7488 data_buf = ((UCHAR *)data) + sizeof(ICMP_ECHO); in VirtualIcmpEchoRequestReceived()
7491 VirtualIcmpEchoSendResponse(v, dst_ip, src_ip, id, seq_no, data_buf, data_size); in VirtualIcmpEchoRequestReceived()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DVirtual.c7284 void *data_buf; in VirtualIcmpSend() local
7294 data_buf = ((UCHAR *)icmp) + sizeof(ICMP_HEADER); in VirtualIcmpSend()
7295 Copy(data_buf, data, size); in VirtualIcmpSend()
7340 void *data_buf; in VirtualIcmpEchoRequestReceivedRaw() local
7370 data_buf = ((UCHAR *)data) + sizeof(ICMP_ECHO); in VirtualIcmpEchoRequestReceivedRaw()
7375 VirtualIcmpEchoSendResponse(v, v->HostIP, src_ip, id, seq_no, data_buf, data_size); in VirtualIcmpEchoRequestReceivedRaw()
7438 void *data_buf; in VirtualIcmpEchoRequestReceived() local
7488 data_buf = ((UCHAR *)data) + sizeof(ICMP_ECHO); in VirtualIcmpEchoRequestReceived()
7491 VirtualIcmpEchoSendResponse(v, dst_ip, src_ip, id, seq_no, data_buf, data_size); in VirtualIcmpEchoRequestReceived()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dlog_event.cc1437 :Log_event(buf, description_event), data_buf(0), query(NullS), in Query_log_event()
1675 if (!(start= data_buf = (Log_event::Byte*) my_malloc(PSI_INSTRUMENT_ME, in Query_log_event()
1687 if (!(start= data_buf = (Log_event::Byte*) my_malloc(PSI_INSTRUMENT_ME, in Query_log_event()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dlog_event.cc1437 :Log_event(buf, description_event), data_buf(0), query(NullS), in Query_log_event()
1675 if (!(start= data_buf = (Log_event::Byte*) my_malloc(PSI_INSTRUMENT_ME, in Query_log_event()
1687 if (!(start= data_buf = (Log_event::Byte*) my_malloc(PSI_INSTRUMENT_ME, in Query_log_event()

1...<<71727374757677787980>>...91