Home
last modified time | relevance | path

Searched refs:next_free (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/tic/
H A Dtic_parse.c107 int next_free; /* next free character in string_table */ variable
696 l_next_free = next_free; in write_object()
761 if (next_free % 256 == 255) in save_str()
762 string_table[next_free++] = '\0'; in save_str()
764 old_next_free = next_free; in save_str()
774 while (table_size <= next_free + strlen(string)) { in save_str()
782 strcpy(&string_table[next_free], string); in save_str()
784 DEBUG(7, "at location %d\n", next_free); in save_str()
785 next_free += strlen(string) + 1; in save_str()
812 next_free = 0; in init_structure()
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_main.c438 dmfep->rx.next_free = 0; in dmfe_init_rings()
470 dmfep->tx.next_free = dmfep->tx.next_busy = 0; in dmfe_init_rings()
639 index = dmfep->rx.next_free; in dmfe_getp()
768 dmfep->rx.next_free = index; in dmfe_getp()
951 if (i == dmfep->tx.next_free) in dmfe_reclaim_tx_desc()
978 if (i == dmfep->tx.next_free) in dmfe_reclaim_tx_desc()
1051 index = dmfep->tx.next_free; in dmfe_send_msg()
1052 dmfep->tx.next_free = NEXT(index, dmfep->tx.n_desc); in dmfe_send_msg()
1053 ASSERT(dmfep->tx.next_free != dmfep->tx.next_busy); in dmfe_send_msg()
H A Ddmfe_impl.h77 uint32_t next_free; /* next index to use/check */ member
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_page.c1612 db_pgno_t new_addr, next_free, newalloc_flag; local
1634 next_free = NEXT_PGNO(p);
1648 next_free = PGNO_INVALID;
1657 dbp->log_fileid, new_addr, next_free,
1668 hcp->hdr->last_freed = next_free;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c183 svc_input_id_t next_free; member
217 user_fd_mgt_array[(int)id].data.next_free = first_free; in _svc_free_id()
258 first_free = user_fd_mgt_array[selected_index].data.next_free; in _svc_attribute_new_id()