Home
last modified time | relevance | path

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

/openbmc/libpldm/src/requester/
H A Dinstance-id.c102 .l_type = F_RDLCK,
108 .l_type = F_WRLCK,
114 .l_type = F_UNLCK,
184 if (flop.l_type == F_UNLCK) { in pldm_instance_id_alloc()
191 if (flop.l_type != F_RDLCK) { in pldm_instance_id_alloc()
/openbmc/qemu/linux-user/generic/
H A Dfcntl.h128 short l_type; member
143 abi_short l_type; member
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dparser_factory.cpp107 vpdType l_type = vpdTypeCheck(i_vpdVector); in getParser() local
109 switch (l_type) in getParser()
/openbmc/qemu/linux-user/mips/
H A Dtarget_fcntl.h33 short l_type; member
/openbmc/qemu/util/
H A Dosdep.c204 .l_type = F_WRLCK, in qemu_probe_lock_ops()
249 .l_type = fl_type, in qemu_lock_fcntl()
273 .l_type = exclusive ? F_WRLCK : F_RDLCK, in qemu_lock_fd_test()
280 return fl.l_type == F_UNLCK ? 0 : -EAGAIN; in qemu_lock_fd_test()
H A Doslib-posix.c143 .l_type = F_WRLCK, in qemu_write_pidfile()
/openbmc/qemu/bsd-user/freebsd/
H A Dos-stat.h581 __get_user(fl.l_type, &target_fl->l_type); in do_freebsd_fcntl()
593 __put_user(fl.l_type, &target_fl->l_type); in do_freebsd_fcntl()
608 __get_user(fl.l_type, &target_fl->l_type); in do_freebsd_fcntl()
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/
H A Dfcntl-lock.c266 lock.l_type = type; in main()
/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h423 int16_t l_type; member
/openbmc/phosphor-networkd/src/
H A Dncsi_util.cpp786 .l_type = F_WRLCK, in allocateIID()