Home
last modified time | relevance | path

Searched refs:next (Results 2351 – 2375 of 2483) sorted by relevance

1...<<919293949596979899100

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c894 u8 *next = base; in ecore_get_n_elements() local
907 mm_memcpy(next, &pos->u, size); in ecore_get_n_elements()
910 counter, next); in ecore_get_n_elements()
911 next += stride + size; in ecore_get_n_elements()
1500 list_entry((pos)->member.next, typeof(*(pos)), member)
/illumos-gate/usr/src/cmd/lp/model/
H A Dstandard664 # of next line), but we can't capture it like we do the
1065 # let the next job start on a new page. (If someone wants to
H A Dtsol_standard680 # of next line), but we can't capture it like we do the
1148 # let the next job start on a new page. (If someone wants to
H A Dtsol_standard_foomatic707 # of next line), but we can't capture it like we do the
1177 # let the next job start on a new page. (If someone wants to
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_hal.h945 uint32_t phyAddr, struct ath_desc *next,
/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/os/
H A Daio.c899 aio_req_t *reqp, *found, *next; in aiosuspend() local
1069 for (reqp = found; reqp != NULL; reqp = next) { in aiosuspend()
1070 next = reqp->aio_req_next; in aiosuspend()
/illumos-gate/usr/src/uts/common/gssapi/
H A Dgssd_clnt_stubs.c2808 tmp->next = mech; in __kgss_add_mechanism()
2838 mech = mech->next; in __kgss_get_mechanism()
/illumos-gate/usr/src/contrib/mDNSResponder/Clients/
H A Ddns-sd.c974 unsigned char *next = (unsigned char *)rd; in ParseDNSSECRecords() local
985 bmap = (unsigned char *)((unsigned char *)next + len); in ParseDNSSECRecords()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME133 timer which will next fire, and use this to set its timeout value in
314 to place a cap on the next timeout; this is done for DHCPv6 in
H A DREADME.v6494 The next part is in minimizing DLPI usage. A DLPI stream is needed
627 (shorter timeouts) as the next state gets nearer. DHCPv6 treats
694 next start-up, and we'll thus lose our leases across a reboot.
819 next dhcp_smach_t.dsm_next
/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
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c2144 stbl[i].next = tmp->next; in report()
/illumos-gate/usr/src/data/zoneinfo/
H A Dnorthamerica40 # railway scheduling. By the next convention on 1883-10-11 nearly all
475 # it's commonly referred to as Beulah-Hazen, with Hazen being the next
659 # Alaska time (including daylight saving time) starting next year.
1317 # adjust daylight savings next year to align with changes in the
1748 # Standard Time in the morning of the last Sunday of October next
2479 # next year.... The Supreme Court's ruling takes effect at 2:00
3053 # the 3 years of permanent DST next weekend, see
3301 # provinces], Haiti will move to Eastern Daylight Time in the night from next
3315 # next year or if they will extend their DST like US/Canada next year).
/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
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c693 ipsa_t *entry, *next; in sadb_walker() local
698 entry = next) { in sadb_walker()
699 next = entry->ipsa_next; in sadb_walker()
4196 newbie->next = haspeerlist;
4229 newbie->next = haspeerlist;
7888 haspeerlist = listptr->next;
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c5916 id_t next = contract_plookup(p, n, zid); in pr_readdir_ctdir() local
5917 if (next == -1) { in pr_readdir_ctdir()
5921 error = gfs_readdir_emitn(&gstate, uiop, next, in pr_readdir_ctdir()
5922 pmkino(next, pslot, PR_CT), next); in pr_readdir_ctdir()
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c3026 mblk_t *next; in iwh_m_tx() local
3052 next = mp->b_next; in iwh_m_tx()
3055 mp->b_next = next; in iwh_m_tx()
3058 mp = next; in iwh_m_tx()
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c2383 goto next; in page_freelist_coalesce()
2423 next: in page_freelist_coalesce()
3459 for (mseg = memsegs; mseg != NULL; mseg = mseg->next) { in page_geti_contig_pages()
/illumos-gate/usr/src/grub/grub-0.97/
H A DNEWS6 is the number of next boot entry or the special keyword `fallback'.
19 is the number of next boot entry or the special keyword `fallback'.
/illumos-gate/usr/src/cmd/format/
H A Dctlr_scsi.c3050 chglist = chglist->next; in apply_chg_list()
3068 chglist = chglist->next; in chg_list_affects_page()
/illumos-gate/usr/src/boot/forth/
H A Dmenu.4th196 \ increments the cursor position to the next row for the creation of the next
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsetlocale.c120 for (ap = lc->attributes; ap; ap = ap->next) in native_locale()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dkrb5_decode.c549 tmpbody.data = subbuf.next; in decode_krb5_safe_with_body()
/illumos-gate/usr/src/boot/i386/btx/btx/
H A Dbtx.S154 inc %di # Address next

1...<<919293949596979899100