/illumos-gate/usr/src/cmd/audio/samples/au/ |
H A D | Makefile | 30 AUFILES= bark.au \ 31 bong.au \ 32 bubbles.au \ 33 busy.au \ 34 chirp.au \ 35 clink.au \ 36 computer.au \ 37 cowbell.au \ 38 crash.au \ 39 cuckoo.au \ [all …]
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | library-demo-audio-samples.p5m | 34 link path=usr/demo/SOUND/sounds target=../../share/audio/samples/au 38 dir path=usr/share/audio/samples/au 39 file path=usr/share/audio/samples/au/bark.au 40 file path=usr/share/audio/samples/au/bong.au 41 file path=usr/share/audio/samples/au/bubbles.au 42 file path=usr/share/audio/samples/au/busy.au 43 file path=usr/share/audio/samples/au/chirp.au 44 file path=usr/share/audio/samples/au/clink.au 45 file path=usr/share/audio/samples/au/computer.au 46 file path=usr/share/audio/samples/au/cowbell.au [all …]
|
H A D | system-header-header-audio.p5m | 35 file path=usr/include/audio/au.h 49 file path=usr/share/man/man5/au.5
|
H A D | driver-network-mlxcx.p5m | 14 # Author: Alex Wilson <alex@uq.edu.au>
|
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | auth_unix.c | 86 struct audata *au; in authunix_create() local 96 au = (struct audata *)bkmem_alloc(sizeof (*au)); in authunix_create() 97 if (au == NULL) { in authunix_create() 103 auth->ah_private = (caddr_t)au; in authunix_create() 106 auth->ah_verf = au->au_shcred = _null_auth; in authunix_create() 108 au->au_shfaults = 0; in authunix_create() 127 au->au_origcred.oa_length = len = XDR_GETPOS(&xdrs); in authunix_create() 128 au->au_origcred.oa_flavor = (uint_t)AUTH_UNIX; in authunix_create() 129 if ((au->au_origcred.oa_base = bkmem_alloc((uint_t)len)) == NULL) { in authunix_create() 132 (void) bcopy(mymem, au->au_origcred.oa_base, (uint_t)len); in authunix_create() [all …]
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | auth_sys.c | 93 struct audata *au; in authsys_create() local 104 au = malloc(sizeof (*au)); in authsys_create() 105 if (au == NULL) { in authsys_create() 112 auth->ah_private = (caddr_t)au; in authsys_create() 113 auth->ah_verf = au->au_shcred = _null_auth; in authsys_create() 114 au->au_shfaults = 0; in authsys_create() 136 au->au_origcred.oa_length = XDR_GETPOS(&xdrs); in authsys_create() 137 au->au_origcred.oa_flavor = AUTH_SYS; in authsys_create() 138 if ((au->au_origcred.oa_base = malloc(au->au_origcred.oa_length)) == in authsys_create() 142 free(au); in authsys_create() [all …]
|
/illumos-gate/usr/src/cmd/cdrw/ |
H A D | bstream.c | 241 au_filehdr_t au; in au_stream_rewind() local 244 if (read(h->bstr_fd, &au, sizeof (au)) != sizeof (au)) { in au_stream_rewind() 248 if (lseek(h->bstr_fd, (long)(BE32_TO_CPU(au.au_offset)), in au_stream_rewind() 390 au_filehdr_t *au; in open_au_read_stream() local 394 au = NULL; in open_au_read_stream() 407 au = (au_filehdr_t *)my_zalloc(sizeof (*au)); in open_au_read_stream() 408 if (read(fd, au, sizeof (*au)) != sizeof (*au)) { in open_au_read_stream() 412 au->au_magic = BE32_TO_CPU(au->au_magic); in open_au_read_stream() 413 au->au_offset = BE32_TO_CPU(au->au_offset); in open_au_read_stream() 414 au->au_data_size = BE32_TO_CPU(au->au_data_size); in open_au_read_stream() [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | rtquery.c | 390 (void) memcpy(NA0.au.au_pw, passwd, RIP_AUTH_PW_LEN); in query_loop() 397 NA0.au.a_md5.md5_keyid = (int8_t)keyid; in query_loop() 398 NA0.au.a_md5.md5_auth_len = RIP_AUTH_MD5_LEN; in query_loop() 399 NA0.au.a_md5.md5_seqno = 0; in query_loop() 401 NA0.au.a_md5.md5_pkt_len = htons(cc); in query_loop() 408 MD5Final(NA2.au.au_pw, &md5_ctx); in query_loop() 688 qstring(na->au.au_pw, in rip_input() 700 ntohs(na->au.a_md5.md5_pkt_len), in rip_input() 701 na->au.a_md5.md5_keyid, in rip_input() 702 na->au.a_md5.md5_auth_len, in rip_input() [all …]
|
H A D | trace.c | 1176 qstring(NA->au.au_pw, in trace_rip() 1189 ntohs(NA->au.a_md5.md5_pkt_len), in trace_rip() 1190 NA->au.a_md5.md5_keyid, in trace_rip() 1191 NA->au.a_md5.md5_auth_len, in trace_rip() 1192 ntohl(NA->au.a_md5.md5_seqno), in trace_rip() 1193 ntohs(NA->au.a_md5.rsvd[0]), in trace_rip() 1194 ntohs(NA->au.a_md5.rsvd[1])); in trace_rip() 1200 for (i = 0; i < (int)sizeof (NA->au.au_pw); in trace_rip() 1203 NA->au.au_pw[i]); in trace_rip()
|
H A D | output.c | 304 (void) memcpy(na->au.au_pw, ap->key, sizeof (na->au.au_pw)); in clr_ws_buf() 310 na->au.a_md5.md5_keyid = ap->keyid; in clr_ws_buf() 311 na->au.a_md5.md5_auth_len = RIP_AUTH_MD5_LEN; in clr_ws_buf() 312 na->au.a_md5.md5_seqno = htonl(clk.tv_sec); in clr_ws_buf() 331 na->au.a_md5.md5_pkt_len = htons(len); in end_md5_auth() 336 MD5Final(na2->au.au_pw, &md5_ctx); in end_md5_auth()
|
H A D | input.c | 1426 seqno = ntohl(NA->au.a_md5.md5_seqno); in ck_passwd() 1448 if (0 == memcmp(NA->au.au_pw, ap->key, RIP_AUTH_PW_LEN)) in ck_passwd() 1455 if (NA->au.a_md5.md5_keyid != ap->keyid) in ck_passwd() 1458 len = ntohs(NA->au.a_md5.md5_pkt_len); in ck_passwd() 1477 if (NA->au.a_md5.md5_auth_len != in ck_passwd() 1482 NA->au.a_md5.md5_auth_len, in ck_passwd() 1508 if (0 == memcmp(hash, na2->au.au_pw, sizeof (hash))) in ck_passwd()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_rip.c | 96 len >= ntohs(nap->au.a_md5.md5_auth_len)) in interpret_rip() 97 len -= ntohs(nap->au.a_md5. in interpret_rip() 180 nap->au.au_pw); in interpret_rip() 188 ntohs(nap->au.a_md5. in interpret_rip() 190 nap->au.a_md5.md5_keyid, in interpret_rip() 191 (long)ntohl(nap->au.a_md5. in interpret_rip() 193 ntohs(nap->au.a_md5. in interpret_rip() 196 ntohs(nap->au.a_md5. in interpret_rip() 198 len -= ntohs(nap->au. in interpret_rip()
|
/illumos-gate/usr/src/cmd/audio/samples/ |
H A D | Makefile | 33 SUBDIRS = au 63 -cd $(DEMODIR); pwd; $(SYMLINK) ../../$(SAMPSUBDIR)/au $(SOUNDS)
|
/illumos-gate/usr/src/data/zoneinfo/ |
H A D | australasia | 68 # http://www.australia.gov.au/about-australia/australian-story/austn-islands 111 # http://www.bom.gov.au/climate/averages/tables/dst_times.shtml 229 # http://www.parks.tas.gov.au/index.aspx?base=1828 230 # http://www.parks.tas.gov.au/index.aspx?base=1831 1006 # http://www.jcu.edu.au/aff/history/reviews/davison.htm 1010 # http://classic.austlii.edu.au/au/legis/cth/num_act/dsa1916401916192/ 1013 # http://classic.austlii.edu.au/au/legis/cth/num_act/dsra1917351917243/ 1016 # https://www.legislation.gov.au/Details/C1941L00323 1019 # https://www.legislation.gov.au/Details/C1942L00392 1022 # https://www.legislation.gov.au/Details/C1943L00241 [all …]
|
H A D | antarctica | 31 # https://web.archive.org/web/20021204222245/http://www.dstc.qut.edu.au/DST/marg/daylight.html 49 # http://www.aad.gov.au/default.asp?casid=37079 120 # http://www.antdiv.gov.au/aad/exop/sfo/casey/casey_aws.html 122 # http://www.antdiv.gov.au/aad/exop/sfo/davis/video.html 124 # http://www.antdiv.gov.au/aad/exop/sfo/mawson/video.html
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_auth.c | 368 frauth_t auth, *au = &auth, *fra; local 421 error = fr_inobj(data, au, IPFOBJ_FRAUTH); 511 i = au->fra_index; 514 (fra->fra_info.fin_id != au->fra_info.fin_id)) { 521 fra->fra_pass = au->fra_pass; 541 if ((m != NULL) && (au->fra_info.fin_out != 0)) {
|
/illumos-gate/usr/src/tools/smatch/src/validation/linear/ |
H A D | logical.c | 15 int au(int i, struct S *b) { return i && b->u; } in au() function
|
/illumos-gate/usr/src/cmd/rpcbind/ |
H A D | rpcb_svc_com.c | 1041 struct authsys_parms *au; in rpcbproc_callit_com() local 1044 au = (struct authsys_parms *)rqstp->rq_clntcred; in rpcbproc_callit_com() 1045 auth = authsys_create(au->aup_machname, au->aup_uid, in rpcbproc_callit_com() 1046 au->aup_gid, au->aup_len, au->aup_gids); in rpcbproc_callit_com()
|
/illumos-gate/usr/src/head/protocols/ |
H A D | routed.h | 106 } au; member
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | THANKS | 32 Daniel Farrell <s2108287@student.rmit.edu.au> 61 Jason Thomas <jason@topic.com.au>
|
/illumos-gate/usr/src/cmd/units/ |
H A D | unittab | 38 au 1.4959787069+11 m fuzz 343 astronomicalunit au 495 parsec au-radian/arcsec
|
/illumos-gate/usr/src/man/man5/ |
H A D | Makefile | 31 au.5 \
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | expound.c | 1282 struct audio_info au; in show_audio_info() local 1284 if (Pread(Proc, &au, sizeof (au), offset) == sizeof (au)) { in show_audio_info() 1285 show_audio_prinfo(pri, "play", &au.play); in show_audio_info() 1286 show_audio_prinfo(pri, "record", &au.record); in show_audio_info() 1288 pri->pname, au.monitor_gain, au.output_muted); in show_audio_info() 1289 show_audio_features(pri, audio_hw_features, au.hw_features, in show_audio_info() 1291 show_audio_features(pri, audio_sw_features, au.sw_features, in show_audio_info() 1294 au.sw_features_enabled, "sw_features_enabled"); in show_audio_info()
|
/illumos-gate/usr/src/cmd/ |
H A D | Makefile.cmd | 107 ROOTAUDIOSAMPAU=$(ROOTAUDIOSAMP)/au
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/ |
H A D | lc.tab | 174 au australia en
|