Searched refs:uout (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gcclibs/libdecnumber/
H A DdecUtility.c230 Unit *uout = dn->lsu; /* -> current output unit */ local
233 Unit *last = uout; /* will be unit containing msd */
271 *uout = 0;
274 *uout = DPD2BIN[dpd]; /* convert 10 bits to binary 0-999 */
275 last = uout; /* record most significant unit */
277 uout++;
286 *uout = out;
287 uout++;
299 last = uout;
305 *uout
[all...]
/freebsd-12-stable/sys/dev/acpi_support/
H A Dacpi_hp.c1116 UINT8 uout; local
1134 uout = 0;
1135 acpi_hp_hex_to_int(uin, &uout);
1136 buffer[i/3] = (char) uout;
/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c98 void *uout, int uout_size,
112 ent->uout = uout;
835 err = mlx5_copy_from_msg(ent->uout,
840 ent->uout);
971 struct mlx5_cmd_msg *out, void *uout, int uout_size,
986 ent = alloc_cmd(cmd, in, uin_size, out, uout, uout_size, callback,
94 alloc_cmd(struct mlx5_cmd *cmd, struct mlx5_cmd_msg *in, int uin_size, struct mlx5_cmd_msg *out, void *uout, int uout_size, mlx5_cmd_cbk_t cbk, void *context, int page_queue) argument
969 mlx5_cmd_invoke(struct mlx5_core_dev *dev, struct mlx5_cmd_msg *in, int uin_size, struct mlx5_cmd_msg *out, void *uout, int uout_size, mlx5_cmd_cbk_t callback, void *context, int page_queue, u8 *status, bool force_polling) argument
/freebsd-12-stable/sys/dev/mlx5/
H A Ddriver.h839 void *uout; member in struct:mlx5_cmd_work_ent

Completed in 82 milliseconds