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

123456789

/freebsd-10.0-release/contrib/apr-util/buckets/
H A Dapr_buckets_alloc.c128 apr_memnode_t *active = list->blocks; local
138 endp = active->first_avail + SMALL_NODE_SIZE;
139 if (endp >= active->endp) {
142 list->blocks = active;
145 list->blocks->next = active;
146 active = list->blocks;
147 endp = active->first_avail + SMALL_NODE_SIZE;
149 node = (node_header_t *)active->first_avail;
151 node->memnode = active;
153 active
[all...]
/freebsd-10.0-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-10.0-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-10.0-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-10.0-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-10.0-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-10.0-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-10.0-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-10.0-release/contrib/serf/buckets/
H A Dallocator.c189 apr_memnode_t *active = allocator->blocks; local
191 if (active == NULL
192 || active->first_avail + STANDARD_NODE_SIZE >= active->endp) {
196 active = apr_allocator_alloc(allocator->allocator, ALLOC_AMT);
199 if (active == NULL)
203 allocator->blocks = active;
204 active->next = head;
207 node = (node_header_t *)active->first_avail;
209 active
[all...]
/freebsd-10.0-release/sys/i386/include/
H A Dpcaudioio.h54 unsigned char active; /* !=0 if sound hardware is active */ member in struct:audio_prinfo
/freebsd-10.0-release/sys/dev/nand/
H A Dnand_bbt.c55 enum bbt_place active; member in struct:nand_bbt
88 bbt->active = BBT_NONE;
112 if (bbt->active == BBT_NONE) {
113 bbt->active = BBT_PRIMARY;
152 if (bbt->active == BBT_PRIMARY) {
174 bbt->active = next;
204 bbt->active = BBT_PRIMARY;
213 bbt->active = BBT_SECONDARY;
218 if (bbt->active != BBT_NONE)
/freebsd-10.0-release/contrib/apr/memory/unix/
H A Dapr_pools.c514 apr_memnode_t *active; member in struct:apr_pool_t
670 apr_memnode_t *active, *node; local
681 active = pool->active;
683 /* If the active node has enough bytes left, use it. */
684 if (size <= node_free_space(active)) {
685 mem = active->first_avail;
686 active->first_avail += size;
691 node = active->next;
709 list_insert(node, active);
759 apr_memnode_t *active; local
800 apr_memnode_t *active; local
1049 apr_memnode_t *node, *active; local
1122 apr_memnode_t *active, *node; local
[all...]
/freebsd-10.0-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-10.0-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-10.0-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-10.0-release/tools/regression/filemon/
H A DMakefile67 @echo "Without filemon(4) active:"
69 @echo "With filemon(4) active:"
/freebsd-10.0-release/contrib/ntp/include/isc/
H A Dbuffer.h48 * The 'active region' is an (optional) subregion of the remaining region.
50 * that is selected with isc_buffer_setactive(). Initially, the active region
52 * active region will also be empty.
63 * c == active pointer. Meaningful between b and d.
71 * b-c == optional active region.
83 * 0 <= active <= used
84 * (although active < current implies empty active region)
139 ((void *)((unsigned char *)(b)->base + (b)->active)) /*c*/
150 #define isc_buffer_activelength(b) ((b)->active
166 unsigned int active; member in struct:isc_buffer
[all...]
/freebsd-10.0-release/sys/dev/sound/pci/
H A Dcsavar.h36 int (*active)(int); member in struct:csa_card
/freebsd-10.0-release/sys/i386/bios/
H A Dapm.h38 int initialized, active, running, bios_busy; member in struct:apm_softc
/freebsd-10.0-release/lib/libc/stdlib/
H A Dgetenv.c69 * active state: true/false value to signify whether variable is active.
71 * co-exist. At most, one variable can be active at any
81 bool active; member in struct:envVars
88 * envActive: Number of active variables in array.
90 * envVarsTotal: Number of total variables in array (active or not).
154 * active are returned else all are.
163 * active). A variable created by putenv is always active, or it is not
173 } else if ((!onlyActive || envVars[ndx].active)
[all...]
/freebsd-10.0-release/sys/boot/i386/mbr/
H A Dmbr.s18 # A 512 byte MBR boot manager that simply boots the active partition.
54 # Scan the partition table looking for an active entry. Note that %ch is
56 # the active partition in %si and scan the entire table to ensure that only
57 # one partition is marked active.
59 main: xorw %si,%si # No active partition
67 movw %bx,%si # Point to active
74 # Ok, we've found a possible active partition. Check to see that the drive
/freebsd-10.0-release/sbin/dhclient/
H A Ddhclient.c199 if (ifi->client->active != NULL) {
202 ifi->client->active);
256 for (l = ifi->client->active; l != NULL; l = l->next)
567 * In the active lease, these control the process of renewing the lease;
577 /* If we don't remember an active lease, go straight to INIT. */
578 if (!ip->client->active || ip->client->active->is_bootp) {
593 make_request(ip, ip->client->active);
618 make_discover(ip, ip->client->active);
814 if (ip->client->active
[all...]

Completed in 166 milliseconds

123456789