OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FIELD
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/ia64/disasm/
disasm_int.h
58
#define
FIELD
(i,o,l) ((uint32_t)_FLD64(i,o,l))
59
#define OPCODE(i)
FIELD
(i, 37, 4)
61
#define QP(i)
FIELD
(i, 0, QP_BITS)
63
#define REG(i,r)
FIELD
(i, ((r) - 1) * REG_BITS + QP_BITS, REG_BITS)
/src/sys/dev/microcode/aic7xxx/
aicasm_symbol.h
58
FIELD
,
/src/tests/fs/vfs/
t_vnops.c
124
#define
FIELD
(FN) \
132
FIELD
(st_dev);
133
FIELD
(st_mode);
134
FIELD
(st_ino);
135
FIELD
(st_nlink);
136
FIELD
(st_uid);
137
FIELD
(st_gid);
138
FIELD
(st_rdev);
143
FIELD
(st_size);
144
FIELD
(st_blocks)
[
all
...]
/src/lib/libform/
form.h
39
/* Define the types of
field
justification that can be used. */
56
/*
field
options */
57
#define O_VISIBLE (0x001) /*
Field
is visible */
58
#define O_ACTIVE (0x002) /*
Field
is active in the form */
59
#define O_PUBLIC (0x004) /* The contents entered into the
field
is echoed */
60
#define O_EDIT (0x008) /* Can edit the
field
*/
61
#define O_WRAP (0x010) /* The
field
contents can line wrap */
62
#define O_BLANK (0x020) /* Blank the
field
on modification */
63
#define O_AUTOSKIP (0x040) /* Skip to next
field
when current is full */
64
#define O_NULLOK (0x080) /*
Field
is allowed to contain no data *
[
all
...]
Completed in 43 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025