HomeSort by: relevance | last modified time | path
    Searched defs:au (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/i2c/
au8522.c 60 au8522_reset(struct au8522 *au)
62 return au8522_write_1(au, 0xa4, 1 << 5);
66 au8522_read_1(struct au8522 *au, uint16_t reg, uint8_t *val)
73 error = iic_exec(au->i2c, I2C_OP_WRITE, au->i2c_addr,
77 return iic_exec(au->i2c, I2C_OP_READ, au->i2c_addr,
82 au8522_write_1(struct au8522 *au, uint16_t reg, uint8_t val)
89 return iic_exec(au->i2c, I2C_OP_WRITE, au->i2c_addr
219 struct au8522 *au; local in function:au8522_open
    [all...]
  /src/lib/libc/rpc/
auth_unix.c 114 struct audata *au; local in function:authunix_create
119 au = NULL;
127 au = mem_alloc(sizeof(*au));
129 if (au == NULL) {
135 auth->ah_private = au;
136 auth->ah_verf = au->au_shcred = _null_auth;
137 au->au_shfaults = 0;
138 au->au_origcred.oa_base = NULL;
157 au->au_origcred.oa_length = len = XDR_GETPOS(&xdrs)
243 struct audata *au; local in function:authunix_marshal
255 struct audata *au; local in function:authunix_validate
287 struct audata *au = AUTH_PRIVATE(auth); local in function:authunix_refresh
331 struct audata *au; local in function:authunix_destroy
358 struct audata *au; local in function:marshal_new_auth
    [all...]
  /src/include/protocols/
routed.h 108 } au; member in struct:netauth
  /src/sys/external/bsd/ipf/netinet/
ip_auth.c 1019 frauth_t auth, *au = &auth; local in function:ipf_auth_wait
1026 error = ipf_inobj(softc, data, NULL, au, IPFOBJ_FRAUTH);
1147 frauth_t auth, *au = &auth, *fra; local in function:ipf_auth_reply
1162 i = au->fra_index;
1177 if (fra->fra_info.fin_id != au->fra_info.fin_id) {
1185 fra->fra_pass = au->fra_pass;
1203 if ((m != NULL) && (au->fra_info.fin_out != 0)) {
  /src/sys/dev/pci/
amr.c 1479 struct amr_user_ioctl *au; local in function:amrioctl
1501 au = (struct amr_user_ioctl *)data;
1502 au_cmd = au->au_cmd;
1503 au_buffer = au->au_buffer;
1504 au_length = au->au_length;
  /src/usr.sbin/rpcbind/
rpcb_svc_com.c 841 struct authunix_parms *au; local in function:rpcbproc_callit_com
843 au = (struct authunix_parms *)rqstp->rq_clntcred;
844 auth = authunix_create(au->aup_machname,
845 au->aup_uid, au->aup_gid,
846 au->aup_len, au->aup_gids);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_tv.c 67 u16 ru, gu, bu, au; member in struct:color_conversion
129 * 10 bit fields (ay, au)
195 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
205 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200,
215 .ru = 0x074c, .gu = 0x0546, .bu = 0x05ec, .au = 0x0200,
225 .ru = 0x0788, .gu = 0x0581, .bu = 0x0322, .au = 0x0200,
235 .ru = 0x0745, .gu = 0x053f, .bu = 0x05e1, .au = 0x0200,
245 .ru = 0x0780, .gu = 0x0579, .bu = 0x031c, .au = 0x0200,
255 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
265 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200
    [all...]
  /src/sys/net/
if_wg.c 5001 int au = cmd == SIOCGDRVSPEC ? local in function:wg_is_authorized
5005 KAUTH_NETWORK_INTERFACE_WG, au, &wg->wg_if,

Completed in 23 milliseconds