Searched refs:construct (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_parse.y61 construct_list: construct
62 | construct_list construct ={ n_splice ($1,$2); }
65 construct: struct label
H A Dndr_anal.c792 ndr_node_t *construct; local
797 construct = construct_list;
798 for (; construct; construct = construct->n_next) {
801 ti->type_op = construct->label;
802 ti->definition = construct;
808 ti->type_name = construct->n_c_typename;
810 np = construct->n_c_members;
826 determine_advice(&ti->advice, construct
[all...]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcheckpw.c216 sasl_secret_t *construct; local
221 &construct);
225 &construct);
231 if (!memcmp(db_secret, construct->data, construct->len)) {
240 sconn->sparams->utils->free(construct);
242 sasl_FREE(construct);
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot.s122 ! to determine a bunch of things from our "environment" and construct an ELF
141 ! %fp points to the root of our ELF bootstrap vector, use it to construct
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1947 kmem_cache_alloc_debug(kmem_cache_t *cp, void *buf, int kmflag, int construct, argument
1967 if (!construct && (cp->cache_flags & KMF_LITE)) {
1977 construct = 1;
1992 if (!construct && cp->cache_destructor != NULL)
1998 if (mtbf || (construct && cp->cache_constructor != NULL &&
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex664 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box
771 % good page breaking, for example.) However, I could not construct an
3899 % construct for the sake of pdftex, which needs the actual
6497 % node and anchor labels. And \xrdef uses it to construct the

Completed in 111 milliseconds