Searched defs:name (Results 176 - 200 of 227) sorted by relevance

12345678910

/seL4-camkes-master/kernel/libsel4/arch_include/arm/sel4/arch/
H A Dsyscalls.h633 LIBSEL4_INLINE_FUNC void seL4_DebugNameThread(seL4_CPtr tcb, const char *name) argument
/seL4-camkes-master/kernel/libsel4/sel4_arch_include/x86_64/sel4/sel4_arch/
H A Dsyscalls.h662 LIBSEL4_INLINE_FUNC void seL4_DebugNameThread(seL4_CPtr tcb, const char *name) argument
/seL4-camkes-master/projects/lwip/src/api/
H A Dapi_lib.c1271 netconn_gethostbyname_addrtype(const char *name, ip_addr_t *addr, u8_t dns_addrtype) argument
[all...]
H A Dapi_msg.c2117 lwip_netconn_do_dns_found(const char *name, const ip_addr_t *ipaddr, void *arg) argument
/seL4-camkes-master/projects/sel4runtime/src/
H A Denv.c275 static void name_process(char const *name) argument
/seL4-camkes-master/projects/seL4_libs/libsel4test/include/sel4test/
H A Dtest.h90 const char *name; member in struct:test_type
126 char name[TEST_NAME_MAX]; member in struct:testcase
/seL4-camkes-master/projects/camkes-tool/camkes/templates/
H A Dmacros.py323 name = "%s_0_fault_handler" % instance_name variable in class:threads.Thread
[all...]
/seL4-camkes-master/projects/seL4_projects_libs/libsel4vmmplatsupport/src/arch/arm/devices/
H A Dvpci.c223 static int append_prop_with_cells(void *fdt, int offset, uint64_t val, int num_cells, const char *name) argument
/seL4-camkes-master/projects/musllibc/include/
H A Dresolv.h72 char *name; member in struct:res_sym
/seL4-camkes-master/projects/util_libs/libfdt/
H A Dfdt_ro.c235 fdt_subnode_offset_namelen(const void *fdt, int offset, const char *name, int namelen) argument
254 fdt_subnode_offset(const void *fdt, int parentoffset, const char *name) argument
403 fdt_get_property_namelen_(const void *fdt, int offset, const char *name, int namelen, int *lenp, int *poffset) argument
433 fdt_get_property_namelen(const void *fdt, int offset, const char *name, int namelen, int *lenp) argument
451 fdt_get_property(const void *fdt, int nodeoffset, const char *name, int *lenp) argument
459 fdt_getprop_namelen(const void *fdt, int nodeoffset, const char *name, int namelen, int *lenp) argument
486 const char *name; local
505 fdt_getprop(const void *fdt, int nodeoffset, const char *name, int *lenp) argument
528 fdt_get_alias_namelen(const void *fdt, const char *name, int namelen) argument
540 fdt_get_alias(const void *fdt, const char *name) argument
549 const char *name; local
[all...]
H A Dlibfdt.h666 fdt_get_property_w(void *fdt, int nodeoffset, const char *name, int *lenp) argument
724 fdt_getprop_namelen_w(void *fdt, int nodeoffset, const char *name, int namelen, int *lenp) argument
763 fdt_getprop_w(void *fdt, int nodeoffset, const char *name, int *lenp) argument
1261 fdt_setprop_inplace_u32(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
1296 fdt_setprop_inplace_u64(void *fdt, int nodeoffset, const char *name, uint64_t val) argument
1308 fdt_setprop_inplace_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
1374 fdt_property_u32(void *fdt, const char *name, uint32_t val) argument
1379 fdt_property_u64(void *fdt, const char *name, uint64_t val) argument
1386 fdt_property_cell(void *fdt, const char *name, uint32_t val) argument
1584 fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
1619 fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, uint64_t val) argument
1631 fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
1756 fdt_appendprop_u32(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
1791 fdt_appendprop_u64(void *fdt, int nodeoffset, const char *name, uint64_t val) argument
1803 fdt_appendprop_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
[all...]
/seL4-camkes-master/tools/riscv-pk/pk/
H A Dsyscall.c83 int sys_openat(int dirfd, const char* name, int flags, int mode) argument
102 int sys_open(const char* name, int flags, int mode) argument
197 long sys_lstat(const char* name, void* st) argument
206 long sys_fstatat(int dirfd, const char* name, void* st, int flags) argument
219 sys_stat(const char* name, void* st) argument
224 sys_faccessat(int dirfd, const char *name, int mode) argument
234 sys_access(const char *name, int mode) argument
258 sys_unlinkat(int dirfd, const char* name, int flags) argument
268 sys_unlink(const char* name) argument
273 sys_mkdirat(int dirfd, const char* name, int mode) argument
283 sys_mkdir(const char* name, int mode) argument
[all...]
/seL4-camkes-master/tools/rumprun/lib/libbmk_core/
H A Dsched.c439 bmk_sched_create_withtls(const char *name, void *cookie, int joinable, argument
481 bmk_sched_create(const char *name, void *cookie, int joinable, argument
/seL4-camkes-master/tools/rumprun/lib/librumprun_base/
H A Dconfig.c654 const char *name; member in struct:__anon888
/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_dev_tap_windows.c328 LPSTR name; local
447 get_first_device_guid(const struct tap_reg *tap_reg, const struct panel_reg *panel_reg, char *name) argument
492 char name[256]; local
1066 pico_tap_create(char *name, uint8_t *mac) argument
[all...]
H A Dpico_dhcp_common.h138 char name[1]; variable
141 char name[1]; variable
/seL4-camkes-master/projects/picotcp/test/unit/
H A Dmodunit_pico_dns_common.c508 uint8_t *name = (uint8_t *)(data + 24); local
541 uint8_t *name = buf + 29u; local
993 char name[] = "\3www\4tass\2be\0"; local
1011 char name[] = "\\4mail\\xc0\\x02"; local
[all...]
/seL4-camkes-master/projects/projects_libs/libfdtgen/
H A Dfdtgen.c30 char *name; member in struct:__anon1
241 const char *name = fdt_get_string(dtb, fdt32_ld(&prop->nameoff), &lenp); local
[all...]
/seL4-camkes-master/kernel/libsel4/sel4_arch_include/ia32/sel4/sel4_arch/
H A Dsyscalls.h866 LIBSEL4_INLINE_FUNC void seL4_DebugNameThread(seL4_CPtr tcb, const char *name) argument
/seL4-camkes-master/projects/lwip/src/apps/sntp/
H A Dsntp.c231 const char *name; member in struct:sntp_server
[all...]
/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Dchap_ms.c249 static int chapms_verify_response(ppp_pcb *pcb, int id, const char *name, argument
297 static int chapms2_verify_response(ppp_pcb *pcb, int id, const char *name, argument
312 ChapMS2(pcb, (const u_char*)challenge, (const u_char*)&response[MS_CHAP2_PEER_CHALLENGE], name, local
/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/tk1/
H A Dmux.c141 const char *name; member in struct:tk1_mux_feature_pinmap_
/seL4-camkes-master/kernel/libsel4/arch_include/riscv/sel4/arch/
H A Dsyscalls.h838 LIBSEL4_INLINE_FUNC void seL4_DebugNameThread(seL4_CPtr tcb, const char *name) argument
/seL4-camkes-master/tools/cogent/impl/fs/vfat/cogent/plat/linux/
H A Ddir.c358 fat_parse_short(struct super_block *sb, const struct msdos_dir_entry *de, unsigned char *name, int dot_hidden) argument
470 fat_search_long(struct inode *inode, const unsigned char *name, int name_len, struct fat_slot_info *sinfo) argument
970 fat_scan(struct inode *dir, const unsigned char *name, struct fat_slot_info *sinfo) argument
[all...]
H A Dfat.h215 static inline unsigned char fat_checksum(const __u8 *name) argument
[all...]

Completed in 182 milliseconds

12345678910