OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UIO_MX
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/fs/ptyfs/
ptyfs.h
141
#define
UIO_MX
32
/src/sys/miscfs/fdesc/
fdesc_vnops.c
526
#define
UIO_MX
_DIRENT_RECLEN((struct dirent *)NULL, sizeof("stderr") - 1)
563
if (uio->uio_resid <
UIO_MX
)
570
(void)memset(&d, 0,
UIO_MX
);
571
d.d_reclen =
UIO_MX
;
573
ncookies = uio->uio_resid /
UIO_MX
;
591
for (ft = &fdesc_targets[i]; uio->uio_resid >=
UIO_MX
&&
617
if ((error = uiomove(&d,
UIO_MX
, uio)) != 0)
630
for (; i - 2 < dt->dt_nfiles && uio->uio_resid >=
UIO_MX
; i++) {
653
if ((error = uiomove(&d,
UIO_MX
, uio)) != 0)
/src/sys/miscfs/kernfs/
kernfs.h
106
#define
UIO_MX
32
kernfs_vnops.c
67
#define
UIO_MX
32
77
/* NOTE: The name must be less than
UIO_MX
-16 chars in length */
102
/* NOTE: The name must be less than
UIO_MX
-16 chars in length */
912
if (uio->uio_resid <
UIO_MX
)
920
d.d_reclen =
UIO_MX
;
921
ncookies = uio->uio_resid /
UIO_MX
;
936
for (; i < nkern_targets && uio->uio_resid >=
UIO_MX
; i++) {
965
if ((error = uiomove(&d,
UIO_MX
, uio)) != 0)
986
for (; i < 2 && uio->uio_resid >=
UIO_MX
; i++) {
992
if ((error = uiomove(&d,
UIO_MX
, uio)) != 0
[
all
...]
/src/sys/miscfs/procfs/
procfs.h
182
#define
UIO_MX
32
Completed in 14 milliseconds
Indexes created Wed Sep 24 22:09:59 GMT 2025