Home
last modified time | relevance | path

Searched refs:alloc (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/boot/efi/
Dutil.h34 #define xnew_alloc(type, n, alloc) \ argument
38 (type *) alloc(_alloc_size); \
/systemd-251/src/basic/
Dmeson.build8 'alloc-util.c',
9 'alloc-util.h',
/systemd-251/src/test/
Dmeson.build231 [files('test-alloc-util.c')],
284 [files('test-uid-alloc-range.c')],
/systemd-251/src/shared/
Dmeson.build307 'uid-alloc-range.c',
308 'uid-alloc-range.h',
/systemd-251/
Dmeson_options.txt226 option('system-alloc-uid-min', type : 'integer', value : '-1',
228 option('system-alloc-gid-min', type : 'integer', value : '-1',
Dmeson.build783 foreach tuple : [['system-alloc-uid-min', 'SYS_UID_MIN', 1], # Also see login.defs(5).
785 ['system-alloc-gid-min', 'SYS_GID_MIN', 1],
4127 'system UIDs' : '<=@0@ (alloc >=@1@)'.format(conf.get('SYSTEM_UID_MAX'),
4129 'system GIDs' : '<=@0@ (alloc >=@1@)'.format(conf.get('SYSTEM_GID_MAX'),