Searched refs:active (Results 1 - 25 of 227) sorted by relevance

12345678910

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dportlist.c54 unsigned int active; member in struct:dns_portlist
96 portlist->active = 0;
146 if (portlist->active != 0) {
147 el = find_port(portlist->list, portlist->active, port);
158 if (portlist->allocated <= portlist->active) {
175 portlist->list[portlist->active].port = port;
177 portlist->list[portlist->active].flags = DNS_PL_INET;
179 portlist->list[portlist->active].flags = DNS_PL_INET6;
180 portlist->active++;
181 qsort(portlist->list, portlist->active, sizeo
[all...]
/freebsd-9.3-release/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c87 int active = _nc_unicode_locale(); local
96 T(("initializing WIDE-ACS map (Unicode is%s active)",
97 active ? "" : " not"));
101 int wide = wcwidth(table[n].value[active]);
104 if (active && (wide == 1)) {
105 SetChar(_nc_wacs[m], table[n].value[active], A_NORMAL);
114 table[n].value[active],
/freebsd-9.3-release/sys/boot/common/
H A Dconsole.c45 * specified, mark them as active. Else, mark the first probed console
46 * as active. Also create the console variable.
52 int active; local
61 active = -1;
62 for (cons = 0; consoles[cons] != NULL && active == -1; cons++) {
66 active = cons;
69 if (active == -1)
70 active = 0;
80 consoles[active]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT;
81 consoles[active]
[all...]
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dbootinfo.c67 int active; local
75 active = 0;
77 if (!active && (*cp == '-')) {
78 active = 1;
79 } else if (active)
115 active = 0;
/freebsd-9.3-release/sys/boot/userboot/userboot/
H A Dbootinfo.c67 int active; local
75 active = 0;
77 if (!active && (*cp == '-')) {
78 active = 1;
79 } else if (active)
115 active = 0;
/freebsd-9.3-release/tools/tools/nanobsd/Files/root/
H A Dupdatep154 gpart set -a active -i 1 ${NANO_DRIVE}
H A Dupdatep261 gpart set -a active -i 2 ${NANO_DRIVE}
/freebsd-9.3-release/tools/tools/nanobsd/gateworks/Files/root/
H A Dupdatep154 gpart set -a active -i 1 ${NANO_DRIVE}
H A Dupdatep262 gpart set -a active -i 2 ${NANO_DRIVE}
/freebsd-9.3-release/tools/tools/nanobsd/pcengines/Files/root/
H A Dupdatep154 gpart set -a active -i 1 ${NANO_DRIVE}
H A Dupdatep261 gpart set -a active -i 2 ${NANO_DRIVE}
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Drwlock.c55 "rwlock %p thread %lu %s(%s): %s, %u active, "
68 rwl->active, rwl->granted, rwl->readers_waiting,
103 rwl->active = 0;
161 REQUIRE(rwl->active == 0 &&
253 /* there is a waiting or active writer */
331 /* Another active reader or writer is working. */
447 /* Become an active reader. */
556 ((rwl->active == 0 ||
562 rwl->active++;
579 if (!skip && rwl->active
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Drwlock.c55 "rwlock %p thread %lu %s(%s): %s, %u active, "
68 rwl->active, rwl->granted, rwl->readers_waiting,
103 rwl->active = 0;
161 REQUIRE(rwl->active == 0 &&
253 /* there is a waiting or active writer */
331 /* Another active reader or writer is working. */
447 /* Become an active reader. */
556 ((rwl->active == 0 ||
562 rwl->active++;
579 if (!skip && rwl->active
[all...]
/freebsd-9.3-release/sys/i386/include/
H A Dpcaudioio.h54 unsigned char active; /* !=0 if sound hardware is active */ member in struct:audio_prinfo
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dsplay-tree.c55 splay_tree_node active = 0; local
76 active = pending;
78 while (active)
82 /* active points to a node which has its key and value
85 if (active->left)
87 KDEL (active->left->key);
88 VDEL (active->left->value);
89 active->left->key = (splay_tree_key)pending;
90 pending = (splay_tree_node)(active->left);
92 if (active
[all...]
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dsplay-tree.c55 splay_tree_node active = 0; local
76 active = pending;
78 while (active)
82 /* active points to a node which has its key and value
85 if (active->left)
87 KDEL (active->left->key);
88 VDEL (active->left->value);
89 active->left->key = (splay_tree_key)pending;
90 pending = (splay_tree_node)(active->left);
92 if (active
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Drwlock.h86 unsigned int active; member in struct:isc_rwlock
106 unsigned int active; member in struct:isc_rwlock
H A Dbuffer.h47 * The 'active region' is an (optional) subregion of the remaining region.
49 * that is selected with isc_buffer_setactive(). Initially, the active region
51 * active region will also be empty.
63 * c == active pointer. Meaningful between b and d.
71 * b-c == optional active region.
85 * 0 <= active <= used
86 * (although active < current implies empty active region)
145 ((void *)((unsigned char *)(b)->base + (b)->active)) /*c*/
158 #define isc_buffer_activelength(b) ((b)->active
176 unsigned int active; member in struct:isc_buffer
[all...]
/freebsd-9.3-release/etc/rc.d/
H A Dcleanvar61 # And an initial utmpx active session file
62 (cd /var/run && cp /dev/null utx.active && chmod 644 utx.active)
/freebsd-9.3-release/sys/dev/syscons/apm/
H A Dapm_saver.c61 if (!apm_softc.initialized || !apm_softc.active)
77 if (!apm_softc.initialized || !apm_softc.active)
/freebsd-9.3-release/tools/regression/filemon/
H A DMakefile67 @echo "Without filemon(4) active:"
69 @echo "With filemon(4) active:"
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Drwlock.h86 unsigned int active; member in struct:isc_rwlock
106 unsigned int active; member in struct:isc_rwlock
H A Dbuffer.h47 * The 'active region' is an (optional) subregion of the remaining region.
49 * that is selected with isc_buffer_setactive(). Initially, the active region
51 * active region will also be empty.
63 * c == active pointer. Meaningful between b and d.
71 * b-c == optional active region.
85 * 0 <= active <= used
86 * (although active < current implies empty active region)
145 ((void *)((unsigned char *)(b)->base + (b)->active)) /*c*/
158 #define isc_buffer_activelength(b) ((b)->active
176 unsigned int active; member in struct:isc_buffer
[all...]
/freebsd-9.3-release/sys/dev/sound/pci/
H A Dcsavar.h36 int (*active)(int); member in struct:csa_card
/freebsd-9.3-release/sys/i386/bios/
H A Dapm.h38 int initialized, active, running, bios_busy; member in struct:apm_softc

Completed in 187 milliseconds

12345678910