HomeSort by: relevance | last modified time | path
    Searched defs:wo (Results 1 - 15 of 15) sorted by relevancy

  /src/usr.bin/make/unit-tests/
var-scope-local.mk 153 one two:=three macro
  /src/external/bsd/ppp/dist/pppd/
multilink.c 99 lcp_options *wo = &lcp_wantoptions[0]; local
106 if (!wo->neg_mrru) {
108 wo->mrru = wo->mru;
109 wo->neg_mrru = 1;
114 if (!wo->neg_endpoint && !noendpoint) {
116 wo->neg_endpoint = get_default_epdisc(&wo->endpoint);
eap-tls.c 629 lcp_options *wo = &lcp_wantoptions[unit]; local
635 mru = go->neg_mru? MAX(wo->mru, go->mru): PPP_MRU;
ipv6cp.c 361 ipv6cp_options *wo = &ipv6cp_wantoptions[0]; local
385 eui64_copy(addr.s6_addr32[2], wo->ourid);
386 wo->opt_local = 1;
401 eui64_copy(addr.s6_addr32[2], wo->hisid);
402 wo->opt_remote = 1;
417 ipv6cp_options *wo = &ipv6cp_wantoptions[0]; local
419 if (wo->opt_local)
420 printer(arg, "%s", llv6_ntoa(wo->ourid));
422 if (wo->opt_remote)
423 printer(arg, "%s", llv6_ntoa(wo->hisid))
446 ipv6cp_options *wo = &ipv6cp_wantoptions[unit]; local
543 ipv6cp_options *wo = &ipv6cp_wantoptions[f->unit]; local
696 ipv6cp_options *wo = &ipv6cp_wantoptions[f->unit]; local
909 ipv6cp_options *wo = &ipv6cp_wantoptions[f->unit]; local
1140 ipv6cp_options *wo = &ipv6cp_wantoptions[0]; local
1233 ipv6cp_options *wo = &ipv6cp_wantoptions[u]; local
1276 ipv6cp_options *wo = &ipv6cp_wantoptions[f->unit]; local
    [all...]
lcp.c 359 lcp_options *wo = &lcp_wantoptions[unit]; local
368 BZERO(wo, sizeof(*wo));
369 wo->neg_mru = 1;
370 wo->mru = DEFMRU;
371 wo->neg_asyncmap = 1;
372 wo->neg_magicnumber = 1;
373 wo->neg_pcompression = 1;
374 wo->neg_accompression = 1;
398 lcp_options *wo = &lcp_wantoptions[unit] local
448 lcp_options *wo = &lcp_wantoptions[unit]; local
646 lcp_options *wo = &lcp_wantoptions[f->unit]; local
944 lcp_options *wo = &lcp_wantoptions[f->unit]; local
1876 lcp_options *wo = &lcp_wantoptions[f->unit]; local
    [all...]
auth.c 828 lcp_options *wo = &lcp_wantoptions[unit]; local
858 } else if (!wo->neg_upap || uselogin || !null_login(unit)) {
1345 lcp_options *wo = &lcp_wantoptions[0]; local
1375 if (wo->chap_mdtype)
1376 wo->neg_chap = 1;
1381 if (!wo->neg_chap && !wo->neg_upap && !wo->neg_eap) {
1382 wo->neg_chap = chap_mdtype_all != MDTYPE_NONE;
1383 wo->chap_mdtype = chap_mdtype_all
1967 struct ipcp_options *wo = &ipcp_wantoptions[unit]; local
    [all...]
ipcp.c 435 ipcp_options *wo = &ipcp_wantoptions[0]; local
463 wo->ouraddr = local;
486 wo->hisaddr = remote;
496 ipcp_options *wo = &ipcp_wantoptions[0]; local
498 if (wo->ouraddr != 0)
499 printer(arg, "%I", wo->ouraddr);
501 if (wo->hisaddr != 0)
502 printer(arg, "%I", wo->hisaddr);
579 ipcp_options *wo = &ipcp_wantoptions[unit]; local
595 memset(wo, 0, sizeof(*wo))
693 ipcp_options *wo = &ipcp_wantoptions[f->unit]; local
729 ipcp_options *wo = &ipcp_wantoptions[f->unit]; local
1016 ipcp_options *wo = &ipcp_wantoptions[f->unit]; local
1445 ipcp_options *wo = &ipcp_wantoptions[f->unit]; local
1733 ipcp_options *wo = &ipcp_wantoptions[0]; local
1763 ipcp_options *wo = &ipcp_wantoptions[u]; local
1810 ipcp_options *wo = &ipcp_wantoptions[f->unit]; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
selftest_workarounds.c 934 static const struct regmask wo[] = { local
938 return find_reg(i915, reg, wo, ARRAY_SIZE(wo));
  /src/usr.sbin/ldpd/
socketops.c 1110 int32_t wo = 0; local
1147 wo = sizeof(struct ldp_pdu);
1149 while (wo + TLV_TYPE_LENGTH < (uint)c) {
1151 ttmp = (struct tlv *) (&recvspace[wo]);
1292 wo = -1; /* Ignore rest of message */
1302 wo = -1;
1314 wo = -1;
1319 wo = -1;
1325 wo = -1;/* discard the rest of the message */
1328 if (wo < 0)
    [all...]
  /src/external/bsd/tmux/dist/
screen-redraw.c 614 struct options *wo = w->options; local
627 ctx->pane_status = options_get_number(wo, "pane-border-status");
628 ctx->pane_lines = options_get_number(wo, "pane-border-lines");
630 ctx->pane_scrollbars = options_get_number(wo, "pane-scrollbars");
631 ctx->pane_scrollbars_pos = options_get_number(wo,
window-customize.c 657 struct options *go, *wo; local
789 wo = NULL;
794 wo = options_get_parent(item->oo);
795 go = options_get_parent(wo);
799 wo = NULL;
803 wo = NULL;
808 if (wo != NULL && options_owner(o) != wo) {
809 parent = options_get_only(wo, name);
server-client.c 594 struct options *wo = w->options; local
599 sb = options_get_number(wo, "pane-scrollbars");
600 sb_pos = options_get_number(wo, "pane-scrollbars-position");
601 pane_status = options_get_number(wo, "pane-border-status");
  /src/sys/arch/evbppc/nintendo/dev/
wiifb.c 438 uint32_t wo = xo + w - 1; local
442 wiifb_gx_bp_load(sc, 0x21000000 | ho | (wo << 12));
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
hxtool.c 465 heim_octet_string wo; local
467 ret = hx509_cms_wrap_ContentInfo(&asn1_oid_id_pkcs7_signedData, &o, &wo);
472 o = wo;
641 heim_octet_string wo; local
643 ret = hx509_cms_wrap_ContentInfo(&asn1_oid_id_pkcs7_envelopedData, &o, &wo);
648 o = wo;
  /src/external/gpl2/texinfo/dist/makeinfo/
lang.h 55 wo, enumerator in enum:__anon9561

Completed in 88 milliseconds