Home
last modified time | relevance | path

Searched refs:names (Results 1 – 25 of 60) sorted by relevance

123

/xen/tools/flask/policy/modules/
A Dvm_role.cons13 # | u1 op names
14 # | u2 op names
15 # | r1 op names
16 # | r2 op names
17 # | t1 op names
18 # | t2 op names
23 # names : name | { name_list }
/xen/tools/flask/policy/policy/
A Dmls46 # | u1 op names
47 # | u2 op names
48 # | r1 op names
49 # | r2 op names
50 # | t1 op names
51 # | t2 op names
52 # | u3 op names (NOTE: this is only available for mlsvalidatetrans)
53 # | r3 op names (NOTE: this is only available for mlsvalidatetrans)
54 # | t3 op names (NOTE: this is only available for mlsvalidatetrans)
59 # names : name | { name_list }
/xen/xen/tools/
A Dgen-cpuid.py21 self.names = {} # Value => Name mapping
72 if val in state.names:
74 (name, state.names[val]))
85 state.names[val] = name
94 if len(state.names) == 0:
313 % (state.names[f], state.names[feat]))
326 names = []
329 name = state.names.get(word * 32 + bit, "")
340 names.append(name.lower())
384 format_uint32s(state, state.names.keys(), 4),
[all …]
/xen/tools/python/
A Dpylintrc76 # List of variable names used for dummy variables (i.e. not used).
106 # names
109 # Regular expression which should only match correct module names
112 # Regular expression which should only match correct class names
115 # Regular expression which should only match correct function names
118 # Regular expression which should only match correct method names
121 # Regular expression which should only match correct argument names
124 # Regular expression which should only match correct variable names
128 good-names=i,j,k,ex,Run,_
130 # Bad variable names which should always be refused, separated by a comma
[all …]
/xen/docs/man/
A Dxen-pv-channel.7.pod164 Since channels are identified by names, application authors must ensure their
165 channel names are unique to avoid clashes. We recommend that channel names
166 include parts unique to the application such as a domain names. To assist
167 prevent clashes we recommend authors add their names to our global channel
178 It is important that channel names are globally unique. To help ensure
/xen/xen/common/
A Dlivepatch.c477 for ( i = 0; i < ARRAY_SIZE(names); i++ ) in check_special_sections()
485 elf->name, names[i]); in check_special_sections()
492 elf->name, names[i]); in check_special_sections()
499 elf->name, names[i]); in check_special_sections()
535 elf->name, names[i]); in check_patching_sections()
542 elf->name, names[i]); in check_patching_sections()
549 elf->name, names[i]); in check_patching_sections()
1628 static const char *const names[] = { in check_for_livepatch_work() local
2059 static const char *const names[] = { in state2str() local
2065 if ( state >= ARRAY_SIZE(names) || !names[state] ) in state2str()
[all …]
/xen/tools/xl/
A DCODING_STYLE121 and Pascal programmers, C programmers do not use cute names like
126 HOWEVER, while mixed-case names are frowned upon, descriptive names for
131 have descriptive names, as do global functions. If you have a function
139 LOCAL variable names should be short, and to the point. If you have
152 Variables, type names and function names are
155 names.
/xen/tools/libxl/
A DCODING_STYLE34 The following local variable names should be used where applicable:
239 and Pascal programmers, C programmers do not use cute names like
244 HOWEVER, while mixed-case names are frowned upon, descriptive names for
249 have descriptive names, as do global functions. If you have a function
257 LOCAL variable names should be short, and to the point. If you have
270 Variables, type names and function names are
272 Type names and function names use the prefix libxl__ when internal to
275 names.
/xen/xen/xsm/flask/include/
A Dconditional.h18 int security_get_bools(int *len, char ***names, int **values, size_t *maxstr);
/xen/tools/libs/hypfs/
A Dcore.c375 char *names; in xenhypfs_readdir() local
407 names = (char *)(ret_buf + n); in xenhypfs_readdir()
412 ret_buf[n].name = names; in xenhypfs_readdir()
413 strcpy(names, entry->name); in xenhypfs_readdir()
414 names += strlen(entry->name) + 1; in xenhypfs_readdir()
/xen/xen/xsm/flask/ss/
A Dservices.c1788 if ( names ) in security_get_bools()
1789 *names = NULL; in security_get_bools()
1801 if ( names ) in security_get_bools()
1803 *names = xzalloc_array(char *, *len); in security_get_bools()
1804 if ( !*names ) in security_get_bools()
1817 if ( names ) { in security_get_bools()
1818 (*names)[i] = xmalloc_array(char, name_len + 1); in security_get_bools()
1819 if ( !(*names)[i] ) in security_get_bools()
1831 if ( names && *names ) in security_get_bools()
1834 xfree((*names)[i]); in security_get_bools()
[all …]
A Dconstraint.h50 struct ebitmap names; /* names */ member
/xen/tools/ocaml/xenstored/
A Dsymbol.mli17 (** Node names *)
19 (** Xenstore nodes names are often the same, ie. "local", "domain", "device", ... so it is worth to
/xen/xen/tools/kconfig/tests/
A Dpytest.ini4 # Pytest requires that test files have unique names, because pytest imports
/xen/tools/misc/
A Dxen-livepatch.c56 static const char *const names[] = { in state2str() local
61 if (state >= ARRAY_SIZE(names) || !names[state]) in state2str()
64 return names[state]; in state2str()
/xen/scripts/
A Dget_maintainer.pl330 names => {},
357 $mailmap->{names}->{$address} = $real_name;
373 $mailmap->{names}->{$wrong_address} = $real_name;
391 $mailmap->{names}->{$wrong_email} = $real_name;
1244 if (exists $mailmap->{names}->{$email} ||
1246 if (exists $mailmap->{names}->{$email}) {
1247 $real_name = $mailmap->{names}->{$email};
1253 if (exists $mailmap->{names}->{$address}) {
1254 $real_name = $mailmap->{names}->{$address};
/xen/tools/flask/policy/policy/support/
A Dmls_macros.spt51 # Basic level names for system low and high
/xen/tools/tests/xen-access/
A Dxen-access.c326 static const char* names[] = { in get_x86_ctrl_reg_name() local
333 if ( index >= ARRAY_SIZE(names) || names[index] == NULL ) in get_x86_ctrl_reg_name()
336 return names[index]; in get_x86_ctrl_reg_name()
/xen/tools/ocaml/libs/xentoollog/
A Dxentoollog.ml.in39 (* Callback names are supposed to be unique *)
/xen/docs/misc/
A Dpvcalls.pandoc420 - See the [POSIX socket function][connect] for error names; see
488 - See the [POSIX connect function][connect] for error names; see
543 - See the [POSIX shutdown function][shutdown] for error names; see
586 - See the [POSIX bind function][bind] for error names; see
623 - See the [POSIX listen function][listen] for error names; see
695 - See the [POSIX accept function][accept] for error names; see
735 - See the [POSIX poll function][poll] for error names; see
753 The numbers corresponding to the error names specified by POSIX are:
A Dconsole.txt41 * (optional) string names;
48 how to use channels and includes a registry of well-known channel names.
A Dkconfig.rst179 names, so you have to know something close to what you are
278 names, so you have to know something close to what you are
/xen/docs/misc/arm/device-tree/
A Dbooting.txt60 names are non-optional and must be included.
93 To be compatible with Xen 4.4 as well use the legacy names:
/xen/xen/
A DMakefile486 $(eval names := $(shell grep -o "[a-zA-Z0-9_/-]*\.[cS]" $(f))) \
487 $(foreach sf, $(names), \
/xen/xen/arch/x86/
A Dtraps.c690 static const char names[][4] = { in vec_name() local
701 return (vec < ARRAY_SIZE(names) && names[vec][0]) ? names[vec] : "???"; in vec_name()

Completed in 63 milliseconds

123