Searched refs:instances (Results 26 - 50 of 82) sorted by relevance

1234

/netbsd-current/external/gpl3/gdb.old/dist/
H A Dinstall-sh399 # Don't fail if two instances are running concurrently.
413 # Don't fail if two instances are running concurrently.
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Ddevice.c155 /* any open instances of this device */
156 device_instance *instances; member in struct:_device
530 instance->next = me->instances;
531 me->instances = instance;
544 previous = &instance->owner->instances;
577 device_instance **instance = &me->instances;
581 instance = &me->instances;
600 device_instance **curr = &me->instances;
609 device_instance *curr = me->instances;
/netbsd-current/external/gpl3/binutils.old/dist/
H A Dinstall-sh399 # Don't fail if two instances are running concurrently.
413 # Don't fail if two instances are running concurrently.
/netbsd-current/external/public-domain/xz/dist/build-aux/
H A Dinstall-sh399 # Don't fail if two instances are running concurrently.
413 # Don't fail if two instances are running concurrently.
/netbsd-current/external/mpl/dhcp/dist/
H A Dinstall-sh422 # Don't fail if two instances are running concurrently.
436 # Don't fail if two instances are running concurrently.
/netbsd-current/external/bsd/flex/dist/build-aux/
H A Dinstall-sh406 # Don't fail if two instances are running concurrently.
420 # Don't fail if two instances are running concurrently.
/netbsd-current/external/lgpl3/gmp/dist/
H A Dinstall-sh399 # Don't fail if two instances are running concurrently.
413 # Don't fail if two instances are running concurrently.
/netbsd-current/external/lgpl3/mpc/dist/
H A Dinstall-sh399 # Don't fail if two instances are running concurrently.
413 # Don't fail if two instances are running concurrently.
/netbsd-current/external/bsd/tmux/dist/etc/
H A Dinstall-sh399 # Don't fail if two instances are running concurrently.
413 # Don't fail if two instances are running concurrently.
/netbsd-current/external/gpl3/binutils/dist/
H A Dinstall-sh399 # Don't fail if two instances are running concurrently.
413 # Don't fail if two instances are running concurrently.
/netbsd-current/lib/librumpuser/build-aux/
H A Dinstall-sh422 # Don't fail if two instances are running concurrently.
436 # Don't fail if two instances are running concurrently.
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/build-aux/
H A Dinstall-sh399 # Don't fail if two instances are running concurrently.
413 # Don't fail if two instances are running concurrently.
/netbsd-current/external/gpl3/gcc/dist/
H A Dinstall-sh399 # Don't fail if two instances are running concurrently.
413 # Don't fail if two instances are running concurrently.
/netbsd-current/external/gpl3/gcc.old/dist/
H A Dinstall-sh399 # Don't fail if two instances are running concurrently.
413 # Don't fail if two instances are running concurrently.
/netbsd-current/sys/external/isc/libsodium/dist/build-aux/
H A Dinstall-sh399 # Don't fail if two instances are running concurrently.
413 # Don't fail if two instances are running concurrently.
/netbsd-current/sys/external/isc/libsodium/dist/
H A Dinstall-sh422 # Don't fail if two instances are running concurrently.
436 # Don't fail if two instances are running concurrently.
/netbsd-current/external/bsd/unbound/dist/
H A Dinstall-sh399 # Don't fail if two instances are running concurrently.
413 # Don't fail if two instances are running concurrently.
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dmem-stats.h134 mem_usage (size_t allocated, size_t times, size_t peak, size_t instances = 0):
136 m_instances (instances) {}
258 /* Number of container instances. */
360 /* Get all tracked instances registered by the description. Items
366 /* Dump all tracked instances of type ORIGIN. If we want to process custom
582 /* Get all tracked instances registered by the description. Items are filtered
627 /* Dump all tracked instances of type ORIGIN. If we want to process custom
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dvr4130.s33 # Check for simple instances.
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dmem-stats.h134 mem_usage (size_t allocated, size_t times, size_t peak, size_t instances = 0):
136 m_instances (instances) {}
258 /* Number of container instances. */
360 /* Get all tracked instances registered by the description. Items
366 /* Dump all tracked instances of type ORIGIN. If we want to process custom
582 /* Get all tracked instances registered by the description. Items are filtered
627 /* Dump all tracked instances of type ORIGIN. If we want to process custom
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Ddevice.c148 /* any open instances of this device */
149 device_instance *instances; member in struct:_device
519 instance->next = me->instances;
520 me->instances = instance;
533 previous = &instance->owner->instances;
566 device_instance **instance = &me->instances;
570 instance = &me->instances;
589 device_instance **curr = &me->instances;
598 device_instance *curr = me->instances;
/netbsd-current/external/public-domain/sqlite/dist/tea/tclconfig/
H A Dinstall-sh423 # Don't fail if two instances are running concurrently.
437 # Don't fail if two instances are running concurrently.
/netbsd-current/external/apache2/mDNSResponder/dist/mDNSShared/
H A Duds_daemon.h58 // to facilitate cleanup, when instances and parent may be deallocated at different times.
151 service_instance *instances; member in struct:request_state::__anon905::__anon907
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtemplate.h58 void *instances; member in class:TemplateDeclaration
270 TemplateInstance *tnext; // non-first instantiated instances
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Di386-gen.c791 const struct template_instance *instances; member in struct:template
1471 tmpl->instances = NULL;
1502 if (tmpl->instances)
1505 tmpl->instances = inst;
1590 for (inst = tmpl->instances; inst; inst = inst->next)

Completed in 290 milliseconds

1234