Searched refs:new_table (Results 1 - 17 of 17) sorted by relevance

/freebsd-current/contrib/com_err/
H A Dcom_err.c157 add_to_error_table(struct et_list *new_table) argument
162 if (et->table->base == new_table->table->base)
166 new_table->next = _et_list;
167 _et_list = new_table;
H A Dcom_err.h74 add_to_error_table (struct et_list *new_table);
/freebsd-current/crypto/heimdal/lib/com_err/
H A Dcom_err.c160 add_to_error_table(struct et_list *new_table) argument
165 if (et->table->base == new_table->table->base)
169 new_table->next = _et_list;
170 _et_list = new_table;
H A Dcom_err.h74 add_to_error_table (struct et_list *new_table);
/freebsd-current/contrib/libevent/
H A Dht-internal.h321 struct type **new_table; \
332 if ((new_table = mallocfn(new_len*sizeof(struct type*)))) { \
334 memset(new_table, 0, new_len*sizeof(struct type*)); \
342 elm->field.hte_next = new_table[b2]; \
343 new_table[b2] = elm; \
349 head->hth_table = new_table; \
352 new_table = reallocfn(head->hth_table, new_len*sizeof(struct type*)); \
353 if (!new_table) return -1; \
354 memset(new_table + head->hth_table_length, 0, \
358 for (pE = &new_table[
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dht-internal.h321 struct type **new_table; \
332 if ((new_table = mallocfn(new_len*sizeof(struct type*)))) { \
334 memset(new_table, 0, new_len*sizeof(struct type*)); \
342 elm->field.hte_next = new_table[b2]; \
343 new_table[b2] = elm; \
349 head->hth_table = new_table; \
352 new_table = reallocfn(head->hth_table, new_len*sizeof(struct type*)); \
353 if (!new_table) return -1; \
354 memset(new_table + head->hth_table_length, 0, \
358 for (pE = &new_table[
[all...]
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dst.c365 st_table *new_table; local
369 new_table = alloc(st_table);
370 if (new_table == 0) {
374 *new_table = *old_table;
375 new_table->bins = (st_table_entry **)
378 if (new_table->bins == 0) {
379 free(new_table);
384 new_table->bins[i] = 0;
389 free(new_table->bins);
390 free(new_table);
[all...]
/freebsd-current/usr.sbin/bhyve/
H A Dbasl.c659 struct basl_table *new_table; local
663 new_table = calloc(1, sizeof(struct basl_table));
664 if (new_table == NULL) {
669 new_table->ctx = ctx;
671 snprintf(new_table->fwcfg_name, sizeof(new_table->fwcfg_name),
674 new_table->alignment = alignment;
676 STAILQ_INIT(&new_table->checksums);
677 STAILQ_INIT(&new_table->lengths);
678 STAILQ_INIT(&new_table
[all...]
/freebsd-current/contrib/lutok/
H A Dstate.hpp114 void new_table(void);
H A Doperations.cpp49 s.new_table();
H A Dstate_test.cpp574 ATF_TEST_CASE_WITHOUT_HEAD(new_table); variable
575 ATF_TEST_CASE_BODY(new_table)
578 state.new_table();
1130 ATF_ADD_TEST_CASE(tcs, new_table);
H A Dstate.cpp521 lutok::state::new_table(void) function in class:lutok::state
/freebsd-current/contrib/kyua/utils/config/
H A Dlua_module.cpp115 state.new_table();
117 state.new_table();
H A Dnodes_test.cpp488 state.new_table();
/freebsd-current/contrib/kyua/utils/fs/
H A Dlua_module.cpp236 state.new_table();
/freebsd-current/lib/libc/db/hash/
H A Dhash.c100 int bpages, hdrsize, new_table, nsegs, save_errno; local
122 new_table = _fstat(hashp->fp, &statbuf) == 0 &&
125 new_table = 1;
127 if (new_table) {
181 hashp->new_file = new_table;
/freebsd-current/sys/cam/scsi/
H A Dscsi_sa.c629 struct sa_prot_map *new_table,
1200 sapopulateprots(struct sa_prot_state *cur_state, struct sa_prot_map *new_table, argument
1205 bcopy(sa_prot_table, new_table, min(table_ents * sizeof(*new_table),
1211 new_table[i].value = (uint32_t *)((uint8_t *)cur_state +
1212 new_table[i].offset);

Completed in 145 milliseconds