Home
last modified time | relevance | path

Searched refs:newhead (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsort.c124 struct ptr_list *newhead = b1; in merge_block_seqs() local
134 return newhead; in merge_block_seqs()
147 return newhead; in merge_block_seqs()
179 return newhead; in merge_block_seqs()
202 if (b1 == newhead) { in merge_block_seqs()
204 newhead = l; in merge_block_seqs()
215 return newhead; in merge_block_seqs()
248 struct ptr_list *next, *newhead; in sort_list() local
275 newhead = merge_block_seqs (block1, blocks, in sort_list()
279 verify_seq_sorted (newhead, blocks + i, cmp); in sort_list()
[all …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_tsearchhash.c353 struct hs_base newhead; in resize_table() local
358 newhead = *head; in resize_table()
360 newhead.hashtab_ = 0; in resize_table()
361 newhead.record_count_ = 0; in resize_table()
372 if( newhead.allowed_fill_< (newhead.tablesize_/2)) { in resize_table()
377 newhead.hashtab_ = calloc(sizeof(struct ts_entry),newhead.tablesize_); in resize_table()
378 if(!newhead.hashtab_) { in resize_table()
381 free(newhead.hashtab_); in resize_table()
399 &newhead,compar, in resize_table()
422 free(newhead.hashtab_); in resize_table()
[all …]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_getalias.c194 char *tmp, *newhead; in __getldapaliasbyname() local
199 newhead = tmp; in __getldapaliasbyname()
202 tmp != newhead) { in __getldapaliasbyname()
205 len = len + comma + strlen(newhead); in __getldapaliasbyname()
222 (void) strcat(answer, newhead); in __getldapaliasbyname()
/illumos-gate/usr/src/lib/libsasl/lib/
H A Ddlopen.c395 lib_list_t *newhead; in _sasl_get_plugin() local
407 newhead = sasl_ALLOC(sizeof(lib_list_t)); in _sasl_get_plugin()
408 if(!newhead) return SASL_NOMEM; in _sasl_get_plugin()
421 sasl_FREE(newhead); in _sasl_get_plugin()
427 sasl_FREE(newhead); in _sasl_get_plugin()
433 newhead->library = library; in _sasl_get_plugin()
435 newhead->next = gctx->lib_list_head; in _sasl_get_plugin()
436 gctx->lib_list_head = newhead; in _sasl_get_plugin()
439 newhead->next = lib_list_head; in _sasl_get_plugin()
440 lib_list_head = newhead; in _sasl_get_plugin()
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dform.c78 FIELD *newhead; in insert() local
82 p = newhead = head; in insert()
102 newhead = f; /* insert at head of list */ in insert()
104 newhead = f->sprev = f->snext = f; /* initialize new list */ in insert()
106 return (newhead); in insert()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dgram.y499 struct namelist *new, *newhead = (struct namelist *) NULL; local
506 if (newhead == (struct namelist *) NULL)
507 newhead = new;
520 return (newhead);
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c2247 mblk_t *newhead; in bridge_recv_cb() local
2255 newhead = mpnext; in bridge_recv_cb()
2311 if (mp == newhead) in bridge_recv_cb()
2312 newhead = mpnext; in bridge_recv_cb()
2337 mpnext = newhead; in bridge_recv_cb()