Searched refs:lout (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/etc/periodic/daily/
H A D404.status-zfs21 lout=`zpool list`
22 echo "$lout"
/freebsd-11-stable/release/picobsd/tinyware/login/
H A Dpico-login.c1068 refused(msg, rtype, lout)
1071 int lout;
1082 if (lout)
/freebsd-11-stable/usr.bin/login/
H A Dlogin.c941 refused(const char *msg, const char *rtype, int lout) argument
952 if (lout)
/freebsd-11-stable/usr.bin/xlint/common/
H A Demit.c47 static FILE *lout; variable
65 if ((lout = fopen(name, "w")) == NULL)
81 if (fclose(lout) == EOF)
113 if (fwrite(ob.o_buf, sz, 1, lout) != 1)
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Demit.c49 static FILE *lout; variable
67 if ((lout = fopen(name, "w")) == NULL)
82 if (fclose(lout) == EOF)
114 if (fwrite(ob.o_buf, sz, 1, lout) != 1)
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_mr.c59 u32 lout[MLX5_ST_SZ_DW(create_mkey_out)] = {0}; local
84 err = mlx5_cmd_exec(dev, in, inlen, lout, sizeof(lout));
90 mkey_index = MLX5_GET(create_mkey_out, lout, mkey_index);

Completed in 168 milliseconds