| /freebsd-9-stable/crypto/openssl/crypto/asn1/ |
| D | asn1_lib.c | 94 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()
|
| D | asn1.h | 928 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag,
|
| /freebsd-9-stable/contrib/ntp/sntp/libevent/ |
| D | event_tagging.c | 401 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/ |
| 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-9-stable/sys/cam/scsi/ |
| D | scsi_enc_ses.c | 1943 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/ |
| D | event.h | 321 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/ |
| D | tree.c | 75 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/ |
| D | octusb.c | 1431 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/ |
| D | atmegadci.c | 1580 struct usb_device_request *req, const void **pptr, uint16_t *plength) in atmegadci_roothub_exec() argument 2002 *plength = len; in atmegadci_roothub_exec()
|
| D | avr32dci.c | 1521 struct usb_device_request *req, const void **pptr, uint16_t *plength) in avr32dci_roothub_exec() argument 1942 *plength = len; in avr32dci_roothub_exec()
|
| D | uss820dci.c | 1821 struct usb_device_request *req, const void **pptr, uint16_t *plength) in uss820dci_roothub_exec() argument 2209 *plength = len; in uss820dci_roothub_exec()
|
| D | at91dci.c | 1757 struct usb_device_request *req, const void **pptr, uint16_t *plength) in at91dci_roothub_exec() argument 2147 *plength = len; in at91dci_roothub_exec()
|
| D | ohci.c | 2088 struct usb_device_request *req, const void **pptr, uint16_t *plength) in ohci_roothub_exec() argument 2374 *plength = len; in ohci_roothub_exec()
|
| D | uhci.c | 2479 struct usb_device_request *req, const void **pptr, uint16_t *plength) in uhci_roothub_exec() argument 2793 *plength = len; in uhci_roothub_exec()
|
| D | musb_otg.c | 3604 struct usb_device_request *req, const void **pptr, uint16_t *plength) in musbotg_roothub_exec() argument 4059 *plength = len; in musbotg_roothub_exec()
|
| D | ehci.c | 3086 struct usb_device_request *req, const void **pptr, uint16_t *plength) in ehci_roothub_exec() argument 3474 *plength = len; in ehci_roothub_exec()
|
| D | xhci.c | 3210 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/ |
| D | ssleay.txt | 902 int ASN1_get_object(unsigned char **pp, long *plength, int *ptag,
|