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

12

/freebsd-10.3-release/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-10.3-release/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-10.3-release/lib/libc/rpc/
H A Dauth_unix.c106 struct audata *au; local
111 au = NULL;
119 au = mem_alloc(sizeof(*au));
121 if (au == NULL) {
127 auth->ah_private = (caddr_t)au;
128 auth->ah_verf = au->au_shcred = _null_auth;
129 au->au_shfaults = 0;
130 au->au_origcred.oa_base = NULL;
149 au
232 struct audata *au; local
246 struct audata *au; local
278 struct audata *au = AUTH_PRIVATE(auth); local
323 struct audata *au; local
351 struct audata *au; local
[all...]
/freebsd-10.3-release/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-10.3-release/contrib/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp108 virtual void getAnalysisUsage(AnalysisUsage &au) const;
423 void RegAllocPBQP::getAnalysisUsage(AnalysisUsage &au) const {
424 au.setPreservesCFG();
425 au.addRequired<AliasAnalysis>();
426 au.addPreserved<AliasAnalysis>();
427 au.addRequired<SlotIndexes>();
428 au.addPreserved<SlotIndexes>();
429 au.addRequired<LiveIntervals>();
430 au.addPreserved<LiveIntervals>();
431 //au
[all...]
H A DSlotIndexes.cpp28 void SlotIndexes::getAnalysisUsage(AnalysisUsage &au) const {
29 au.setPreservesAll();
30 MachineFunctionPass::getAnalysisUsage(au);
H A DProcessImplicitDefs.cpp44 virtual void getAnalysisUsage(AnalysisUsage &au) const;
/freebsd-10.3-release/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-10.3-release/include/protocols/
H A Drouted.h102 } au; member in struct:netauth
/freebsd-10.3-release/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-10.3-release/sys/dev/drm2/i915/
H A Dintel_tv.c97 u16 ru, gu, bu, au; member in struct:color_conversion
159 * 10 bit fields (ay, au)
225 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
235 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200,
245 .ru = 0x074c, .gu = 0x0546, .bu = 0x05ec, .au = 0x0200,
255 .ru = 0x0788, .gu = 0x0581, .bu = 0x0322, .au = 0x0200,
265 .ru = 0x0745, .gu = 0x053f, .bu = 0x05e1, .au = 0x0200,
275 .ru = 0x0780, .gu = 0x0579, .bu = 0x031c, .au = 0x0200,
285 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
295 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au
[all...]
/freebsd-10.3-release/crypto/openssl/ssl/
H A Dssl_ciph.c1578 const char *kx, *au, *enc, *mac; local
1650 au = "RSA";
1653 au = "DSS";
1656 au = "DH";
1659 au = "KRB5";
1662 au = "ECDH";
1665 au = "None";
1668 au = "ECDSA";
1671 au = "PSK";
1674 au
[all...]
/freebsd-10.3-release/sbin/routed/
H A Dinput.c967 if (!memcmp(NA->au.au_pw, ap->key, RIP_AUTH_PW_LEN))
973 if (NA->au.a_md5.md5_keyid != ap->keyid)
976 len = ntohs(NA->au.a_md5.md5_pkt_len);
994 if (NA->au.a_md5.md5_auth_len
999 NA->au.a_md5.md5_auth_len,
1021 if (!memcmp(hash, na2->au.au_pw, sizeof(hash)))
H A Dtrace.c947 qstring(NA->au.au_pw,
960 ntohs(NA->au.a_md5.md5_pkt_len),
961 NA->au.a_md5.md5_keyid,
962 NA->au.a_md5.md5_auth_len,
963 (int)ntohl(NA->au.a_md5.md5_seqno),
964 (int)ntohs(NA->au.a_md5.rsvd[0]),
965 (int)ntohs(NA->au.a_md5.rsvd[1]));
972 i < (int)sizeof(NA->au.au_pw);
975 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-10.3-release/usr.sbin/bsdinstall/scripts/
H A Dmirrorselect61 ftp://ftp.au.freebsd.org "Australia"\
62 ftp://ftp2.au.freebsd.org "Australia #2"\
63 ftp://ftp3.au.freebsd.org "Australia #3"\
/freebsd-10.3-release/sys/contrib/ipfilter/netinet/
H A Dip_auth.c1019 frauth_t auth, *au = &auth; local
1026 error = ipf_inobj(softc, data, NULL, au, IPFOBJ_FRAUTH);
1150 frauth_t auth, *au = &auth, *fra; local
1163 i = au->fra_index;
1178 if (fra->fra_info.fin_id != au->fra_info.fin_id) {
1187 fra->fra_pass = au->fra_pass;
1202 if ((m != NULL) && (au->fra_info.fin_out != 0)) {
/freebsd-10.3-release/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-10.3-release/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-10.3-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Drpcb_svc_com.c833 struct authunix_parms *au; local
835 au = (struct authunix_parms *)rqstp->rq_clntcred;
836 auth = authunix_create(au->aup_machname,
837 au->aup_uid, au->aup_gid,
838 au->aup_len, au->aup_gids);
/freebsd-10.3-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c839 struct authunix_parms *au; local
841 au = (struct authunix_parms *)rqstp->rq_clntcred;
842 auth = authunix_create(au->aup_machname,
843 au->aup_uid, au->aup_gid,
844 au->aup_len, au->aup_gids);
/freebsd-10.3-release/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-10.3-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec778 * Wed Mar 15 2000 Damien Miller <djm@ibs.com.au>
791 * Tue Nov 09 1999 Damien Miller <djm@ibs.com.au>
795 * Mon Nov 08 1999 Damien Miller <djm@ibs.com.au>
799 * Sat Oct 30 1999 Damien Miller <djm@ibs.com.au>
802 * Fri Oct 29 1999 Damien Miller <djm@ibs.com.au>
805 * Thu Oct 28 1999 Damien Miller <djm@ibs.com.au>
809 * Wed Oct 27 1999 Damien Miller <djm@ibs.com.au>
/freebsd-10.3-release/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c185 select_auid(int au) argument
190 if (au != p_auid)

Completed in 181 milliseconds

12