OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:l_type
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/compat/ultrix/
ultrix_flock.h
4
int16_t
l_type
;
member in struct:ultrix_flock
/src/sys/compat/linux32/common/
linux32_fcntl.c
67
short
l_type
;
member in struct:linux32_flock
75
short
l_type
;
member in struct:linux32_flock64
/src/sys/compat/linux/common/
linux_fcntl.h
88
short
l_type
;
member in struct:linux_flock
96
short
l_type
;
member in struct:linux_flock64
162
switch (src->
l_type
) { \
164
dst->
l_type
= dst_f##_RDLCK; \
167
dst->
l_type
= dst_f##_UNLCK; \
170
dst->
l_type
= dst_f##_WRLCK; \
173
dst->
l_type
= -1; \
/src/sys/compat/sunos/
sunos_ioctl.c
932
short
l_type
;
member in struct:sunos_flock
953
switch (iflp->
l_type
) {
955
oflp->
l_type
= SUNOS_F_RDLCK;
958
oflp->
l_type
= SUNOS_F_WRLCK;
961
oflp->
l_type
= SUNOS_F_UNLCK;
964
oflp->
l_type
= -1;
982
switch (iflp->
l_type
) {
984
oflp->
l_type
= F_RDLCK;
987
oflp->
l_type
= F_WRLCK;
990
oflp->
l_type
= F_UNLCK
[
all
...]
/src/sys/compat/sunos32/
sunos32_ioctl.c
958
short
l_type
;
member in struct:sunos_flock
979
switch (iflp->
l_type
) {
981
oflp->
l_type
= SUNOS_F_RDLCK;
984
oflp->
l_type
= SUNOS_F_WRLCK;
987
oflp->
l_type
= SUNOS_F_UNLCK;
990
oflp->
l_type
= -1;
1008
switch (iflp->
l_type
) {
1010
oflp->
l_type
= F_RDLCK;
1013
oflp->
l_type
= F_WRLCK;
1016
oflp->
l_type
= F_UNLCK
[
all
...]
/src/sys/sys/
fcntl.h
287
short
l_type
; /* lock type: read/write, etc. */
member in struct:flock
Completed in 16 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025