Searched refs:desc (Results 376 - 400 of 1717) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/pjdfstest/tests/open/
H A D18.t5 desc="open returns EWOULDBLOCK when O_NONBLOCK and one of O_SHLOCK or O_EXLOCK is specified and the file is locked"
H A D19.t5 desc="open returns ENOSPC when O_CREAT is specified, the file does not exist, and there are no free inodes on the file system on which the file is being created"
H A D20.t5 desc="open returns ETXTBSY when the file is a pure procedure (shared text) file that is being executed and the open() system call requests write access"
/freebsd-13-stable/contrib/pjdfstest/tests/rename/
H A D01.t5 desc="rename returns ENAMETOOLONG if a component of either pathname exceeded {NAME_MAX} characters"
H A D11.t5 desc="rename returns ELOOP if too many symbolic links were encountered in translating one of the pathnames"
H A D12.t5 desc="rename returns ENOTDIR if a component of either path prefix is not a directory"
H A D17.t5 desc="rename returns EFAULT if one of the pathnames specified is outside the process's allocated address space"
H A D20.t5 desc="rename returns EEXIST or ENOTEMPTY if the 'to' argument is a directory and is not empty"
/freebsd-13-stable/contrib/pjdfstest/tests/rmdir/
H A D00.t5 desc="rmdir removes directories"
H A D01.t5 desc="rmdir returns ENOTDIR if a component of the path is not a directory"
H A D07.t5 desc="rmdir returns EACCES when search permission is denied for a component of the path prefix"
H A D08.t5 desc="rmdir returns EACCES when write permission is denied on the directory containing the link to be removed"
H A D13.t5 desc="rmdir returns EBUSY if the directory to be removed is the mount point for a mounted file system"
/freebsd-13-stable/contrib/pjdfstest/tests/symlink/
H A D11.t5 desc="symlink returns ENOSPC if there are no free inodes on the file system on which the symbolic link is being created"
/freebsd-13-stable/contrib/pjdfstest/tests/truncate/
H A D06.t5 desc="truncate returns EACCES if the named file is not writable by the user"
/freebsd-13-stable/contrib/pjdfstest/tests/unlink/
H A D05.t5 desc="unlink returns EACCES when search permission is denied for a component of the path prefix"
H A D06.t5 desc="unlink returns EACCES when write permission is denied on the directory containing the link to be removed"
/freebsd-13-stable/contrib/pjdfstest/tests/utimensat/
H A D00.t5 desc="utimensat changes timestamps on any type of file"
H A D04.t5 desc="utimensat can set mtime < atime or vice versa"
H A D08.t5 desc="utimensat can set timestamps with subsecond precision"
H A D09.t5 desc="utimensat is y2038 compliant"
/freebsd-13-stable/contrib/netbsd-tests/net/mcast/
H A Dt_mcast.sh69 local desc="$3"
73 atf_set \"descr\" \"${desc}\"; \
/freebsd-13-stable/sys/dev/virtio/
H A Dvirtio_ring.h90 struct vring_desc *desc; member in struct:vring
107 * struct vring_desc desc[num];
154 vr->desc = (struct vring_desc *) p;
/freebsd-13-stable/sys/security/audit/
H A Daudit_dtrace.c298 dtrace_argdesc_t *desc)
305 switch (desc->dtargd_ndx) {
321 desc->dtargd_ndx = DTRACE_ARGNONE;
329 desc->dtargd_ndx = DTRACE_ARGNONE;
333 desc->dtargd_ndx = DTRACE_ARGNONE;
337 strlcpy(desc->dtargd_native, p, sizeof(desc->dtargd_native));
433 dtaudit_provide(void *arg, dtrace_probedesc_t *desc) argument
297 dtaudit_getargdesc(void *arg, dtrace_id_t id, void *parg, dtrace_argdesc_t *desc) argument
/freebsd-13-stable/sys/dev/rtwn/rtl8192c/usb/
H A Dr92cu_tx.c50 r92cu_dump_tx_desc(struct rtwn_softc *sc, const void *desc) argument
53 const struct r92cu_tx_desc *txd = desc;

Completed in 116 milliseconds

<<11121314151617181920>>