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

12

/freebsd-9.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-9.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-9.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-9.3-release/share/examples/ppp/
H A Dppp.linkdown.sample26 !bg /usr/local/bin/auplay /etc/ppp/linkdown.au
H A Dppp.linkup.sample25 !bg /usr/X11R6/bin/auplay /etc/ppp/linkup.au
47 ! sh -c "cat /etc/ppp/linkup.au >/dev/audio"
/freebsd-9.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-9.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-9.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-9.3-release/include/protocols/
H A Drouted.h102 } au; member in struct:netauth
/freebsd-9.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-9.3-release/usr.bin/calendar/calendars/fr_FR.ISO8859-1/
H A Dcalendar.proverbes2 * Proverbes li�s au calendrier
20 Bl� jusqu'au toit.
27 01/13 Soleil au jour de saint Hilaire,
41 Monte les barriques au grenier.
79 Va mal au pommier.
86 03/03 Soit au d�but, soit � la fin,
168 05/03 Les trois saints au sang de navet,
211 Famine au village.
219 Jamais au paysan ne souris�;
233 08/02 S'il pleut au moi
[all...]
/freebsd-9.3-release/crypto/openssl/test/
H A Dtest.cnf88 emailAddress_value = eay@mincom.oz.au
/freebsd-9.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-9.3-release/sys/dev/ata/
H A Datapi-cd.c507 (caddr_t)&cdp->au, sizeof(cdp->au))))
510 if (cdp->au.page_code != ATAPI_CDROM_AUDIO_PAGE) {
514 arg->vol[0] = cdp->au.port[0].volume;
515 arg->vol[1] = cdp->au.port[1].volume;
516 arg->vol[2] = cdp->au.port[2].volume;
517 arg->vol[3] = cdp->au.port[3].volume;
526 (caddr_t)&cdp->au, sizeof(cdp->au))))
528 if (cdp->au
[all...]
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl_ciph.c1107 const char *kx, *au, *enc, *mac; local
1162 au = "RSA";
1165 au = "DSS";
1168 au = "DH";
1172 au = "KRB5";
1176 au = "None";
1179 au = "ECDSA";
1182 au = "unknown";
1268 BIO_snprintf(buf, len, format, cipher->name, ver, kx, au, enc, mac,
1271 BIO_snprintf(buf, len, format, cipher->name, ver, kx, au, en
[all...]
/freebsd-9.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-9.3-release/sbin/routed/
H A Dinput.c960 if (!memcmp(NA->au.au_pw, ap->key, RIP_AUTH_PW_LEN))
966 if (NA->au.a_md5.md5_keyid != ap->keyid)
969 len = ntohs(NA->au.a_md5.md5_pkt_len);
987 if (NA->au.a_md5.md5_auth_len
992 NA->au.a_md5.md5_auth_len,
1014 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-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_auth.c833 frauth_t auth, *au = &auth; local
843 error = fr_inobj(data, au, IPFOBJ_FRAUTH);
951 frauth_t auth, *au = &auth, *fra; local
963 i = au->fra_index;
973 (fra->fra_info.fin_id != au->fra_info.fin_id)) {
981 fra->fra_pass = au->fra_pass;
994 if ((m != NULL) && (au->fra_info.fin_out != 0)) {
/freebsd-9.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-9.3-release/contrib/gcc/
H A Dlibgcc2.c1153 const DWunion au = {.ll = a};
1156 if (au.s.high < bu.s.high)
1158 else if (au.s.high > bu.s.high)
1160 if ((UWtype) au.s.low < (UWtype) bu.s.low)
1162 else if ((UWtype) au.s.low > (UWtype) bu.s.low)
1172 const DWunion au = {.ll = a};
1175 if ((UWtype) au.s.high < (UWtype) bu.s.high)
1177 else if ((UWtype) au.s.high > (UWtype) bu.s.high)
1179 if ((UWtype) au.s.low < (UWtype) bu.s.low)
1181 else if ((UWtype) au
1128 const DWunion au = {.ll = a}; local
1147 const DWunion au = {.ll = a}; local
[all...]

Completed in 147 milliseconds

12