/freebsd/contrib/ntp/sntp/libevent/ |
H A D | event_tagging.c | 406 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 D | event_tagging.c | 406 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 D | tag.h | 117 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 D | tag.h | 117 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 D | asn1_lib.c | 46 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 D | event.h | 320 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 D | scsi_enc_ses.c | 2032 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 D | geom_disk.c | 332 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 D | atmegadci.c | 1522 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 D | avr32dci.c | 1471 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 D | uss820dci.c | 1817 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 D | ohci.c | 2049 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 D | uhci.c | 2416 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 D | musb_otg.c | 3548 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 D | ehci.c | 2998 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 D | dwc_otg.c | 4303 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 D | asn1.h | 894 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag,
|
H A D | asn1.h.in | 727 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag,
|