Home
last modified time | relevance | path

Searched refs:plength (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/
H A Devent_tagging.c406 evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength) in evtag_peek_length() argument
414 res = decode_int_internal(plength, evbuf, len); in evtag_peek_length()
418 *plength += res + len; in evtag_peek_length()
424 evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength) in evtag_payload_length() argument
432 res = decode_int_internal(plength, evbuf, len); in evtag_payload_length()
/freebsd/contrib/libevent/
H A Devent_tagging.c406 evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength) in evtag_peek_length() argument
414 res = decode_int_internal(plength, evbuf, len); in evtag_peek_length()
418 *plength += res + len; in evtag_peek_length()
424 evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength) in evtag_payload_length() argument
432 res = decode_int_internal(plength, evbuf, len); in evtag_payload_length()
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dtag.h117 int evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength);
119 int evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength);
/freebsd/contrib/libevent/include/event2/
H A Dtag.h117 int evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength);
119 int evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength);
/freebsd/crypto/openssl/crypto/asn1/
H A Dasn1_lib.c46 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, in ASN1_get_object() argument
88 if (!asn1_get_length(&p, &inf, plength, max)) in ASN1_get_object()
94 if (*plength > (omax - (p - *pp))) { in ASN1_get_object()
/freebsd/contrib/pf/libevent/
H A Devent.h320 int evtag_peek_length(struct evbuffer *evbuf, u_int32_t *plength);
321 int evtag_payload_length(struct evbuffer *evbuf, u_int32_t *plength);
/freebsd/sys/cam/scsi/
H A Dscsi_enc_ses.c2032 u_long length, plength; in ses_process_elm_descs() local
2055 plength = ses_page_length(phdr); in ses_process_elm_descs()
2060 if (plength > xfer_len) { in ses_process_elm_descs()
2075 while (offset < plength in ses_process_elm_descs()
2077 if ((offset + sizeof(struct ses_elm_desc_hdr)) > plength) { in ses_process_elm_descs()
2087 if ((offset + sizeof(*hdr) + length) > plength) { in ses_process_elm_descs()
2202 size_t plength; in ses_fill_control_request() local
2215 plength = ses_page_length(&ses_cache->status_page->hdr); in ses_fill_control_request()
2216 memcpy(buf, ses_cache->status_page, plength); in ses_fill_control_request()
2221 offset < plength; offset += sizeof(struct ses_comstat)) { in ses_fill_control_request()
[all …]
/freebsd/sys/geom/
H A Dgeom_disk.c332 off_t *plength, int *ppages) in g_disk_seg_limit() argument
341 length = *plength; in g_disk_seg_limit()
357 *plength -= length; in g_disk_seg_limit()
/freebsd/sys/dev/usb/controller/
H A Datmegadci.c1522 struct usb_device_request *req, const void **pptr, uint16_t *plength) in atmegadci_roothub_exec() argument
1944 *plength = len; in atmegadci_roothub_exec()
H A Davr32dci.c1471 struct usb_device_request *req, const void **pptr, uint16_t *plength) in avr32dci_roothub_exec() argument
1898 *plength = len; in avr32dci_roothub_exec()
H A Duss820dci.c1817 struct usb_device_request *req, const void **pptr, uint16_t *plength) in uss820dci_roothub_exec() argument
2205 *plength = len; in uss820dci_roothub_exec()
H A Dohci.c2049 struct usb_device_request *req, const void **pptr, uint16_t *plength) in ohci_roothub_exec() argument
2335 *plength = len; in ohci_roothub_exec()
H A Duhci.c2416 struct usb_device_request *req, const void **pptr, uint16_t *plength) in uhci_roothub_exec() argument
2730 *plength = len; in uhci_roothub_exec()
H A Dmusb_otg.c3548 struct usb_device_request *req, const void **pptr, uint16_t *plength) in musbotg_roothub_exec() argument
4003 *plength = len; in musbotg_roothub_exec()
H A Dehci.c2998 struct usb_device_request *req, const void **pptr, uint16_t *plength) in ehci_roothub_exec() argument
3387 *plength = len; in ehci_roothub_exec()
H A Ddwc_otg.c4303 struct usb_device_request *req, const void **pptr, uint16_t *plength) in dwc_otg_roothub_exec() argument
4766 *plength = len; in dwc_otg_roothub_exec()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h894 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag,
H A Dasn1.h.in727 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag,