Searched refs:end (Results 601 - 625 of 929) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc_shm.c71 uint8_t direction, uint64_t start, uint64_t end);
1817 * access by the client at the other end of the channel. An entry for
2352 * contents into the remote dring. The start and end locations specify
2357 uint8_t direction, uint64_t start, uint64_t end)
2381 if (start >= dringp->length || end >= dringp->length) {
2407 copy_size = (start <= end) ? (((end - start) + 1) * dringp->dsize) :
2426 if (start > end) {
2427 copy_size = ((end + 1) * dringp->dsize);
2453 ldc_mem_dring_acquire(ldc_dring_handle_t dhandle, uint64_t start, uint64_t end) argument
2356 i_ldc_dring_acquire_release(ldc_dring_handle_t dhandle, uint8_t direction, uint64_t start, uint64_t end) argument
2463 ldc_mem_dring_release(ldc_dring_handle_t dhandle, uint64_t start, uint64_t end) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c84 mDNSlocal void mDNSParseNSEC3Records(mDNS *const m, const DNSMessage *const response, const mDNSu8 *end,
476 // from A to B, and then A is re-appended to the end of the list as a duplicate of B (because
478 // copies the B's value of CNAMEReferrals back to A, and we end up not incrementing CNAMEReferrals
1441 // records to the list, so we now need to update p to advance to the new end to the list before appending our new record.
1600 // Scan for duplicates of rr, and mark them for deregistration at the end of this routine, after we've finished
2486 // then all that means is that it won't get sent -- which would not be the end of the world.
3414 // next thing we do is scan the list and call SetNextQueryTime() for every question we find, so we know we end up with the right value.
3921 // a real negative response, we would reset the state here and validate the results at the end of this function.
4114 // would end up delivering RMV for the active question and hence we avoid that.
4141 // the end o
6868 GenerateUnicastResponse(const DNSMessage *const query, const mDNSu8 *const end, const mDNSInterfaceID InterfaceID, mDNSBool LegacyQuery, DNSMessage *const response, AuthRecord *ResponseRecords) argument
7047 ResolveSimultaneousProbe(mDNS *const m, const DNSMessage *const query, const mDNSu8 *const end, DNSQuestion *q, AuthRecord *our) argument
7219 ProcessQuery(mDNS *const m, const DNSMessage *const query, const mDNSu8 *const end, const mDNSAddr *srcaddr, const mDNSInterfaceID InterfaceID, mDNSBool LegacyQuery, mDNSBool QueryWasMulticast, mDNSBool QueryWasLocalUnicast, DNSMessage *const response) argument
7787 mDNSCoreReceiveQuery(mDNS *const m, const DNSMessage *const msg, const mDNSu8 *const end, const mDNSAddr *srcaddr, const mDNSIPPort srcport, const mDNSAddr *dstaddr, mDNSIPPort dstport, const mDNSInterfaceID InterfaceID) argument
8180 mDNSCoreReceiveNoDNSSECAnswers(mDNS *const m, const DNSMessage *const response, const mDNSu8 *end, const mDNSAddr *dstaddr, mDNSIPPort dstport, const mDNSInterfaceID InterfaceID) argument
8223 mDNSCoreReceiveNoUnicastAnswers(mDNS *const m, const DNSMessage *const response, const mDNSu8 *end, const mDNSAddr *dstaddr, mDNSIPPort dstport, const mDNSInterfaceID InterfaceID, uDNS_LLQType LLQType, mDNSu8 rcode, CacheRecord *NSECRecords) argument
8659 mDNSParseNSEC3Records(mDNS *const m, const DNSMessage *const response, const mDNSu8 *end, const mDNSInterfaceID InterfaceID, CacheRecord **NSEC3Records) argument
8717 mDNSCoreReceiveResponse(mDNS *const m, const DNSMessage *const response, const mDNSu8 *end, const mDNSAddr *srcaddr, const mDNSIPPort srcport, const mDNSAddr *dstaddr, mDNSIPPort dstport, const mDNSInterfaceID InterfaceID) argument
9971 mDNSCoreReceiveUpdate(mDNS *const m, const DNSMessage *const msg, const mDNSu8 *end, const mDNSAddr *srcaddr, const mDNSIPPort srcport, const mDNSAddr *dstaddr, mDNSIPPort dstport, const mDNSInterfaceID InterfaceID) argument
10127 mDNSCoreReceiveUpdateR(mDNS *const m, const DNSMessage *const msg, const mDNSu8 *end, const mDNSAddr *srcaddr, const mDNSInterfaceID InterfaceID) argument
10237 mDNSCoreReceive(mDNS *const m, void *const pkt, const mDNSu8 *const end, const mDNSAddr *const srcaddr, const mDNSIPPort srcport, const mDNSAddr *dstaddr, const mDNSIPPort dstport, const mDNSInterfaceID InterfaceID) argument
13806 mDNSCoreReceiveRawND(mDNS *const m, const mDNSEthAddr *const sha, const mDNSv6Addr *spa, const IPv6NDP *const ndp, const mDNSu8 *const end, const mDNSInterfaceID InterfaceID) argument
13892 mDNSCoreReceiveRawTransportPacket(mDNS *const m, const mDNSEthAddr *const sha, const mDNSAddr *const src, const mDNSAddr *const dst, const mDNSu8 protocol, const mDNSu8 *const p, const TransportLayerPacket *const t, const mDNSu8 *const end, const mDNSInterfaceID InterfaceID, const mDNSu16 len) argument
14074 mDNSCoreReceiveRawPacket(mDNS *const m, const mDNSu8 *const p, const mDNSu8 *const end, const mDNSInterfaceID InterfaceID) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c600 uint64_t *start, *end; local
655 end = (start + actp->spd_actions_len);
656 endattr = (struct spd_attribute *)end;
2915 char *end; local
2918 res = strtol(str, &end, 0);
2919 if (end == str)
2921 while (isspace(*end))
2922 end++;
2923 if (*end != '\0')
2979 char *end; local
3368 char *end; local
[all...]
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c562 uint32_t end; local
574 end = start + (int)(mp->b_wptr - mp->b_rptr);
576 if (start == end) {
583 TCP_REASS_SET_END(mp, end);
590 end - start);
595 /* Link it on end. */
600 end - start);
632 } while (start = end, mp = next_mp);
640 end = TCP_REASS_END(mp1);
647 if (end !
662 uint32_t end; local
[all...]
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlflow.c867 int i, end; local
871 end = 3;
874 end = 0;
880 for (i = 3; i >= end; i--) {
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrcat.s31 / Concatenates s2 on the end of s1. s1's space must be large enough.
H A Dstrncat.s31 / Concatenates s2 on the end of s1. s1's space must be large enough.
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrcat.s31 / Concatenates s2 on the end of s1. s1's space must be large enough.
H A Dstrncat.s31 / Concatenates s2 on the end of s1. s1's space must be large enough.
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h159 extern void _setbufend(FILE *iop, Uchar *end);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c794 char *end; local
802 prefixlen = strtol(val, &end, 10);
803 if ((val == end) || (*end != '\0')) {
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky.c238 uintptr_t *buf, *cur, *end; local
284 end = &buf[LK_SCAN_BUFFER_SIZE / sizeof (uintptr_t)];
287 cur = end - (bytes / sizeof (uintptr_t));
303 * buf cur end
309 while (cur < end) {
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c227 uintptr_t end = pmp->pr_vaddr + pmp->pr_size; local
241 if (end > brk_start && start < brk_end)
261 dprintf(("mmaped region: [%p, %p)\n", start, end));
264 lm->lkm_limit = end;
/illumos-gate/usr/src/cmd/hal/hald/
H A Dutil.c1019 HAL_ERROR (("Cannot seek to end of /media/.hal-mtab"));
1123 const char *end; local
1131 end = name + strlen(name);
1140 while (name != end) {
1142 if ((name + 1) == end)
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c479 const char *end; local
542 if (!g_utf8_validate (mount_point, -1, &end))
544 if (!g_utf8_validate (mount_fstype, -1, &end))
546 if (!g_utf8_validate (mount_options, -1, &end))
933 unknown_error ("Cannot seek to end of /media/.hal-mtab");
/illumos-gate/usr/src/cmd/sh/
H A Ddefs.h253 * at the end of the file to avoid side-effects.
501 extern address end[];
/illumos-gate/usr/src/cmd/lms/
H A DLMEConnectionCompat.cpp268 if (itr != _compatPendingConnections.end()) {
/illumos-gate/usr/src/tools/cscope-fast/
H A Dscanner.l172 /* end of an SDL procedure or state */
173 goto endstate; /* treat as the end of a function */
272 * if the end of an outermost enum/struct/union
282 /* if the end of a function */
307 /* if the end of a function template */
532 /* skip to the end of the line */
560 goto end;
616 end:
633 \n { /* end of the line */
634 if (ppdefine == YES) { /* end o
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_init_ops.h669 for (rc = 0, i = ilt_cli->start; i <= ilt_cli->end && !rc; i++) {
760 (ilt_start + ilt_cli->end)));
781 REG_WR(pdev, end_reg, (ilt_start + ilt_cli->end));
795 for (i = ilt_cli->start; i <= ilt_cli->end; i++)
/illumos-gate/usr/src/uts/common/xen/public/
H A Dsysctl.h417 uint32_t end; member in struct:xen_sysctl_page_offline_op
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c79 * existing GLDv3 code path and (in the end) the shared lower-stream;
468 offset_t off, end; local
506 for (end = off + len; off < end; ) {
510 if (off + size > end ||
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_rpc_handle.c269 DTRACE_PROBE2(end, struct nlm_host *, hostp,
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregsubexec.c160 e = (const char*)p->env->end;
/illumos-gate/usr/src/uts/sun4u/serengeti/ml/
H A Dsbdp.il.cpp47 #define SET_SIZE(x) .end
/illumos-gate/usr/src/uts/sun4u/starfire/ml/
H A Ddrmach.il.cpp47 #define SET_SIZE(x) .end

Completed in 160 milliseconds

<<21222324252627282930>>