Home
last modified time | relevance | path

Searched defs:name (Results 26 – 50 of 4274) sorted by relevance

12345678910>>...171

/freebsd/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dtree.h57 #define SPLAY_HEAD(name, type) \ argument
114 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument
156 #define SPLAY_GENERATE(name, type, field, cmp) \ argument
280 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ argument
285 #define SPLAY_FOREACH(x, name, head) \ argument
291 #define RB_HEAD(name, type) \ argument
376 #define RB_PROTOTYPE(name, type, field, cmp) \ argument
389 #define RB_GENERATE(name, type, field, cmp) \ argument
667 #define RB_FIND(name, x, y) name##_RB_FIND(x, y) argument
668 #define RB_NEXT(name, x, y) name##_RB_NEXT(y) argument
[all …]
/freebsd/sys/contrib/libfdt/
H A Dlibfdt.h228 #define fdt_set_hdr_(name) \ argument
599 const char *name, in fdt_get_property_w()
657 const char *name, int namelen, in fdt_getprop_namelen_w()
696 const char *name, int *lenp) in fdt_getprop_w()
1194 const char *name, uint32_t val) in fdt_setprop_inplace_u32()
1229 const char *name, uint64_t val) in fdt_setprop_inplace_u64()
1241 const char *name, uint32_t val) in fdt_setprop_inplace_cell()
1336 #define fdt_property_string(fdt, name, str) \ argument
1686 const char *name, uint32_t val) in fdt_appendprop_u32()
1721 const char *name, uint64_t val) in fdt_appendprop_u64()
[all …]
/freebsd/contrib/libevent/WIN32-Code/
H A Dtree.h57 #define SPLAY_HEAD(name, type) \ argument
114 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument
156 #define SPLAY_GENERATE(name, type, field, cmp) \ argument
280 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ argument
285 #define SPLAY_FOREACH(x, name, head) \ argument
291 #define RB_HEAD(name, type) \ argument
376 #define RB_PROTOTYPE(name, type, field, cmp) \ argument
389 #define RB_GENERATE(name, type, field, cmp) \ argument
667 #define RB_FIND(name, x, y) name##_RB_FIND(x, y) argument
668 #define RB_NEXT(name, x, y) name##_RB_NEXT(y) argument
[all …]
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_plist.c184 bhnd_nvram_plist_contains(bhnd_nvram_plist *plist, const char *name) in bhnd_nvram_plist_contains()
242 bhnd_nvram_plist_replace_val(bhnd_nvram_plist *plist, const char *name, in bhnd_nvram_plist_replace_val()
326 bhnd_nvram_plist_remove(bhnd_nvram_plist *plist, const char *name) in bhnd_nvram_plist_remove()
358 bhnd_nvram_plist_get_entry(bhnd_nvram_plist *plist, const char *name) in bhnd_nvram_plist_get_entry()
458 bhnd_nvram_plist_append_val(bhnd_nvram_plist *plist, const char *name, in bhnd_nvram_plist_append_val()
572 bhnd_nvram_plist_get_prop(bhnd_nvram_plist *plist, const char *name) in bhnd_nvram_plist_get_prop()
593 bhnd_nvram_plist_get_val(bhnd_nvram_plist *plist, const char *name) in bhnd_nvram_plist_get_val()
651 bhnd_nvram_plist_get_char(bhnd_nvram_plist *plist, const char *name, in bhnd_nvram_plist_get_char()
672 bhnd_nvram_plist_get_uint8(bhnd_nvram_plist *plist, const char *name, in bhnd_nvram_plist_get_uint8()
756 bhnd_nvram_plist_get_bool(bhnd_nvram_plist *plist, const char *name, in bhnd_nvram_plist_get_bool()
[all …]
/freebsd/sys/sys/
H A Dsdt.h38 #define DTRACE_PROBE(prov, name) { \ argument
43 #define DTRACE_PROBE1(prov, name, arg1) { \ argument
91 #define SDT_PROBE_DEFINE(prov, mod, func, name) argument
92 #define SDT_PROBE_DECLARE(prov, mod, func, name) argument
108 #define SDT_PROBE0(prov, mod, func, name) argument
109 #define SDT_PROBE1(prov, mod, func, name, arg0) argument
137 #define DTRACE_PROBE(name) argument
138 #define DTRACE_PROBE1(name, type0, arg0) argument
366 #define DTRACE_PROBE(name) \ argument
441 const char *name; member
[all …]
H A Dfail.h198 #define KFAIL_POINT_DECLARE(name) \ argument
200 #define _FAIL_POINT_NAME(name) _fail_point_##name argument
202 #define KFAIL_POINT_DEFINE(parent, name, flags) \ argument
223 #define _FAIL_POINT_INIT(parent, name, flags) \ argument
225 #define _FAIL_POINT_EVAL(name, cond, code...) \ argument
234 #define KFAIL_POINT_EVAL(name, code...) \ argument
245 #define KFAIL_POINT_RETURN(parent, name) \ argument
255 #define KFAIL_POINT_RETURN_VOID(parent, name) \ argument
266 #define KFAIL_POINT_ERROR(parent, name, error_var) \ argument
279 #define KFAIL_POINT_GOTO(parent, name, error_var, label) \ argument
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dis.c41 dt_dis_log(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) in dt_dis_log()
49 dt_dis_branch(const dtrace_difo_t *dp, const char *name, in dt_dis_branch()
57 dt_dis_load(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) in dt_dis_load()
65 dt_dis_store(const dtrace_difo_t *dp, const char *name, in dt_dis_store()
74 dt_dis_str(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) in dt_dis_str()
81 dt_dis_r1rd(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) in dt_dis_r1rd()
89 dt_dis_cmp(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) in dt_dis_cmp()
97 dt_dis_tst(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) in dt_dis_tst()
120 dt_dis_scope(const char *name) in dt_dis_scope()
215 const char *name, dif_instr_t in, FILE *fp) in dt_dis_pushts()
[all …]
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A Dexceptions.py41 name = None variable in ZFSError
100 def __init__(self, name): argument
114 def __init__(self, name): argument
122 def __init__(self, name): argument
129 def __init__(self, name): argument
136 def __init__(self, name): argument
144 def __init__(self, name): argument
152 def __init__(self, name): argument
159 def __init__(self, name): argument
166 def __init__(self, name): argument
[all …]
/freebsd/stand/libsa/
H A Dnvstore.c53 nvstore_get_store(const char *name) in nvstore_get_store()
68 nvstore_init(const char *name, nvs_callbacks_t *cb, void *data) in nvstore_init()
92 nvstore_fini(const char *name) in nvstore_fini()
117 nvstore_get_var(void *ptr, const char *name, void **data) in nvstore_get_var()
125 nvstore_set_var(void *ptr, int type, const char *name, in nvstore_set_var()
134 nvstore_set_var_from_string(void *ptr, const char *type, const char *name, in nvstore_set_var_from_string()
143 nvstore_unset_var(void *ptr, const char *name) in nvstore_unset_var()
/freebsd/usr.bin/rpcgen/
H A Drpc_hout.c111 storexdrfuncdecl(const char *name, int pointerp) in storexdrfuncdecl()
133 print_xdr_func_def(const char *name, int pointerp) in print_xdr_func_def()
154 char *name; in pargdef() local
186 const char *name = def->def_name; in pstructdef() local
200 const char *name = def->def_name; in puniondef() local
225 pdefine(const char *name, const char *num) in pdefine()
231 puldefine(const char *name, const char *num) in puldefine()
256 pfreeprocdef(const char * name, const char *vers) in pfreeprocdef()
264 pdispatch(const char * name, const char *vers) in pdispatch()
367 const char *name = def->def_name; in penumdef() local
[all …]
/freebsd/usr.bin/mail/
H A Dvars.c45 assign(const char *name, const char *value) in assign()
102 value(const char *name) in value()
117 lookup(const char *name) in lookup()
132 findgroup(char name[]) in findgroup()
146 printgroup(char name[]) in printgroup()
166 hash(const char *name) in hash()
/freebsd/lib/libsys/aarch64/
H A DSYS.h33 #define _SYSCALL(name) \ argument
44 #define _SYSCALL_BODY(name) \ argument
51 #define PSEUDO(name) \ argument
57 #define RSYSCALL(name) \ argument
/freebsd/lib/libsys/amd64/
H A DSYS.h38 #define _SYSCALL(name) \ argument
44 #define _SYSCALL_BODY(name) \ argument
50 #define RSYSCALL(name) ENTRY(__sys_##name); \ argument
56 #define PSEUDO(name) ENTRY(__sys_##name); \ argument
/freebsd/lib/libsys/powerpc/
H A DSYS.h37 #define _SYSCALL(name) \ argument
44 #define _SYSCALL_BODY(name) \ argument
50 #define PSEUDO(name) \ argument
58 #define RSYSCALL(name) \ argument
/freebsd/lib/libsys/powerpc64/
H A DSYS.h37 #define _SYSCALL(name) \ argument
44 #define _SYSCALL_BODY(name) \ argument
58 #define PSEUDO(name) \ argument
66 #define RSYSCALL(name) \ argument
/freebsd/lib/libsys/i386/
H A DSYS.h38 #define _SYSCALL(name) \ argument
43 #define _SYSCALL_BODY(name) \ argument
49 #define RSYSCALL(name) ENTRY(__sys_##name); \ argument
55 #define PSEUDO(name) ENTRY(__sys_##name); \ argument
/freebsd/lib/libsys/riscv/
H A DSYS.h39 #define _SYSCALL(name) \ argument
44 #define _SYSCALL_BODY(name) \ argument
52 #define PSEUDO(name) \ argument
58 #define RSYSCALL(name) \ argument
/freebsd/contrib/atf/atf-c/detail/
H A Denv.c40 atf_env_get(const char *name) in atf_env_get()
48 atf_env_get_with_default(const char *name, const char *default_value) in atf_env_get_with_default()
58 atf_env_has(const char *name) in atf_env_has()
64 atf_env_set(const char *name, const char *val) in atf_env_set()
92 atf_env_unset(const char *name) in atf_env_unset()
/freebsd/usr.bin/m4/
H A Dlook.c99 lookup(const char *name) in lookup()
105 lookup_macro_definition(const char *name) in lookup_macro_definition()
117 setup_definition(struct macro_definition *d, const char *defn, const char *name) in setup_definition()
137 create_entry(const char *name) in create_entry()
156 macro_define(const char *name, const char *defn) in macro_define()
170 macro_pushdef(const char *name, const char *defn) in macro_pushdef()
183 macro_undefine(const char *name) in macro_undefine()
200 macro_popdef(const char *name) in macro_popdef()
228 setup_builtin(const char *name, unsigned int type) in setup_builtin()
249 mark_traced(const char *name, int on) in mark_traced()
[all …]
/freebsd/sys/i386/include/
H A Dasmacros.h52 #define GEN_ENTRY(name) ALIGN_TEXT; .globl CNAME(name); \ argument
54 #define ENTRY(name) GEN_ENTRY(name) argument
55 #define ALTENTRY(name) GEN_ENTRY(name) argument
56 #define END(name) .size name, . - name argument
66 #define IDTVEC(name) ALIGN_TEXT; .globl __CONCAT(X,name); \ argument
156 #define ELFNOTE(name, type, desctype, descdata...) \ argument
/freebsd/contrib/libucl/klib/
H A Dkhash.h194 #define __KHASH_TYPE(name, khkey_t, khval_t) \ argument
432 #define khash_t(name) kh_##name##_t argument
439 #define kh_init(name) kh_init_##name() argument
446 #define kh_destroy(name, h) kh_destroy_##name(h) argument
453 #define kh_clear(name, h) kh_clear_##name(h) argument
483 #define kh_get(name, h, k) kh_get_##name(h, k) argument
491 #define kh_del(name, h, k) kh_del_##name(h, k) argument
585 #define KHASH_SET_INIT_INT(name) \ argument
593 #define KHASH_MAP_INIT_INT(name, khval_t) \ argument
600 #define KHASH_SET_INIT_INT64(name) \ argument
[all …]
/freebsd/sys/kern/
H A Dkern_environment.c161 char *name, *value; in sys_kenv() local
541 _getenv_static(const char *name) in _getenv_static()
561 kern_getenv(const char *name) in kern_getenv()
588 testenv(const char *name) in testenv()
679 kern_unsetenv(const char *name) in kern_unsetenv()
708 kenv_acquire(const char *name) in kenv_acquire()
893 getenv_int(const char *name, int *data) in getenv_int()
953 getenv_long(const char *name, long *data) in getenv_long()
1028 getenv_bool(const char *name, bool *data) in getenv_bool()
1060 getenv_is_true(const char *name) in getenv_is_true()
[all …]
/freebsd/sys/amd64/include/
H A Dasmacros.h63 #define GEN_ENTRY(name) ALIGN_TEXT; .globl CNAME(name); \ argument
65 #define ENTRY(name) GEN_ENTRY(name) argument
66 #define ALTENTRY(name) GEN_ENTRY(name) argument
67 #define END(name) .size name, . - name argument
91 #define IDTVEC(name) ALIGN_TEXT; .globl __CONCAT(X,name); \ argument
243 #define ELFNOTE(name, type, desctype, descdata...) \ argument
/freebsd/contrib/ntp/sntp/libevent/
H A Dht-internal.h11 #define HT_HEAD(name, type) \ argument
52 #define HT_FIND(name, head, elm) name##_HT_FIND((head), (elm)) argument
53 #define HT_INSERT(name, head, elm) name##_HT_INSERT((head), (elm)) argument
54 #define HT_REPLACE(name, head, elm) name##_HT_REPLACE((head), (elm)) argument
55 #define HT_REMOVE(name, head, elm) name##_HT_REMOVE((head), (elm)) argument
56 #define HT_START(name, head) name##_HT_START(head) argument
57 #define HT_NEXT(name, head, elm) name##_HT_NEXT((head), (elm)) argument
58 #define HT_NEXT_RMV(name, head, elm) name##_HT_NEXT_RMV((head), (elm)) argument
59 #define HT_CLEAR(name, head) name##_HT_CLEAR(head) argument
60 #define HT_INIT(name, head) name##_HT_INIT(head) argument
[all …]
/freebsd/contrib/libevent/
H A Dht-internal.h11 #define HT_HEAD(name, type) \ argument
52 #define HT_FIND(name, head, elm) name##_HT_FIND((head), (elm)) argument
53 #define HT_INSERT(name, head, elm) name##_HT_INSERT((head), (elm)) argument
54 #define HT_REPLACE(name, head, elm) name##_HT_REPLACE((head), (elm)) argument
55 #define HT_REMOVE(name, head, elm) name##_HT_REMOVE((head), (elm)) argument
56 #define HT_START(name, head) name##_HT_START(head) argument
57 #define HT_NEXT(name, head, elm) name##_HT_NEXT((head), (elm)) argument
58 #define HT_NEXT_RMV(name, head, elm) name##_HT_NEXT_RMV((head), (elm)) argument
59 #define HT_CLEAR(name, head) name##_HT_CLEAR(head) argument
60 #define HT_INIT(name, head) name##_HT_INIT(head) argument
[all …]

12345678910>>...171