Home
last modified time | relevance | path

Searched refs:next (Results 176 – 200 of 2483) sorted by last modified time

12345678910>>...100

/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.S2230 ! Repeat the same for next 32 bytes.
2276 ! Repeat the same for next 32 bytes.
2461 sll %i4, 8, %i4 ! make room for next byte
2543 .empty ! allow next instruction in delay slot
2566 sll %i4, 8, %i4 ! make room for next byte
2658 ldub [%i0], %o4 ! read next byte
4634 ldub [%o0 + %o3], %o4 ! load next byte
H A Dgeneric_copy.S153 sll %i4, 8, %i4 ! make room for next byte
235 .empty ! allow next instruction in delay slot
258 sll %i4, 8, %i4 ! make room for next byte
352 ldub [%i0], %o4 ! read next byte
714 ldub [%o0 + %o3], %o4 ! load next byte
1045 sub %o0, 2, %o0 ! get next byte
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common_asm.S2325 dec %l4 ! next 64-byte block
2598 bnz,a %icc, 3b ! If locked, look at next
H A Dspitfire_copy.S1630 sll %i4, 8, %i4 ! make room for next byte
1712 .empty ! allow next instruction in delay slot
1735 sll %i4, 8, %i4 ! make room for next byte
1845 ldub [%i0], %o4 ! read next byte
2449 ldub [%o0 + %o3], %o4 ! load next byte
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.S55 ! intr_head[pil] to next intr_vec_t on the list and clear softint
56 ! %clear_softint, if next intr_vec_t is NULL.
78 ldn [%g7], %g3 ! %g3 = next intr_vec_t
79 brnz,pn %g3, 2f ! branch if next intr_vec_t non NULL
98 stna %g3, [%g5 + TRAP_ENT_F1]%asi ! trap_f1 = next intr_vec
462 ! Could eliminate the next two instructions with a little work.
777 ! the next thread to run.
1634 ! Insert next intr_vec_t (iv) to appropriate cpu's softint priority list
1698 ldn [%g3 + IV_VEC_NEXT], %g3 ! %g3 = pointer to next intr_vec_t (iv)
H A Dip_ocsum.S359 prefetch [%i0], #n_reads ! next cacheline
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsparcv9_subr.S241 save %sp, -SA(WINDOWSIZE), %sp ! goto next window so that we can rtn
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h376 sfmmu_t *next; member
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c5505 hldev->free_channels.next; in xge_hal_device_terminate()
H A Dxge-queue.c55 elem = (xge_queue_item_t *)queue->list_head.next; in __queue_consume()
349 queue->list_head.next = (xge_list_t *) (void *)((char *)newbuf + in __io_queue_grow()
350 ((char *)queue->list_head.next - (char *)oldbuf)); in __io_queue_grow()
356 if (elem->item.next != &queue->list_head) { in __io_queue_grow()
357 elem->item.next = in __io_queue_grow()
359 ((char *)elem->item.next - (char *)oldbuf)); in __io_queue_grow()
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_tx.c896 pTxPkt->lm_pkt.link.next = NULL; in BnxeTxSendMblk()
/illumos-gate/usr/src/uts/common/io/bnx/include/
H A Dlistq.h78 struct _s_list_entry_t *next; member
127 s_entry->next = s_list->head; in s_list_push_head()
172 s_list->tail->next = s_entry; in s_list_push_tail()
207 return s_entry->next; in s_list_next_entry()
274 if (split_entry->next == NULL) { in s_list_split()
289 split_entry->next = NULL; in s_list_split()
412 struct _d_list_entry_t *next; member
463 d_entry->next = d_list->head; in d_list_push_head()
581 return d_entry->next; in d_list_next_entry()
601 d_entry->prev->next = d_entry->next; in d_list_remove_entry()
[all …]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1170 # define m_next next
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c4369 ipstate_t *is, *next, zero; local
4391 next = ifs->ifs_ips_list;
4393 next = is->is_next;
4402 if (next != NULL) {
4404 next->is_ref++;
4406 token->ipt_data = next;
4409 next = &zero;
4421 error = COPYOUT(next, dst, sizeof(*next));
4440 dst += sizeof(*next);
4441 is = next;
[all …]
H A Dip_auth.c865 frauthent_t *fae, *next, zero; local
881 next = ifs->ifs_fae_list;
883 next = fae->fae_next;
890 if (next != NULL) {
891 ATOMIC_INC(next->fae_ref);
892 token->ipt_data = next;
895 next = &zero;
907 error = COPYOUT(next, itp->igi_data, sizeof(*next));
918 if (next->fae_next == NULL)
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dkfree.c414 nxt = dn->next; in cleanup_dk_list()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h409 struct _dk_node *next; member
H A Dk5-int.h2304 struct srv_dns_entry *next; member
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/dk/
H A Dderive.c57 dknode = dknode->next; in find_derived_key()
85 while (dknode->next != NULL) in add_derived_key()
86 dknode = dknode->next; in add_derived_key()
87 dknode->next = MALLOC(sizeof(krb5_dk_node)); in add_derived_key()
88 if (dknode->next == NULL) in add_derived_key()
90 dknode = dknode->next; in add_derived_key()
95 dknode->next = NULL; in add_derived_key()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c504 lnode->next = NULL; in _glh_add_history()
658 node = node->next; in _glh_find_forwards()
1668 seg->next = seg + 1; in _glh_resize_history()
1715 buffer[nbusy].next = seg->next ? &buffer[nbusy+1] : NULL; in _glh_resize_history()
1837 seg->next = seg + 1; in _glh_clear_history()
1860 next = node->next; in _glh_clear_history()
1900 node->prev->next = node->next; in _glh_discard_line()
1903 if(node->next) in _glh_discard_line()
2225 seg->next = NULL; in _glh_acquire_copy()
2281 prev->next = hnode->next; in _glh_discard_copy()
[all …]
H A Dexpand.c180 ef->cache.next = NULL; in new_ExpandFile()
694 if(!cache->next) { in ef_open_dir()
704 node->next = NULL; in ef_open_dir()
730 node = cache->next; in ef_open_dir()
742 cache->next = node->next; in ef_open_dir()
744 node->prev->next = node->next; in ef_open_dir()
746 cache->head = node->next; in ef_open_dir()
747 if(node->next) in ef_open_dir()
782 node->next = NULL; in ef_close_dir()
788 if(!cache->next) in ef_close_dir()
[all …]
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c381 new->next = *app;
933 for(ap=stp->ap; ap && ap->next; ap=ap->next){
934 for(nap=ap->next; nap && nap->sp==ap->sp; nap=nap->next){
1102 cfp->next = 0;
1130 cfp->next = 0;
1542 char **next;
3609 for(ap2=ap->next; ap2; ap2=ap2->next){
3632 for(ap=ap->next; ap; ap=ap->next){
3802 np = np->next;
3853 np = np->next;
[all …]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java248 List next = null; field in ServiceStoreInMemory.List
263 newRec.next = next; in insertAfter()
266 if (next != null) { in insertAfter()
267 next.prev = newRec; in insertAfter()
271 this.next = newRec; in insertAfter()
281 if (next != null) { in delete()
282 next.prev = prev; in delete()
286 prev.next = next; in delete()
291 next = null; in delete()
332 for (l = l.next; l != null; l = l.next) { in setReturn()
[all …]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dserver.c412 m = m->next;
574 m=m->next;
641 m = m->next)
1723 m=m->next;
1812 for(cur = *prev; cur; prev=&cur->next,cur=cur->next) {
1826 (*prev)->next = cur->next;
2160 next = retval->next;
2164 next = retval->next;
2165 } while(next);
2172 next->next = NULL;
[all …]
H A Dcommon.c1296 struct reg_list *next; member
1317 prev->next = r->next; in _is_sun_reg()
1334 r->next = reg_list_base; in _register_plugin()
2431 p_next = p->next; in _sasl_build_mechlist()
2434 for(q = clist; q; q = q->next) { in _sasl_build_mechlist()
2440 last = &(q->next); in _sasl_build_mechlist()
2445 p->next = NULL; in _sasl_build_mechlist()
2484 p_next = p->next; in _sasl_build_mechlist()
2682 reg_list_t *next; in sasl_fini() local
2685 next = reg_list_base->next; in sasl_fini()
[all …]

12345678910>>...100