Searched refs:_data (Results 1 - 9 of 9) sorted by relevance

/barrelfish-master/tools/usbboot/include/
H A Dusb-linux.h36 int linux_usb_read(usb_handle h, void *_data, int len);
37 int linux_usb_write(usb_handle h, void *_data, int len);
/barrelfish-master/include/security/
H A Dpam_appl.h80 const void **_data)
117 void *_data,
119 void *_data,
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dssl_locl.h597 static const SSL_METHOD func_name##_data= { \
628 return &func_name##_data; \
634 static const SSL_METHOD func_name##_data= { \
665 return &func_name##_data; \
671 static const SSL_METHOD func_name##_data= { \
702 return &func_name##_data; \
708 static const SSL_METHOD func_name##_data= { \
739 return &func_name##_data; \
745 static const SSL_METHOD func_name##_data= { \
776 return &func_name##_data; \
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/asn1/
H A Dasn1_lib.c370 int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len) argument
373 const char *data=_data;
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbip_load.c647 extern char _text[ ], _data[ ];
669 fdesc->toc = (int) _data + lis[2].n_value;
/barrelfish-master/doc/026-device-queues/
H A Ddevif.tex278 \item \texttt{genoffset\_t valid\_data}: the offset within the buffer where the valid data starts.
290 \item The valid\_data offset must be within the buffers bounds
291 \item The valid\_length must not exceed the length minus the valid\_data offset
339 \item \texttt{genoffset\_t* valid\_data}: return pointer to the offset within the buffer where the valid data starts.
354 \item \texttt{valid\_data} is not equal to \textit{NULL}
358 \item \textit{valid\_data} does not exceed the buffer size
/barrelfish-master/lib/openssl-1.0.0d/crypto/sha/
H A Dsha512.c224 int SHA512_Update (SHA512_CTX *c, const void *_data, size_t len) argument
228 const unsigned char *data=(const unsigned char *)_data;
/barrelfish-master/usr/eclipseclp/documents/applications/
H A Dtutorial.tex276 The following examples are taken from the file {\it flow\_prepare\_data.ecl}\index{flow\_prepare\_data}.
284 In our example, the module exports a single predicate {\it prepare\_data/12}\index{prepare\_data/12}.
292 The {\it flow\_prepare\_data} module uses predicates from a variety of sources.
335 The {\it comment} directives are placed in the source code together with other parts of the program. The ECLiPSe system contains some library predicates which extract the comment directives and build a set of interrelated HTML \index{HTML}pages for the documentation. The same system is used to generate the reference manual \index{reference manual}documentation of the library predicates. The {\it comment} directives come in two flavours. One is a comment for a module\index{module comment}\index{comment, module}, which gives an overview what is module is for. As an example we again use the file {\it flow\_prepare\_data.ecl}.
397 To continue with our example module {\it flow\_prepare\_data}, the one exported predicate has the following mode declaration\footnote{We can see that we have not followed the rule to place all input arguments before the output arguments.}.
863 The example takes a list of {\it router\_mib\_data} terms and builds a list of temporary {\it t/2} terms where the second argument consists of {\it router\_mib} terms.
1143 The program counts how many entries in the {\it interface\_mib\_data} list refer to active interfaces (octet count non-zero).
1603 Note the cut in the definition of {\it router\_traffic\_sample\_data\_line
[all...]
/barrelfish-master/usr/eclipseclp/documents/megalog/
H A Ddatabase-sec.tex125 be created within `/usr/applic/' with the name `bank\_data'.

Completed in 179 milliseconds