Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/asn1/
Dasn1_lib.c94 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, in ASN1_get_object() argument
134 if (!asn1_get_length(&p, &inf, plength, (int)max)) in ASN1_get_object()
142 (int)p, *plength, omax, (int)*pp, (int)(p + *plength), in ASN1_get_object()
146 if (*plength > (omax - (p - *pp))) { in ASN1_get_object()
Dasn1.h928 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag,
/freebsd-9-stable/contrib/ntp/sntp/libevent/
Devent_tagging.c401 evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength) in evtag_peek_length() argument
409 res = decode_int_internal(plength, evbuf, len); in evtag_peek_length()
413 *plength += res + len; in evtag_peek_length()
419 evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength) in evtag_payload_length() argument
427 res = decode_int_internal(plength, evbuf, len); in evtag_payload_length()
/freebsd-9-stable/contrib/ntp/sntp/libevent/include/event2/
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-9-stable/sys/cam/scsi/
Dscsi_enc_ses.c1943 u_long length, plength; in ses_process_elm_descs() local
1966 plength = ses_page_length(phdr); in ses_process_elm_descs()
1971 if (plength > xfer_len) { in ses_process_elm_descs()
1986 while (offset < plength in ses_process_elm_descs()
1989 if ((offset + sizeof(struct ses_elm_desc_hdr)) > plength) { in ses_process_elm_descs()
1999 if ((offset + sizeof(*hdr) + length) > plength) { in ses_process_elm_descs()
2113 size_t plength; in ses_fill_control_request() local
2126 plength = ses_page_length(&ses_cache->status_page->hdr); in ses_fill_control_request()
2127 memcpy(buf, ses_cache->status_page, plength); in ses_fill_control_request()
2132 offset < plength; offset += sizeof(struct ses_comstat)) { in ses_fill_control_request()
[all …]
/freebsd-9-stable/contrib/pf/libevent/
Devent.h321 int evtag_peek_length(struct evbuffer *evbuf, u_int32_t *plength);
322 int evtag_payload_length(struct evbuffer *evbuf, u_int32_t *plength);
/freebsd-9-stable/usr.bin/xlint/lint1/
Dtree.c75 static tnode_t *plength(type_t *);
2298 cn = plength(ln->tn_type); in bldincdec()
2356 ctn = plength(ln->tn_type); in bldplmi()
2376 ctn = plength(ln->tn_type); in bldplmi()
2499 ctn = plength(ln->tn_type); in bldasgn()
2546 plength(type_t *tp) in plength() function
/freebsd-9-stable/sys/mips/cavium/usb/
Doctusb.c1431 struct usb_device_request *req, const void **pptr, uint16_t *plength) in octusb_roothub_exec() argument
1719 *plength = len; in octusb_roothub_exec()
/freebsd-9-stable/sys/dev/usb/controller/
Datmegadci.c1580 struct usb_device_request *req, const void **pptr, uint16_t *plength) in atmegadci_roothub_exec() argument
2002 *plength = len; in atmegadci_roothub_exec()
Davr32dci.c1521 struct usb_device_request *req, const void **pptr, uint16_t *plength) in avr32dci_roothub_exec() argument
1942 *plength = len; in avr32dci_roothub_exec()
Duss820dci.c1821 struct usb_device_request *req, const void **pptr, uint16_t *plength) in uss820dci_roothub_exec() argument
2209 *plength = len; in uss820dci_roothub_exec()
Dat91dci.c1757 struct usb_device_request *req, const void **pptr, uint16_t *plength) in at91dci_roothub_exec() argument
2147 *plength = len; in at91dci_roothub_exec()
Dohci.c2088 struct usb_device_request *req, const void **pptr, uint16_t *plength) in ohci_roothub_exec() argument
2374 *plength = len; in ohci_roothub_exec()
Duhci.c2479 struct usb_device_request *req, const void **pptr, uint16_t *plength) in uhci_roothub_exec() argument
2793 *plength = len; in uhci_roothub_exec()
Dmusb_otg.c3604 struct usb_device_request *req, const void **pptr, uint16_t *plength) in musbotg_roothub_exec() argument
4059 *plength = len; in musbotg_roothub_exec()
Dehci.c3086 struct usb_device_request *req, const void **pptr, uint16_t *plength) in ehci_roothub_exec() argument
3474 *plength = len; in ehci_roothub_exec()
Dxhci.c3210 struct usb_device_request *req, const void **pptr, uint16_t *plength) in xhci_roothub_exec() argument
3628 *plength = len; in xhci_roothub_exec()
/freebsd-9-stable/crypto/openssl/doc/
Dssleay.txt902 int ASN1_get_object(unsigned char **pp, long *plength, int *ptag,