Searched refs:atv (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/sys/
H A Dgettimeofday.c47 struct timeval atv; local
52 tp = &atv;
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_time.c151 struct timeval atv; local
155 bzero(&atv, sizeof(atv));
169 atv.tv_sec = user_atv.tv_sec;
170 atv.tv_usec = user_atv.tv_usec;
174 atv.tv_sec = user_atv.tv_sec;
175 atv.tv_usec = user_atv.tv_usec;
183 timevalfix(&atv);
184 if (atv.tv_sec < 0 || (atv
210 struct timeval atv; local
[all...]
H A Dsys_generic.c1036 struct timeval atv; local
1041 atv.tv_sec = atv64.tv_sec;
1042 atv.tv_usec = atv64.tv_usec;
1046 atv.tv_sec = atv32.tv_sec;
1047 atv.tv_usec = atv32.tv_usec;
1051 if (itimerfix(&atv)) {
1057 tvtoabstime(&atv), &sel->data->abstime);
1397 struct timeval atv; local
1434 atv.tv_sec = uap->timeout / 1000;
1435 atv
2410 struct timeval atv; local
[all...]
H A Dkern_event.c1471 struct timeval atv; local
1492 getmicrouptime(&atv);
1493 timevaladd(&atv, &rtv);
1495 atv.tv_sec = 0;
1496 atv.tv_usec = 0;
1552 &atv, p);
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Din_rmx.c556 struct timeval atv; local
606 atv.tv_usec = 0;
607 atv.tv_sec = arg.nextstop - timenow;
611 in_sched_rtqtimo(&atv);
618 in_sched_rtqtimo(struct timeval *atv) argument
625 if (atv == NULL) {
628 atv = &tv;
633 (uint64_t)atv->tv_sec, (uint64_t)atv->tv_usec);
636 timeout(in_rtqtimo, NULL, tvtohz(atv));
[all...]
H A Din_arp.c614 struct timeval atv; local
628 atv.tv_usec = 0;
629 atv.tv_sec = arpt_prune;
633 arp_sched_timeout(&atv);
640 arp_sched_timeout(struct timeval *atv) argument
647 if (atv == NULL) {
650 atv = &tv;
655 (uint64_t)atv->tv_sec, (uint64_t)atv->tv_usec);
658 timeout(arp_timeout, NULL, tvtohz(atv));
[all...]
H A Dip_icmp.c858 struct timeval atv; local
861 getmicrotime(&atv);
862 t = (atv.tv_sec % (24*60*60)) * 1000 + atv.tv_usec / 1000;
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Din6_rmx.c647 struct timeval atv; local
697 atv.tv_usec = 0;
698 atv.tv_sec = arg.nextstop - timenow;
702 in6_sched_rtqtimo(&atv);
709 in6_sched_rtqtimo(struct timeval *atv) argument
716 if (atv == NULL) {
719 atv = &tv;
724 (uint64_t)atv->tv_sec, (uint64_t)atv->tv_usec);
727 timeout(in6_rtqtimo, NULL, tvtohz(atv));
[all...]
H A Dnd6.c1286 struct timeval atv, ltv, *leeway; local
1290 atv.tv_usec = 0;
1291 atv.tv_sec = nd6_prune;
1295 atv.tv_usec = 0;
1296 atv.tv_sec = MAX(nd6_prune, lazy);
1301 nd6_sched_timeout(&atv, leeway);
1309 nd6_sched_timeout(struct timeval *atv, struct timeval *ltv) argument
1314 if (atv == NULL) {
1317 atv = &tv;
1325 (uint64_t)atv
[all...]
/macosx-10.9.5/apache-786.1/httpd/docs/manual/style/css/
H A Dprettify.css16 .atv { color: #080 } /* a markup attribute value */
31 .atv { color: #060 }
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_cl/lib/
H A DclNameUtils.cpp719 CSSM_X509_TYPE_VALUE_PAIR_PTR atv = local
721 alloc.free(atv->type.Data);
722 alloc.free(atv->value.Data);
723 memset(atv, 0, sizeof(CSSM_X509_TYPE_VALUE_PAIR));
/macosx-10.9.5/apache-786.1/httpd/docs/manual/style/scripts/
H A Dprettify.js22 ["default-markup","htm","html","mxml","xhtml","xml","xsl"]);k(x([["pln",/^\s+/,q," \t\r\n"],["atv",/^(?:"[^"]*"?|'[^']*'?)/,q,"\"'"]],[["tag",/^^<\/?[a-z](?:[\w-.:]*\w)?|\/?>$/i],["atn",/^(?!style[\s=]|on)[a-z](?:[\w:-]*\w)?/i],["lang-uq.val",/^=\s*([^\s"'>]*(?:[^\s"'/>]|\/(?=\s)))/],["pun",/^[/<->]+/],["lang-js",/^on\w+\s*=\s*"([^"]+)"/i],["lang-js",/^on\w+\s*=\s*'([^']+)'/i],["lang-js",/^on\w+\s*=\s*([^\s"'>]+)/i],["lang-css",/^style\s*=\s*"([^"]+)"/i],["lang-css",/^style\s*=\s*'([^']+)'/i],["lang-css",
23 /^style\s*=\s*([^\s"'>]+)/i]]),["in.tag"]);k(x([],[["atv",/^[\S\s]+/]]),["uq.val"]);k(u({keywords:F,hashComments:!0,cStyleComments:!0,types:K}),["c","cc","cpp","cxx","cyc","m"]);k(u({keywords:"null,true,false"}),["json"]);k(u({keywords:H,hashComments:!0,cStyleComments:!0,verbatimStrings:!0,types:K}),["cs"]);k(u({keywords:G,cStyleComments:!0}),["java"]);k(u({keywords:v,hashComments:!0,multiLineStrings:!0}),["bsh","csh","sh"]);k(u({keywords:I,hashComments:!0,multiLineStrings:!0,tripleQuotedStrings:!0}),
27 250):a&&a()}for(var e=[document.getElementsByTagName("pre"),document.getElementsByTagName("code"),document.getElementsByTagName("xmp")],h=[],k=0;k<e.length;++k)for(var t=0,s=e[k].length;t<s;++t)h.push(e[k][t]);var e=q,l=Date;l.now||(l={now:function(){return+new Date}});var p=0,d,g=/\blang(?:uage)?-([\w.]+)(?!\S)/;m()};window.PR={createSimpleLexer:x,registerLangHandler:k,sourceDecorator:u,PR_ATTRIB_NAME:"atn",PR_ATTRIB_VALUE:"atv",PR_COMMENT:"com",PR_DECLARATION:"dec",PR_KEYWORD:"kwd",PR_LITERAL:"lit",
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecCertificateP.c544 DERAttributeTypeAndValue atv; local
548 &atv, sizeof(atv));
550 require_quiet(atv.type.length != 0, badDER);
551 OSStatus status = callback(context, &atv.type, &atv.value, rdnIX++);
1147 DERDecodedInfo atv; local
1148 /* Always points to tag of current atv sequence. */
1150 /* Offset relative to base of current atv sequence tag. */
1152 while ((drtn = DERDecodeSeqNext(&atvSeq, &atv))
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecCertificateP.c544 DERAttributeTypeAndValue atv; local
548 &atv, sizeof(atv));
550 require_quiet(atv.type.length != 0, badDER);
551 OSStatus status = callback(context, &atv.type, &atv.value, rdnIX++);
1147 DERDecodedInfo atv; local
1148 /* Always points to tag of current atv sequence. */
1150 /* Offset relative to base of current atv sequence tag. */
1152 while ((drtn = DERDecodeSeqNext(&atvSeq, &atv))
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecCertificateP.c544 DERAttributeTypeAndValue atv; local
548 &atv, sizeof(atv));
550 require_quiet(atv.type.length != 0, badDER);
551 OSStatus status = callback(context, &atv.type, &atv.value, rdnIX++);
1147 DERDecodedInfo atv; local
1148 /* Always points to tag of current atv sequence. */
1150 /* Offset relative to base of current atv sequence tag. */
1152 while ((drtn = DERDecodeSeqNext(&atvSeq, &atv))
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecCertificate.c560 DERAttributeTypeAndValue atv; local
564 &atv, sizeof(atv));
566 require_quiet(atv.type.length != 0, badDER);
567 OSStatus status = callback(context, &atv.type, &atv.value, rdnIX++);
1213 DERDecodedInfo atv; local
1214 /* Always points to tag of current atv sequence. */
1216 /* Offset relative to base of current atv sequence tag. */
1218 while ((drtn = DERDecodeSeqNext(&atvSeq, &atv))
[all...]
H A DSecCertificateRequest.c233 CFArrayRef atv = CFArrayGetValueAtIndex(rdn, atv_ix); local
234 if ((CFArrayGetCount(atv) != 2)
235 || !make_nss_atv(poolp, CFArrayGetValueAtIndex(atv, 0),
236 CFArrayGetValueAtIndex(atv, 1), 0, &atvs[atv_ix]))

Completed in 374 milliseconds