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

/freebsd-9.3-release/sys/kern/
H A Dsubr_eventhandler.c75 struct eventhandler_list *new_list; local
93 new_list = malloc(sizeof(struct eventhandler_list) +
100 free(new_list, M_EVENTHANDLER);
103 list = new_list;
/freebsd-9.3-release/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 bcopy(list, new_list, sizeof(*new_list));
97 return (new_list);
651 sctp_hmaclist_t *new_list; local
654 alloc_size = sizeof(*new_list) + num_hmacs * sizeof(new_list->hmac[0]);
655 SCTP_MALLOC(new_list, sctp_hmaclist_
706 sctp_hmaclist_t *new_list; local
726 sctp_hmaclist_t *new_list; local
[all...]
/freebsd-9.3-release/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-9.3-release/contrib/ofed/libibverbs/src/
H A Dinit.c487 struct ibv_device **new_list; local
491 new_list = realloc(*dev_list, *list_size * sizeof (struct ibv_device *));
492 if (!new_list)
494 *dev_list = new_list;
/freebsd-9.3-release/usr.sbin/bsdinstall/scripts/
H A Dzfsboot459 local disk name new_list=
465 new_list="$new_list $disk"
467 disks="${new_list# }"

Completed in 183 milliseconds