Searched refs:new_cons (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/gperf/src/
H A Dkeyword-list.cc54 Keyword_List *new_cons = new Keyword_List (list->first()); local
55 *lastp = new_cons;
56 lastp = &new_cons->rest();
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c3451 uint16_t new_cons; local
3460 new_cons = (tx_buf->first_bd + nbd);
3473 return (new_cons);

Completed in 273 milliseconds