Symbol: lvalue
lib/clang/liblldb/LLDBWrapLua.cpp
1016
long lvalue;
lib/clang/liblldb/LLDBWrapLua.cpp
1238
entry->value.value.userdata.lvalue,
lib/clang/liblldb/LLDBWrapLua.cpp
2661
lua_pushinteger(L,(lua_Integer)constants[i].lvalue);
lib/clang/liblldb/LLDBWrapLua.cpp
2672
char c = (char)constants[i].lvalue;
lib/clang/liblldb/LLDBWrapLua.cpp
2689
SWIG_NewMemberObj(L,constants[i].pvalue,constants[i].lvalue,*(constants[i]).ptype);
lib/clang/liblldb/LLDBWrapLua.cpp
817
long lvalue;
lib/libc/gen/sysconf.c
188
lvalue = pathconf(path, _PC_NAME_MAX);
lib/libc/gen/sysconf.c
189
if (lvalue == -1 && errno != 0)
lib/libc/gen/sysconf.c
192
return (lvalue);
lib/libc/gen/sysconf.c
546
len = sizeof(lvalue);
lib/libc/gen/sysconf.c
548
if (sysctlbyname("kern.ipc.shmmin", &lvalue, &len, NULL,
lib/libc/gen/sysconf.c
608
len = sizeof(lvalue);
lib/libc/gen/sysconf.c
609
if (sysctlbyname("hw.availpages", &lvalue, &len, NULL, 0) == -1)
lib/libc/gen/sysconf.c
611
return (lvalue);
lib/libc/gen/sysconf.c
78
long lvalue, defaultresult;
sbin/tunefs/tunefs.c
100
avalue = jvalue = Jvalue = Lvalue = lvalue = Nvalue = nvalue = NULL;
sbin/tunefs/tunefs.c
200
lvalue = optarg;
sbin/tunefs/tunefs.c
201
if (strcmp(lvalue, "enable") &&
sbin/tunefs/tunefs.c
202
strcmp(lvalue, "disable")) {
sbin/tunefs/tunefs.c
435
if (strcmp(lvalue, "enable") == 0) {
sbin/tunefs/tunefs.c
442
} else if (strcmp(lvalue, "disable") == 0) {
sbin/tunefs/tunefs.c
85
const char *avalue, *jvalue, *Jvalue, *Lvalue, *lvalue, *Nvalue, *nvalue;
sys/dev/usb/video/udl.c
864
uint16_t lvalue;
sys/dev/usb/video/udl.c
866
lvalue = htobe16(value);
sys/dev/usb/video/udl.c
867
bcopy(&lvalue, cb->buf + cb->off, 2);
sys/dev/usb/video/udl.c
877
uint32_t lvalue;
sys/dev/usb/video/udl.c
880
lvalue = htobe32(value) << 8;
sys/dev/usb/video/udl.c
882
lvalue = htobe32(value) >> 8;
sys/dev/usb/video/udl.c
884
bcopy(&lvalue, cb->buf + cb->off, 3);
sys/dev/usb/video/udl.c
893
uint32_t lvalue;
sys/dev/usb/video/udl.c
895
lvalue = htobe32(value);
sys/dev/usb/video/udl.c
896
bcopy(&lvalue, cb->buf + cb->off, 4);
sys/kern/kern_mib.c
151
u_long lvalue;
sys/kern/kern_mib.c
154
lvalue = maxphys;
sys/kern/kern_mib.c
156
return (sysctl_handle_long(oidp, &lvalue, 0, req));
sys/kern/kern_mib.c
157
if (lvalue > INT_MAX)
sys/kern/kern_mib.c
158
return (sysctl_handle_long(oidp, &lvalue, 0, req));
sys/kern/kern_mib.c
159
ivalue = lvalue;
sys/kern/vfs_bio.c
481
long lvalue;
sys/kern/vfs_bio.c
485
lvalue = 0;
sys/kern/vfs_bio.c
487
lvalue += bdomain[i].bd_bufspace;
sys/kern/vfs_bio.c
489
return (sysctl_handle_long(oidp, &lvalue, 0, req));
sys/kern/vfs_bio.c
490
if (lvalue > INT_MAX)
sys/kern/vfs_bio.c
492
return (sysctl_handle_long(oidp, &lvalue, 0, req));
sys/kern/vfs_bio.c
493
ivalue = lvalue;
sys/kern/vfs_bio.c
500
long lvalue;
sys/kern/vfs_bio.c
503
lvalue = 0;
sys/kern/vfs_bio.c
505
lvalue += bdomain[i].bd_bufspace;
sys/kern/vfs_bio.c
506
return (sysctl_handle_long(oidp, &lvalue, 0, req));
usr.bin/tip/tip/cmds.c
354
alarm((unsigned int)lvalue(ETIMEOUT));
usr.bin/tip/tip/cmds.c
442
alarm((unsigned int)lvalue(ETIMEOUT));