HomeSort by: relevance | last modified time | path
    Searched refs:glue (Results 1 - 25 of 64) sorted by relevancy

1 2 3

  /src/lib/libc/stdio/
glue.h 1 /* $NetBSD: glue.h,v 1.5 2003/08/07 16:43:27 agc Exp $ */
34 * @(#)glue.h 8.1 (Berkeley) 6/4/93
39 * allocated and linked in via this glue structure.
41 struct glue { struct
42 struct glue *next;
47 extern struct glue __sglue;
findfp.c 53 #include "glue.h"
86 static struct glue uglue = { 0, FOPEN_MAX - 3, usual };
102 struct glue __sglue = { &uglue, 3, __sF };
110 static struct glue *
113 struct glue *g;
162 struct glue *g;
190 struct glue *g;
fwalk.c 49 #include "glue.h"
56 struct glue *g;
  /src/external/gpl3/gdb.old/dist/sim/common/
dv-glue.c 32 glue - glue to interconnect and test hardware ports
38 The glue device provides two functions. Firstly, it provides a
43 Glue devices have a variable number of big endian <<output>>
58 <<glue>>: In addition to driving its output interrupt port with any
63 <<glue-and>>: The bit-wise AND of the interrupt inputs is computed
98 | -t glue-device \
101 Create source, bitwize-and, and sink glue devices. Since the
105 | -o '/iobus@0xf0000000/glue@0x10000/reg 0x10000 8' \
106 | -o '/iobus@0xf0000000/glue-and@0x20000/reg 0x20000 4'
193 struct hw_glue *glue = HW_ZALLOC (me, struct hw_glue); local
299 struct hw_glue *glue = (struct hw_glue *) hw_data (me); local
323 struct hw_glue *glue = (struct hw_glue *) hw_data (me); local
348 struct hw_glue *glue = (struct hw_glue *) hw_data (me); local
    [all...]
  /src/external/gpl3/gdb/dist/sim/common/
dv-glue.c 32 glue - glue to interconnect and test hardware ports
38 The glue device provides two functions. Firstly, it provides a
43 Glue devices have a variable number of big endian <<output>>
58 <<glue>>: In addition to driving its output interrupt port with any
63 <<glue-and>>: The bit-wise AND of the interrupt inputs is computed
98 | -t glue-device \
101 Create source, bitwize-and, and sink glue devices. Since the
105 | -o '/iobus@0xf0000000/glue@0x10000/reg 0x10000 8' \
106 | -o '/iobus@0xf0000000/glue-and@0x20000/reg 0x20000 4'
193 struct hw_glue *glue = HW_ZALLOC (me, struct hw_glue); local
299 struct hw_glue *glue = (struct hw_glue *) hw_data (me); local
323 struct hw_glue *glue = (struct hw_glue *) hw_data (me); local
348 struct hw_glue *glue = (struct hw_glue *) hw_data (me); local
    [all...]
  /src/external/gpl3/gdb/dist/sim/ppc/
hw_glue.c 30 glue - glue to interconnect and test interrupts
36 The glue device provides two functions. Firstly, it provides a
41 Glue devices have a variable number of big endian <<output>>
55 <<glue>>: In addition to driving its output interrupt port with any
60 <<glue-and>>: The bit-wise AND of the interrupt inputs is computed
87 | -t glue-device \
90 Create source, bitwize-and, and sink glue devices. Since the
94 | -o '/iobus@0xf0000000/glue@0x10000/reg 0x10000 8' \
95 | -o '/iobus@0xf0000000/glue-and@0x20000/reg 0x20000 4'
174 hw_glue_device *glue = (hw_glue_device*)device_data(me); local
254 hw_glue_device *glue = (hw_glue_device*)device_data(me); local
276 hw_glue_device *glue = (hw_glue_device*)device_data(me); local
298 hw_glue_device *glue = (hw_glue_device*)device_data(me); local
354 hw_glue_device *glue = ZALLOC(hw_glue_device); local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
hw_glue.c 30 glue - glue to interconnect and test interrupts
36 The glue device provides two functions. Firstly, it provides a
41 Glue devices have a variable number of big endian <<output>>
55 <<glue>>: In addition to driving its output interrupt port with any
60 <<glue-and>>: The bit-wise AND of the interrupt inputs is computed
87 | -t glue-device \
90 Create source, bitwize-and, and sink glue devices. Since the
94 | -o '/iobus@0xf0000000/glue@0x10000/reg 0x10000 8' \
95 | -o '/iobus@0xf0000000/glue-and@0x20000/reg 0x20000 4'
174 hw_glue_device *glue = (hw_glue_device*)device_data(me); local
254 hw_glue_device *glue = (hw_glue_device*)device_data(me); local
276 hw_glue_device *glue = (hw_glue_device*)device_data(me); local
298 hw_glue_device *glue = (hw_glue_device*)device_data(me); local
354 hw_glue_device *glue = ZALLOC(hw_glue_device); local
    [all...]
  /src/lib/lua/bozohttpd/
Makefile 4 LUA_SRCS.bozohttpd= glue.c
  /src/crypto/external/bsd/netpgp/bindings/lua/
Makefile 6 LUA_SRCS.netpgp=glue.c
  /src/crypto/external/bsd/heimdal/sbin/kcm/
Makefile 21 glue.c \
  /src/external/gpl3/gcc/dist/libgcc/config/arc/
crttls.S 1 ; newlib tls glue code for Synopsys DesignWare ARC cpu.
  /src/external/gpl3/gcc.old/dist/libgcc/config/arc/
crttls.S 1 ; newlib tls glue code for Synopsys DesignWare ARC cpu.
  /src/external/mpl/dhcp/bind/dist/lib/isc/
radix.c 298 isc_radix_node_t *node, *new_node, *parent, *glue = NULL; local
498 glue = isc_mem_get(radix->mctx, sizeof(isc_radix_node_t));
505 if (glue != NULL) {
506 isc_mem_put(radix->mctx, glue,
543 INSIST(glue == NULL);
559 INSIST(glue == NULL);
578 INSIST(glue != NULL);
579 glue->bit = differ_bit;
580 glue->prefix = NULL;
581 glue->parent = node->parent
    [all...]
  /src/external/mpl/bind/dist/lib/isc/
radix.c 292 isc_radix_node_t *node, *new_node, *parent, *glue = NULL; local
492 glue = isc_mem_get(radix->mctx, sizeof(isc_radix_node_t));
499 if (glue != NULL) {
500 isc_mem_put(radix->mctx, glue,
537 INSIST(glue == NULL);
553 INSIST(glue == NULL);
572 INSIST(glue != NULL);
573 glue->bit = differ_bit;
574 glue->prefix = NULL;
575 glue->parent = node->parent
    [all...]
  /src/external/bsd/openldap/dist/tests/data/regressions/its6794/
its6794 24 ITSCONF=$ITSDIR/slapd-glue.conf
  /src/external/mpl/bind/dist/lib/dns/
db.c 1274 dns__db_free_glue(isc_mem_t *mctx, dns_glue_t *glue) {
1275 while (glue != NULL) {
1276 dns_glue_t *next = glue->next;
1278 if (dns_rdataset_isassociated(&glue->rdataset_a)) {
1279 dns_rdataset_disassociate(&glue->rdataset_a);
1281 if (dns_rdataset_isassociated(&glue->sigrdataset_a)) {
1282 dns_rdataset_disassociate(&glue->sigrdataset_a);
1285 if (dns_rdataset_isassociated(&glue->rdataset_aaaa)) {
1286 dns_rdataset_disassociate(&glue->rdataset_aaaa);
1288 if (dns_rdataset_isassociated(&glue->sigrdataset_aaaa))
1471 dns_glue_t *glue = NULL; local
1520 dns_glue_t *glue = isc_mem_get(mctx, sizeof(*glue)); local
    [all...]
db_p.h 138 struct dns_glue *glue; member in struct:dns_gluelist
149 dns_glue_t *glue; member in struct:dns_glue_additionaldata_ctx
212 dns__db_free_glue(isc_mem_t *mctx, dns_glue_t *glue);
master.c 161 dns_name_t *glue; member in struct:dns_incctx
269 result = commit(callbacks, lctx, &glue_list, ictx->glue, \
472 ictx->glue = NULL;
978 name = (ictx->glue != NULL) ? ictx->glue : ictx->current;
1447 * If we are processing glue and the new name does
1448 * not match the current glue name, commit the glue
1452 if (ictx->glue != NULL &&
1453 !dns_name_caseequal(ictx->glue, new_name)
    [all...]
rbt-zonedb.c 206 * glue and is not subject to wildcard matching, so we
212 * If the caller does not want to find glue, then
925 * RRSIG NSEC. That means it's glue or
1111 * CNAMEs because they're not legitimate zone glue.
1215 * Glue is not OK, but any answer we
1216 * could return would be glue. Return
1334 * We were trying to find glue at a node beneath a
1411 * result is glue, unless we're actually at the zone cut
2106 dns_glue_t *glue = NULL; local
2134 glue = dns__db_new_glue(ctx->db->mctx, name_a)
    [all...]
qpzone.c 525 * The current version's glue table needs to be freed early
3177 * RRSIG NSEC. That means it's glue or
3312 * glue and is not subject to wildcard matching, so we
3318 * If the caller does not want to find glue, then
3512 * CNAMEs because they're not legitimate zone glue.
3602 * Glue is not OK, but any answer we
3603 * could return would be glue. Return
3721 * We were trying to find glue at a node beneath a
3791 * result is glue, unless we're actually at the zone cut
5153 dns_glue_t *glue = NULL local
    [all...]
  /src/libexec/httpd/lua/
Makefile 7 SRCS=glue.c
  /src/crypto/external/bsd/netpgp/dist/bindings/lua/
Makefile 7 SRCS=glue.c
  /src/external/bsd/openldap/dist/servers/slapd/
backglue.c 3 /* backglue.c - backend glue */
20 * Functions to glue a bunch of other backends into a single tree.
22 * can glue o=foo and ou=bar,o=foo but you can't glue o=foo and o=bar.
57 static slap_overinst glue; variable
361 /* ITS#4615 - overlays configured above the glue overlay should be
363 * glue overlay should only be invoked on the primary backend.
838 if ( !strcmp( on->on_bi.bi_type, glue.on_bi.bi_type ))
1325 Debug( LDAP_DEBUG_ANY, "glue: backend %s is already subordinate, "
1326 "cannot have glue overlay!\n"
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
master.c 163 dns_name_t *glue; member in struct:dns_incctx
264 result = commit(callbacks, lctx, &glue_list, ictx->glue, \
494 ictx->glue = NULL;
1033 name = (ictx->glue != NULL) ? ictx->glue : ictx->current;
1497 * If we are processing glue and the new name does
1498 * not match the current glue name, commit the glue
1502 if (ictx->glue != NULL &&
1503 !dns_name_caseequal(ictx->glue, new_name)
    [all...]
  /src/usr.bin/mail/
lex.c 66 struct glue { struct
67 struct glue *next;
71 extern struct glue __sglue;
79 struct glue *gp;

Completed in 56 milliseconds

1 2 3