OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ko
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/kern/
subr_kobj_vfs.c
82
kobj_close_vfs(kobj_t
ko
)
85
VOP_UNLOCK(
ko
->ko_source);
86
vn_close(
ko
->ko_source, FREAD, kauth_cred_get());
95
kobj_read_vfs(kobj_t
ko
, void **basep, size_t size, off_t off,
102
KASSERT(
ko
->ko_source != NULL);
110
if ((uintptr_t)base >= (uintptr_t)
ko
->ko_text_address &&
112
(uintptr_t)
ko
->ko_text_address +
ko
->ko_text_size)
114
if ((uintptr_t)base >= (uintptr_t)
ko
->ko_data_address &&
116
(uintptr_t)
ko
->ko_data_address + ko->ko_data_size
157
ko
bj_t
ko
;
local
[
all
...]
subr_kobj.c
109
kobj_t
ko
;
local
111
ko
= kmem_zalloc(sizeof(*
ko
), KM_SLEEP);
112
ko
->ko_type = KT_MEMORY;
113
kobj_setname(
ko
, name);
114
ko
->ko_source = base;
115
ko
->ko_memsize = size;
116
ko
->ko_read = kobj_read_mem;
117
ko
->ko_close = kobj_close_mem;
119
*kop =
ko
;
[
all
...]
/src/sbin/ifconfig/
env.c
51
prop_object_t
ko
, o;
local
61
while (i != NULL && (
ko
= prop_object_iterator_next(i)) != NULL) {
62
k = (prop_dictionary_keysym_t)
ko
;
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
koenig.cc
289
K::O
ko
;
local
290
foo (
ko
, 1);
291
foo (
ko
, 1.0f);
292
//bar(
ko
,1);
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
koenig.cc
289
K::O
ko
;
local
290
foo (
ko
, 1);
291
foo (
ko
, 1.0f);
292
//bar(
ko
,1);
/src/sbin/efi/
showvar.c
241
EFI_KEY_OPTION *
ko
;
member in union:__anon728
255
u.
ko
->DescLocation + sizeof(uint16_t) < v->ev.datasize) {
256
size_t sz = v->ev.datasize - u.
ko
->DescLocation;
257
desc = ucs2_to_utf8((uint16_t *)&u.bp[u.
ko
->DescLocation],
266
u.
ko
->KeyData.PackedValue);
279
printf("\tBoot%04X \t%s", u.
ko
->BootOption, cp);
284
for (i = 0; i < u.
ko
->KeyData.Options.InputKeyCount; i++)
285
printf(" {%04x, %04x}", u.
ko
->Keys[i].ScanCode,
286
u.
ko
->Keys[i].UnicodeChar);
291
printf(" BootOptionCrc: 0x%08x\n", u.
ko
->BootOptionCrc)
[
all
...]
/src/external/mit/lua/dist/src/
ltable.c
792
TValue
ko
;
local
793
setsvalue(cast(lua_State *, NULL), &
ko
, key);
local
794
return getgeneric(t, &
ko
, 0);
/src/external/gpl2/texinfo/dist/makeinfo/
lang.h
43
ka, kk, kl, km, kn,
ko
, ks, ku, ky,
enumerator in enum:__anon9561
Completed in 19 milliseconds
Indexes created Wed May 06 00:24:28 UTC 2026