Searched refs:plength (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dasn1_lib.c94 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, argument
132 if (!asn1_get_length(&p,&inf,plength,(int)max)) goto err;
138 fprintf(stderr,"p=%d + *plength=%ld > omax=%ld + *pp=%d (%d > %d)\n",
139 (int)p,*plength,omax,(int)*pp,(int)(p+ *plength),
143 if (*plength > (omax - (p - *pp)))
H A Dasn1.h944 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag,
/freebsd-10.0-release/contrib/pf/libevent/
H A 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-10.0-release/sys/cam/scsi/
H A Dscsi_enc_ses.c1943 u_long length, plength; local
1966 plength = ses_page_length(phdr);
1971 if (plength > xfer_len) {
1986 while (offset < plength
1989 if ((offset + sizeof(struct ses_elm_desc_hdr)) > plength) {
1999 if ((offset + sizeof(*hdr) + length) > plength) {
2113 size_t plength; local
2126 plength = ses_page_length(&ses_cache->status_page->hdr);
2127 memcpy(buf, ses_cache->status_page, plength);
2132 offset < plength; offse
[all...]
/freebsd-10.0-release/sys/dev/usb/controller/
H A Datmegadci.c1579 struct usb_device_request *req, const void **pptr, uint16_t *plength)
2001 *plength = len;
1578 atmegadci_roothub_exec(struct usb_device *udev, struct usb_device_request *req, const void **pptr, uint16_t *plength) argument
H A Davr32dci.c1519 struct usb_device_request *req, const void **pptr, uint16_t *plength)
1940 *plength = len;
1518 avr32dci_roothub_exec(struct usb_device *udev, struct usb_device_request *req, const void **pptr, uint16_t *plength) argument
H A Dat91dci.c1754 struct usb_device_request *req, const void **pptr, uint16_t *plength)
2144 *plength = len;
1753 at91dci_roothub_exec(struct usb_device *udev, struct usb_device_request *req, const void **pptr, uint16_t *plength) argument
H A Duss820dci.c1822 struct usb_device_request *req, const void **pptr, uint16_t *plength)
2203 *plength = len;
1821 uss820dci_roothub_exec(struct usb_device *udev, struct usb_device_request *req, const void **pptr, uint16_t *plength) argument
H A Dohci.c2091 struct usb_device_request *req, const void **pptr, uint16_t *plength)
2377 *plength = len;
2090 ohci_roothub_exec(struct usb_device *udev, struct usb_device_request *req, const void **pptr, uint16_t *plength) argument
H A Duhci.c2477 struct usb_device_request *req, const void **pptr, uint16_t *plength)
2791 *plength = len;
2476 uhci_roothub_exec(struct usb_device *udev, struct usb_device_request *req, const void **pptr, uint16_t *plength) argument
H A Ddwc_otg.c3505 struct usb_device_request *req, const void **pptr, uint16_t *plength)
3963 *plength = len;
3504 dwc_otg_roothub_exec(struct usb_device *udev, struct usb_device_request *req, const void **pptr, uint16_t *plength) argument
H A Dehci.c3049 struct usb_device_request *req, const void **pptr, uint16_t *plength)
3437 *plength = len;
3048 ehci_roothub_exec(struct usb_device *udev, struct usb_device_request *req, const void **pptr, uint16_t *plength) argument
H A Dmusb_otg.c3592 struct usb_device_request *req, const void **pptr, uint16_t *plength)
4040 *plength = len;
3591 musbotg_roothub_exec(struct usb_device *udev, struct usb_device_request *req, const void **pptr, uint16_t *plength) argument
H A Dxhci.c3119 struct usb_device_request *req, const void **pptr, uint16_t *plength)
3540 *plength = len;
3118 xhci_roothub_exec(struct usb_device *udev, struct usb_device_request *req, const void **pptr, uint16_t *plength) argument
/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Dtree.c75 static tnode_t *plength(type_t *);
2298 cn = plength(ln->tn_type);
2356 ctn = plength(ln->tn_type);
2376 ctn = plength(ln->tn_type);
2499 ctn = plength(ln->tn_type);
2546 plength(type_t *tp) function
2552 lerror("plength() 1");
2589 lerror("plength() 2");
/freebsd-10.0-release/sys/mips/cavium/usb/
H A Doctusb.c1433 struct usb_device_request *req, const void **pptr, uint16_t *plength)
1721 *plength = len;
1432 octusb_roothub_exec(struct usb_device *udev, struct usb_device_request *req, const void **pptr, uint16_t *plength) argument

Completed in 236 milliseconds