Function lrs::syscall::ioctl_siocgstampns

Executes ioctl with the SIOCGSTAMPNS option.

Syntax

fn ioctl_siocgstampns(fd: i32, time: &mut timespec) -> i32

Arguments

NameDescription
fd

The file descriptor on which to operate.

time

A place into which the retrieved time will be placed.

Return value

Returns success or an error value.

See also