Searched refs:previous (Results 1 - 25 of 79) sorted by relevance

1234

/freebsd-10-stable/lib/csu/powerpc64/
H A Dcrti.S36 .previous
52 .previous
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_entry_link_resolver.c72 struct links_entry *previous; member in struct:links_entry
297 if (le->previous != NULL)
298 le->previous->next = le->next;
300 le->next->previous = le->previous;
337 le->next->previous = le->previous;
338 if (le->previous != NULL)
339 le->previous->next = le->next;
373 res->buckets[bucket]->previous
[all...]
H A Darchive_read_support_format_cpio.c167 struct links_entry *previous; member in struct:links_entry
1050 if (le->previous != NULL)
1051 le->previous->next = le->next;
1053 le->next->previous = le->previous;
1071 cpio->links_head->previous = le;
1073 le->previous = NULL;
/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
H A Dosm_perfmgr_db.c178 * Dump a reading vs the previous reading to stdout
251 perfmgr_db_err_reading_t *previous = NULL; local
261 previous = &(node->ports[port].err_previous);
265 epi_pe_data.time_diff_s = (reading->time - previous->time);
269 /* calculate changes from previous reading */
271 (reading->symbol_err_cnt - previous->symbol_err_cnt);
274 (reading->link_err_recover - previous->link_err_recover);
277 (reading->link_downed - previous->link_downed);
279 epi_pe_data.rcv_err = (reading->rcv_err - previous->rcv_err);
282 (reading->rcv_rem_phys_err - previous
342 perfmgr_db_err_reading_t *previous = NULL; local
393 perfmgr_db_data_cnt_reading_t *previous = NULL; local
467 perfmgr_db_data_cnt_reading_t *previous = NULL; local
[all...]
/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Dppc-asm.h107 .previous; \
133 .previous; \
163 .previous
/freebsd-10-stable/sys/i386/linux/
H A Dlinux_locore.s65 .previous
118 .previous
149 .previous
/freebsd-10-stable/sys/amd64/linux32/
H A Dlinux32_locore.s72 .previous
125 .previous
156 .previous
/freebsd-10-stable/sys/kern/
H A Dsubr_acl_nfs4.c370 struct acl_entry *entry, *copy, *previous, local
468 previous = &(aclp->acl_entry[i - 1]);
473 if (previous->ae_entry_type != ACL_ENTRY_TYPE_DENY)
484 if (previous->ae_id != entry->ae_id ||
485 previous->ae_tag != entry->ae_tag)
488 if (previous->ae_flags)
497 if (previous->ae_perm & ~(entry->ae_perm))
500 if (previous->ae_perm & ~(ACL_READ_DATA |
512 previous = entry;
518 previous
[all...]
/freebsd-10-stable/sys/amd64/linux/
H A Dlinux_locore.s76 .previous
108 .previous
/freebsd-10-stable/usr.bin/du/
H A Ddu.c347 struct links_entry *previous; member in struct:links_entry
407 new_buckets[hash]->previous =
410 le->previous = NULL;
429 if (le->previous != NULL)
430 le->previous->next = le->next;
432 le->next->previous = le->previous;
469 le->previous = NULL;
471 buckets[hash]->previous = le;
/freebsd-10-stable/libexec/bootpd/
H A Dhash.c165 * Hopefully, this function is better than the previous one which returned
268 hash_member *previous = NULL;
295 previous = memberptr;
301 previous->next = memberptr = memberptr->next;
309 previous = memberptr;
262 hash_member *previous = NULL; local
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dstring_table.c53 struct builder_string_t *previous;
196 to_insert->previous = current->previous;
199 if (to_insert->previous == NULL)
205 builder_string_t *previous = to_insert->previous;
207 = match_length(&previous->string, &to_insert->string);
209 previous->next = to_insert;
210 previous->next_match_len = to_insert->previous_match_len;
213 current->previous
51 struct builder_string_t *previous; member in struct:builder_string_t
202 builder_string_t *previous = to_insert->previous; local
[all...]
/freebsd-10-stable/usr.bin/csup/
H A Dstatus.c80 struct statusrec *previous; member in struct:status
243 if (st->previous != NULL &&
244 statusrec_cmp(st->previous, &sr) >= 0) {
250 if (st->previous == NULL) {
251 st->previous = &st->buf;
253 statusrec_fini(st->previous);
254 statusrec_init(st->previous);
256 st->previous->sr_type = sr.sr_type;
257 st->previous->sr_file = sr.sr_file;
259 return (st->previous);
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache-membuffer.c74 * entries. Every USED entry has a reference to the previous and the next
405 /* Reference to the previous used entry in the order defined by offset.
410 apr_uint32_t previous; member in struct:entry_t
436 apr_uint32_t previous; member in struct:group_header_t
814 header->previous = NO_INDEX;
863 assert(group->header.previous != NO_INDEX);
867 cache->directory[group->header.previous].header.next = NO_INDEX;
869 group->header.previous = NO_INDEX;
957 entry->previous = NO_INDEX;
966 entry->previous
1055 entry_t *previous = get_entry(cache, entry->previous); local
[all...]
/freebsd-10-stable/sys/dev/ofw/
H A Dofw_fdt.c271 * -1: package or previous property does not exist
276 ofw_fdt_nextprop(ofw_t ofw, phandle_t package, const char *previous, char *buf, argument
292 if (previous != NULL) {
304 if (strcmp(name, previous) == 0)
H A Dofw_standard.c85 static int ofw_std_nextprop(ofw_t ofw, phandle_t package, const char *previous,
358 ofw_std_nextprop(ofw_t ofw, phandle_t package, const char *previous, char *buf, argument
366 cell_t previous; member in struct:__anon9728
376 args.previous = (cell_t)previous;
/freebsd-10-stable/contrib/gcc/
H A Dggc-page.c265 /* The previous page-entry with objects of the same size, or NULL if
1145 /* First try to use the hint left from the previous allocation
1401 PE is the node we want to move. Q is the previous node
1533 the special orders. All objects bigger than the previous power
1667 page_entry *p, *previous;
1674 previous = NULL;
1701 if (! previous)
1704 previous->next = next;
1708 next->prev = previous;
1712 G.page_tails[order] = previous;
1662 page_entry *p, *previous; local
[all...]
H A Dcgraph.c189 cgraph_nodes->previous = node;
190 node->previous = NULL;
549 if (node->previous)
550 node->previous->next = node->next;
554 node->next->previous = node->previous;
556 node->previous = NULL;
/freebsd-10-stable/lib/libdevstat/
H A Ddevstat.h169 struct devstat *previous,
H A Ddevstat.c52 compute_stats(struct devstat *current, struct devstat *previous,
687 * any previous selections are erased and
1166 compute_stats(struct devstat *current, struct devstat *previous, argument
1173 return(devstat_compute_statistics(current, previous, etime,
1212 (current->field[(index)] - (previous ? previous->field[(index)] : 0))
1216 (previous ? &previous->field : NULL))
1219 devstat_compute_statistics(struct devstat *current, struct devstat *previous, argument
/freebsd-10-stable/share/examples/ipfw/
H A Dchange_rules.sh37 # If no answer is received in 30 seconds, the previous
42 # the previous ones will be copied to ${firewall_script}.{date}. Mail
147 The new rules are now installed. The previous rules have been preserved in
/freebsd-10-stable/sys/boot/ofw/libofw/
H A Dopenfirm.c297 OF_nextprop(phandle_t package, char *previous, char *buf) argument
304 cell_t previous; member in struct:__anon6477
314 args.previous = (cell_t)previous;
/freebsd-10-stable/sys/sparc64/include/
H A Dktr.h45 .previous ; \
H A Dasmacros.h173 .previous ; \
191 .previous ; \
/freebsd-10-stable/sys/powerpc/ofw/
H A Dofw_real.c91 static int ofw_real_nextprop(ofw_t, phandle_t package, const char *previous,
536 ofw_real_nextprop(ofw_t ofw, phandle_t package, const char *previous, argument
545 cell_t previous; member in struct:__anon11371
557 args.previous = ofw_real_map(previous, (previous != NULL) ? (strlen(previous) + 1) : 0);

Completed in 226 milliseconds

1234