Searched defs:au (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_unix.c88 struct audata *au; local
99 au = (struct audata *)bkmem_alloc(sizeof (*au));
100 if (au == NULL) {
107 auth->ah_private = (caddr_t)au;
110 auth->ah_verf = au->au_shcred = _null_auth;
112 au->au_shfaults = 0;
134 au->au_origcred.oa_length = len = XDR_GETPOS(&xdrs);
135 au->au_origcred.oa_flavor = (uint_t)AUTH_UNIX;
136 if ((au
166 struct audata *au = AUTH_PRIVATE(auth); local
174 struct audata *au; local
202 struct audata *au = AUTH_PRIVATE(auth); local
242 struct audata *au = AUTH_PRIVATE(auth); local
261 struct audata *au = AUTH_PRIVATE(auth); local
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_sys.c93 struct audata *au; local
104 au = malloc(sizeof (*au));
105 if (au == NULL) {
112 auth->ah_private = (caddr_t)au;
113 auth->ah_verf = au->au_shcred = _null_auth;
114 au->au_shfaults = 0;
136 au->au_origcred.oa_length = XDR_GETPOS(&xdrs);
137 au->au_origcred.oa_flavor = AUTH_SYS;
138 if ((au
247 struct audata *au = AUTH_PRIVATE(auth); local
255 struct audata *au; local
286 struct audata *au = AUTH_PRIVATE(auth); local
327 struct audata *au = AUTH_PRIVATE(auth); local
351 struct audata *au = AUTH_PRIVATE(auth); local
[all...]
/illumos-gate/usr/src/cmd/cdrw/
H A Dbstream.c40 #include <audio/au.h>
61 return (gettext("Unable to read au header"));
63 return (gettext("Unsupported au format"));
65 return (gettext("Bad au header"));
241 au_filehdr_t au; local
244 if (read(h->bstr_fd, &au, sizeof (au)) != sizeof (au)) {
248 if (lseek(h->bstr_fd, (long)(BE32_TO_CPU(au.au_offset)),
390 au_filehdr_t *au; local
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_auth.c368 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/cmd/rexd/
H A Drpc.rexd.c379 static struct authunix_parms au; local
384 unix_cred = &au;
/illumos-gate/usr/src/head/protocols/
H A Drouted.h108 } au; member in struct:netauth
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c1039 struct authsys_parms *au; local
1041 au = (struct authsys_parms *)rqstp->rq_clntcred;
1042 auth = authsys_create(au->aup_machname, au->aup_uid,
1043 au->aup_gid, au->aup_len, au->aup_gids);
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c1296 struct audio_info au; local
1298 if (Pread(Proc, &au, sizeof (au), offset) == sizeof (au)) {
1299 show_audio_prinfo(pri, "play", &au.play);
1300 show_audio_prinfo(pri, "record", &au.record);
1302 pri->pname, au.monitor_gain, au.output_muted);
1303 show_audio_features(pri, audio_hw_features, au.hw_features,
1305 show_audio_features(pri, audio_sw_features, au
[all...]

Completed in 114 milliseconds