Searched refs:new_list (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/serf/buckets/
H A Daggregate_buckets.c150 bucket_list_t *new_list; local
152 new_list = serf_bucket_mem_alloc(aggregate_bucket->allocator,
153 sizeof(*new_list));
154 new_list->bucket = prepend_bucket;
155 new_list->next = ctx->list;
157 ctx->list = new_list;
165 bucket_list_t *new_list; local
167 new_list = serf_bucket_mem_alloc(aggregate_bucket->allocator,
168 sizeof(*new_list));
169 new_list
[all...]
H A Dssl_buckets.c1607 bucket_list_t *new_list; local
1609 new_list = serf_bucket_mem_alloc(ctx->ssl_ctx->allocator,
1610 sizeof(*new_list));
1611 new_list->bucket = stream;
1612 new_list->next = NULL;
1614 ctx->ssl_ctx->encrypt.stream_next = new_list;
1621 scan->next = new_list;
/freebsd-11-stable/sys/kern/
H A Dsubr_eventhandler.c70 struct eventhandler_list *list, *new_list; local
79 new_list = malloc(sizeof(*new_list) + strlen(name) + 1,
86 free(new_list, M_EVENTHANDLER);
89 list = new_list;
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dinit.c268 struct ibv_device **new_list; local
272 new_list = realloc(*dev_list, *list_size * sizeof (struct ibv_device *));
273 if (!new_list)
275 *dev_list = new_list;
/freebsd-11-stable/sys/netinet/
H A Dsctp_auth.c85 sctp_auth_chklist_t *new_list; local
91 new_list = sctp_alloc_chunklist();
92 if (new_list == NULL)
95 memcpy(new_list, list, sizeof(*new_list));
97 return (new_list);
639 sctp_hmaclist_t *new_list; local
642 alloc_size = sizeof(*new_list) + num_hmacs * sizeof(new_list->hmac[0]);
643 SCTP_MALLOC(new_list, sctp_hmaclist_
693 sctp_hmaclist_t *new_list; local
713 sctp_hmaclist_t *new_list; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-operands.c463 struct def_optype_d new_list; local
467 new_list.next = NULL;
468 last = &new_list;
511 DEF_OPS (stmt) = new_list.next;
548 struct use_optype_d new_list; local
551 new_list.next = NULL;
552 last = &new_list;
572 USE_OPS (stmt) = new_list.next;
615 struct maydef_optype_d new_list; local
620 new_list
717 struct vuse_optype_d new_list; local
858 struct mustdef_optype_d new_list; local
[all...]
H A Dfix-header.c713 const char *new_list;
719 new_list = "_filbuf\0_flsbuf\0";
721 new_list = "_flsbuf\0";
723 new_list = "_filbuf\0";
724 add_symbols (ANSI_SYMBOL, new_list);
712 const char *new_list; local
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h284 #define OSAL_LIST_SPLICE_TAIL_INIT(new_list, list) \
286 ((new_list)->tail)->next = ((list)->head); \
287 ((list)->head)->prev = ((new_list)->tail); \
288 (list)->head = (new_list)->head; \
289 (list)->cnt = (list)->cnt + (new_list)->cnt; \
290 OSAL_LIST_INIT(new_list); \
/freebsd-11-stable/contrib/ldns/
H A Drr.c1397 ldns_rr_list *new_list; local
1404 new_list = ldns_rr_list_new();
1405 if (!new_list) {
1414 ldns_rr_list_deep_free(new_list);
1417 ldns_rr_list_push_rr(new_list, r);
1419 return new_list;
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dzfsboot517 local disk name new_list=
523 new_list="$new_list $disk"
525 disks="${new_list# }"

Completed in 186 milliseconds