Searched refs:au (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-11-stable/sys/dev/sound/pci/
H A Daureal.c88 static int au_init(device_t dev, struct au_info *au);
94 au_rd(struct au_info *au, int mapno, int regno, int size) argument
98 return bus_space_read_1(au->st[mapno], au->sh[mapno], regno);
100 return bus_space_read_2(au->st[mapno], au->sh[mapno], regno);
102 return bus_space_read_4(au->st[mapno], au->sh[mapno], regno);
109 au_wr(struct au_info *au, int mapno, int regno, u_int32_t data, int size) argument
113 bus_space_write_1(au
129 struct au_info *au = (struct au_info *)arg; local
148 struct au_info *au = (struct au_info *)arg; local
190 au_addroute(struct au_info *au, int a, int b, int route) argument
204 au_delroute(struct au_info *au, int route) argument
220 au_encodec(struct au_info *au, char channel) argument
227 au_clrfifo(struct au_info *au, u_int32_t c) argument
235 au_setadb(struct au_info *au, u_int32_t c, u_int32_t enable) argument
248 struct au_info *au = ch->parent; local
303 struct au_info *au = devinfo; local
344 struct au_info *au = ch->parent; local
366 struct au_info *au = ch->parent; local
398 struct au_info *au = p; local
441 au_init(device_t dev, struct au_info *au) argument
528 au_testirq(struct au_info *au) argument
553 struct au_info *au; local
[all...]
/freebsd-11-stable/sys/rpc/
H A Dauth_unix.c134 struct audata *au, *tau; local
160 TAILQ_FOREACH(au, &auth_unix_cache[h], au_link) {
161 if (!memcmp(&xcr, &au->au_xcred, sizeof(xcr))) {
162 refcount_acquire(&au->au_refs);
167 TAILQ_REMOVE(&auth_unix_all, au, au_alllink);
168 TAILQ_INSERT_TAIL(&auth_unix_all, au,
174 return (au->au_auth);
183 au = NULL;
185 au = mem_alloc(sizeof(*au));
252 struct audata *au; local
267 struct audata *au; local
300 struct audata *au = AUTH_PRIVATE(auth); local
339 struct audata *au; local
368 struct audata *au; local
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Dauth_unix.c101 struct audata *au; local
106 au = NULL;
114 au = mem_alloc(sizeof(*au));
116 if (au == NULL) {
122 auth->ah_private = (caddr_t)au;
123 auth->ah_verf = au->au_shcred = _null_auth;
124 au->au_shfaults = 0;
125 au->au_origcred.oa_base = NULL;
144 au
224 struct audata *au; local
236 struct audata *au; local
268 struct audata *au = AUTH_PRIVATE(auth); local
312 struct audata *au; local
339 struct audata *au; local
[all...]
/freebsd-11-stable/contrib/dma/
H A Dconf.c97 struct authuser *au; local
122 au = calloc(1, sizeof(*au));
123 if (au == NULL)
127 au->login = strsep(&data, "|");
128 au->host = strsep(&data, DP);
129 au->password = data;
131 if (au->login == NULL ||
132 au->host == NULL ||
133 au
[all...]
/freebsd-11-stable/contrib/gcc/config/
H A Dfp-bit.c747 FLO_union_type au, bu;
749 au.value = arg_a;
752 unpack_d (&au, &a);
767 FLO_union_type au, bu;
769 au.value = arg_a;
772 unpack_d (&au, &a);
953 FLO_union_type au, bu;
955 au.value = arg_a;
958 unpack_d (&au, &a);
1071 FLO_union_type au, b
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dgmdiff51 diff -au /tmp/roff.out /tmp/mandoc.out 2>&1
/freebsd-11-stable/sbin/routed/rtquery/
H A Drtquery.c391 memcpy(NA0.au.au_pw, passwd, RIP_AUTH_PW_LEN);
398 NA0.au.a_md5.md5_keyid = (int8_t)keyid;
399 NA0.au.a_md5.md5_auth_len = RIP_AUTH_MD5_KEY_LEN;
400 NA0.au.a_md5.md5_seqno = 0;
402 NA0.au.a_md5.md5_pkt_len = htons(cc);
410 MD5Final(NA2.au.au_pw, &md5_ctx);
716 qstring(na->au.au_pw,
728 ntohs(na->au.a_md5.md5_pkt_len),
729 na->au.a_md5.md5_keyid,
730 na->au
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp133 void getAnalysisUsage(AnalysisUsage &au) const override;
531 void RegAllocPBQP::getAnalysisUsage(AnalysisUsage &au) const {
532 au.setPreservesCFG();
533 au.addRequired<AAResultsWrapperPass>();
534 au.addPreserved<AAResultsWrapperPass>();
535 au.addRequired<SlotIndexes>();
536 au.addPreserved<SlotIndexes>();
537 au.addRequired<LiveIntervals>();
538 au.addPreserved<LiveIntervals>();
539 //au
[all...]
H A DSlotIndexes.cpp37 void SlotIndexes::getAnalysisUsage(AnalysisUsage &au) const {
38 au.setPreservesAll();
39 MachineFunctionPass::getAnalysisUsage(au);
H A DProcessImplicitDefs.cpp45 void getAnalysisUsage(AnalysisUsage &au) const override;
/freebsd-11-stable/include/protocols/
H A Drouted.h102 } au; member in struct:netauth
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-mgmt.c255 au.ma64_pvm.msi_addr_hi),
264 au.ma64_pvm.msi_addr_lo),
273 au.ma64_pvm.msi_data),
280 au.ma64_pvm.msi_mask),
287 au.ma64_pvm.msi_pending),
294 au.ma64_no_pvm.msi_addr_hi),
303 au.ma64_no_pvm.msi_addr_lo),
312 au.ma64_no_pvm.msi_data),
322 au.ma32_pvm.msi_addr),
331 au
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_ciph.c1680 const char *kx, *au, *enc, *mac; local
1752 au = "RSA";
1755 au = "DSS";
1758 au = "DH";
1761 au = "KRB5";
1764 au = "ECDH";
1767 au = "None";
1770 au = "ECDSA";
1773 au = "PSK";
1776 au
[all...]
/freebsd-11-stable/sbin/routed/
H A Dinput.c972 if (!memcmp(NA->au.au_pw, ap->key, RIP_AUTH_PW_LEN))
978 if (NA->au.a_md5.md5_keyid != ap->keyid)
981 len = ntohs(NA->au.a_md5.md5_pkt_len);
999 if (NA->au.a_md5.md5_auth_len
1004 NA->au.a_md5.md5_auth_len,
1026 if (!memcmp(hash, na2->au.au_pw, sizeof(hash)))
H A Dtrace.c953 qstring(NA->au.au_pw,
966 ntohs(NA->au.a_md5.md5_pkt_len),
967 NA->au.a_md5.md5_keyid,
968 NA->au.a_md5.md5_auth_len,
969 (int)ntohl(NA->au.a_md5.md5_seqno),
970 (int)ntohs(NA->au.a_md5.rsvd[0]),
971 (int)ntohs(NA->au.a_md5.rsvd[1]));
978 i < (int)sizeof(NA->au.au_pw);
981 NA->au.au_pw[i]);
H A Doutput.c265 memcpy(na->au.au_pw, ap->key, sizeof(na->au.au_pw));
271 na->au.a_md5.md5_keyid = ap->keyid;
272 na->au.a_md5.md5_auth_len = RIP_AUTH_MD5_KEY_LEN;
273 na->au.a_md5.md5_seqno = htonl(clk.tv_sec);
294 na->au.a_md5.md5_pkt_len = htons(len);
298 MD5Final(na2->au.au_pw, &md5_ctx);
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dmirrorselect59 ftp://ftp.au.freebsd.org "Australia"\
60 ftp://ftp2.au.freebsd.org "Australia #2"\
61 ftp://ftp3.au.freebsd.org "Australia #3"\
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_tv.c96 u16 ru, gu, bu, au; member in struct:color_conversion
158 * 10 bit fields (ay, au)
224 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
234 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200,
244 .ru = 0x074c, .gu = 0x0546, .bu = 0x05ec, .au = 0x0200,
254 .ru = 0x0788, .gu = 0x0581, .bu = 0x0322, .au = 0x0200,
264 .ru = 0x0745, .gu = 0x053f, .bu = 0x05e1, .au = 0x0200,
274 .ru = 0x0780, .gu = 0x0579, .bu = 0x031c, .au = 0x0200,
284 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
294 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au
[all...]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_auth.c1000 frauth_t auth, *au = &auth; local
1007 error = ipf_inobj(softc, data, NULL, au, IPFOBJ_FRAUTH);
1116 frauth_t auth, *au = &auth, *fra; local
1129 i = au->fra_index;
1144 if (fra->fra_info.fin_id != au->fra_info.fin_id) {
1153 fra->fra_pass = au->fra_pass;
1168 if ((m != NULL) && (au->fra_info.fin_out != 0)) {
/freebsd-11-stable/contrib/gcc/
H A Dlibgcc2.c1177 const DWunion au = {.ll = a};
1180 if (au.s.high < bu.s.high)
1182 else if (au.s.high > bu.s.high)
1184 if ((UWtype) au.s.low < (UWtype) bu.s.low)
1186 else if ((UWtype) au.s.low > (UWtype) bu.s.low)
1196 const DWunion au = {.ll = a};
1199 if ((UWtype) au.s.high < (UWtype) bu.s.high)
1201 else if ((UWtype) au.s.high > (UWtype) bu.s.high)
1203 if ((UWtype) au.s.low < (UWtype) bu.s.low)
1205 else if ((UWtype) au
1152 const DWunion au = {.ll = a}; local
1171 const DWunion au = {.ll = a}; local
[all...]
/freebsd-11-stable/contrib/amd/scripts/
H A Dexpn.11114 local($au,$ah);
1150 ($au,$ah) = ($1,$2);
1151 print "au = $au ah = $ah\n" if $debug;
1153 $addr = "$au\@".$temporary_redirect{"$addr *** $ah"};
H A Dexpn.in1113 local($au,$ah);
1149 ($au,$ah) = ($1,$2);
1150 print "au = $au ah = $ah\n" if $debug;
1152 $addr = "$au\@".$temporary_redirect{"$addr *** $ah"};
/freebsd-11-stable/usr.sbin/rpcbind/
H A Drpcb_svc_com.c840 struct authunix_parms *au; local
842 au = (struct authunix_parms *)rqstp->rq_clntcred;
843 auth = authunix_create(au->aup_machname,
844 au->aup_uid, au->aup_gid,
845 au->aup_len, au->aup_gids);
/freebsd-11-stable/contrib/openbsm/test/bsm/
H A Dgenerate.c118 int au, fd; local
120 au = au_open();
121 if (au < 0)
123 if (au_write(au, tok) < 0)
126 if (au_close_buffer(au, event, buffer, &buflen) < 0)
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec776 * Wed Mar 15 2000 Damien Miller <djm@ibs.com.au>
789 * Tue Nov 09 1999 Damien Miller <djm@ibs.com.au>
793 * Mon Nov 08 1999 Damien Miller <djm@ibs.com.au>
797 * Sat Oct 30 1999 Damien Miller <djm@ibs.com.au>
800 * Fri Oct 29 1999 Damien Miller <djm@ibs.com.au>
803 * Thu Oct 28 1999 Damien Miller <djm@ibs.com.au>
807 * Wed Oct 27 1999 Damien Miller <djm@ibs.com.au>

Completed in 179 milliseconds

12