Home
last modified time | relevance | path

Searched refs:IOCTL_BUFSZ (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dfcntlmodule.c98 #define IOCTL_BUFSZ 1024 in fcntl_ioctl() macro
119 char buf[IOCTL_BUFSZ+1]; /* argument plus NUL byte */ in fcntl_ioctl()
127 if (len <= IOCTL_BUFSZ) { in fcntl_ioctl()
137 if (len > IOCTL_BUFSZ) { in fcntl_ioctl()
156 if (mutate_arg && (len <= IOCTL_BUFSZ)) { in fcntl_ioctl()
174 if (len > IOCTL_BUFSZ) { in fcntl_ioctl()
211 #undef IOCTL_BUFSZ in fcntl_ioctl()