Searched refs:next (Results 1451 - 1475 of 2472) sorted by relevance

<<51525354555657585960>>

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.c513 * returns the number of milliseconds until the next timeout event
520 uint_t next = TIMER_INFINITY; local
530 next = advertise_event(pi, ADV_TIMER, elapsed);
546 next = solicit_event(pi, SOL_TIMER, elapsed);
568 return (next);
848 * and returns the number of milliseconds until the next timeout event
1771 * returns the number of milliseconds until the next timeout event.
1777 uint_t next = TIMER_INFINITY; local
1792 return (next);
1800 if (pr->pr_PreferredLifetime < next)
2188 uint_t next = TIMER_INFINITY; local
[all...]
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c861 tail->next = adapter->dmahdl_pool;
873 adapter->dmahdl_pool = dmah->next;
874 dmah->next = NULL;
929 tail->next = dmah;
1012 /* Move to the next descriptor */
1059 hdlp = hdlp->next;
1069 tail->next = dmah;
1218 rx_buffer->next = rcv_desc->pool_list;
1402 dmah = dmah->next;
1410 tail->next
2435 mblk_t *next; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h572 mDNSu8 pro; // Type of next header: 0x06 = TCP, 0x11 = UDP, 0x3A = ICMPv6
812 struct TrustAnchor *next; member in struct:TrustAnchor
997 domainname *next; //placeholders are uncommented because C89 in Windows requires that a struct has at least a member. member in struct:__anon51
1234 tcpLNTInfo *next; member in struct:tcpLNTInfo_struct
1265 NATTraversalInfo *next; member in struct:NATTraversalInfo_struct
1268 mDNSs32 retryInterval; // Current interval, between last packet we sent and the next one
1269 mDNSs32 retryPortMap; // If Protocol is nonzero, time to send our next mapping packet
1283 // we'd like to get, the next time we meet an accomodating NAT gateway willing to give us one).
1286 // Again, RequestedPort retains the external port we'd like to get the next time we find ourself behind a NAT gateway.
1337 struct McastResolver *next; member in struct:McastResolver
1362 struct DNSServer *next; member in struct:DNSServer
1454 AuthGroup *next; // Next AuthGroup object in this hash table bucket member in struct:AuthGroup_struct
1472 union AuthEntity_union { AuthEntity *next; AuthGroup ag; }; member in union:AuthEntity_union
1505 AuthRecord *next; // Next in list; first element of structure for efficiency reasons member in struct:AuthRecord_struct
1632 struct ARListElem *next; member in struct:ARListElem
1638 CacheRecord *next; // Next in list; first element of structure for efficiency reasons member in struct:CacheRecord_struct
1671 CacheGroup *next; member in struct:CacheGroup_base
1680 CacheGroup *next; // Next CacheGroup object in this hash table bucket member in struct:CacheGroup_struct
1691 union CacheEntity_union { CacheEntity *next; CacheGroup cg; CacheRecord cr; }; member in union:CacheEntity_union
1702 struct HostnameInfo *next; member in struct:HostnameInfo
1714 ExtraResourceRecord *next; member in struct:ExtraResourceRecord_struct
1824 struct DomainAuthInfo *next; member in struct:DomainAuthInfo
1905 DNSQuestion *next; member in struct:DNSQuestion_struct
2083 struct DNameListElem *next; member in struct:DNameListElem
2097 struct ClientTunnel *next; member in struct:ClientTunnel
2132 NetworkInterfaceInfo *next; member in struct:NetworkInterfaceInfo_struct
2175 struct SearchListElem *next; member in struct:SearchListElem
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c323 * The next section of code is a a collection of small routines that set
496 /* Returns: int - value of the next header or IPPROTO_NONE if error */
558 /* Returns: int - value of the next header or IPPROTO_NONE if error */
573 /* Returns: int - value of the next header or IPPROTO_NONE if error */
609 /* Returns: int - value of the next header or IPPROTO_NONE if error */
615 /* We don't know where the transport layer header (or whatever is next is), */
659 /* Returns: int - value of the next header or IPPROTO_NONE if error */
661 /* nextheader(I) - stores next header value */
1797 * IP addresses matched. The next 32bits contains:
3315 /* to where to add the next (las
7264 frentry_t *fr, *next, zero; local
[all...]
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c392 int zsctl_proc_fd_next; /* Log file to use next */
625 /* Roll it next time */
1483 * a zone, the usage will not be deleted until at least the next
1596 * on next stat read.
2520 * next file to use of the current file reaches EOF.
2624 zsd_proc_t *proc, *pproc, *tmp, *next; local
2793 * See if the next accounting file is the
2803 * bit for next time around.
3003 * close next accounting file.
3015 next
3710 char *next; local
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c52 struct did_list *next; member in struct:did_list
58 struct replicated_disk *next; member in struct:replicated_disk
197 * node, doing the appropriate old-tail-next-pointer bookkeeping.
261 * node, doing the appropriate old-tail-next-pointer bookkeeping.
300 tailp = tailp->next;
333 head = head->next;
370 repl_disk->next = *first_entry;
597 tmp_pnm->next = NULL;
600 tmp_pnm->next = *pnm;
618 tmp_pnm = tmp_pnm->next;
[all...]
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dldap_utils.c62 curEntry = curEntry->next;
/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dupload.c119 for (p = d->properties; p; p = p->next) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c255 prf_file_t p, next; local
261 for (p = profile->first_file; p; p = next) {
262 next = p->next;
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_name.c435 /* Fetch next label in domain name. */
948 goto next;
953 goto next;
954 /* Is next root for both ? */
959 goto next;
969 next: ;
/illumos-gate/usr/src/lib/librstp/common/
H A Dbase.h163 WHAT->next = LIST; \
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c269 /* output is only valid until next call to sasl_encode or sasl_encodev */
295 /* output is only valid until next call to sasl_encode or sasl_encodev */
360 /* output is only valid until next call to sasl_decode */
1296 struct reg_list *next; member in struct:reg_list
1308 for (r = reg_list_base; r != NULL; r = r->next) {
1315 reg_list_base = reg_list_base->next;
1317 prev->next = r->next;
1334 r->next = reg_list_base;
1696 * %m will parse the value in the next argumen
2682 reg_list_t *next; local
[all...]
/illumos-gate/usr/src/lib/libcpc/common/
H A Dlibcpc_impl.h60 cpc_request_t *cr_next; /* next request in set */
133 struct __cpc_strhash *next; member in struct:__cpc_strhash
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dbus.c158 bp = bp->next;
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dllib-lform67 set_fieldtype_choice(t, next, prev)
69 PTF_int next;
/illumos-gate/usr/src/lib/libfdisk/common/
H A Dlibfdisk.h104 * and size of the next extended partition. The offsets are relative to
171 * This pointer points to the next extended partition in the order
174 struct logical_drive *next; member in struct:logical_drive
177 * This pointer points to the next extended partition in a sorted list
253 * Can add a "next" pointer here in case support for multiple
256 * struct ext_part *next;
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictlog.cc59 next = NULL;
186 * Return the next element in current log; return NULL if end of log or error.
H A Dnisdb_rw.h147 struct __nisdb_rwlock *next; /* Next reader record */ member in struct:__nisdb_rwlock
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dnetname.c216 for (look = conf->lookups; look; look = look->next) {
/illumos-gate/usr/src/lib/libpkg/common/
H A Ddstream.c85 struct dstoc *next; member in struct:dstoc
132 toc_pt = toc_pt->next;
218 * on the next volume.
461 tail->next = toc_pt;
546 ds_toc = ds_toc->next;
H A Dtputcfent.c183 pinfo = pinfo->next;
/illumos-gate/usr/src/lib/libpp/common/
H A Dppinput.c112 if (pp.lastindex) pp.lastindex->next = cur->index;
237 debug((-7, "PUSH in=%s next=%s [%s]", ppinstr(pp.in), pptokchr(*pp.in->nextchr), pp.in->nextchr));
244 debug((-7, "PUSH in=%s next=%s [%s]", ppinstr(pp.in), pptokchr(*pp.in->nextchr), pp.in->nextchr));
264 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr)));
296 nextmacp = pp.macp->next;
332 pp.macp->next = nextmacp;
438 ip = ip->next;
561 if (pp.test & 0x0200) error(2, "%s: %s p=%lu next=<%lu,%lu> keep=<%lu,%lu> skip=<-,%lu> guard=%s", keyname(X_CHECKPOINT), fp->name, p, next_begin, next_end, keep_begin, keep_end, skip_end, fp->guard == INC_CLEAR ? "[CLEAR]" : fp->guard == INC_TEST ? "[TEST]" : fp->guard == INC_IGNORE ? "[IGNORE]" : fp->guard->name);
/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo_sun4u.h177 struct ffbinfo *next; member in struct:ffbinfo
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/cherrystone/common/
H A Dcherrystone.c109 bnode = bnode->next;
255 bnode = bnode->next;
383 for (p = list; p != NULL; p = p -> next) {
887 continue; /* skip to the next schizo */
926 bnode = bnode->next;
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/starfire/common/
H A Dstarfire.c138 bnode = bnode->next;

Completed in 335 milliseconds

<<51525354555657585960>>