Searched refs:self_id (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-thread-equal.c30 uv_thread_t self_id = uv_thread_self(); local
32 ASSERT_NOT_NULL(self_id);
34 ASSERT(uv_thread_equal(&main_thread_id, &self_id) == 0);
/netbsd-current/sys/dev/ieee1394/
H A Dfirewire.c960 union fw_self_id *self_id; local
973 self_id = fc->topology_map->self_id;
981 *self_id = *((union fw_self_id *)sid);
983 if (self_id->p0.sequel == 0) {
988 node = self_id->p0.phy_id;
990 fc->max_node = self_id->p0.phy_id;
993 self_id->p0.phy_speed;
998 self_id->p0.phy_speed);
999 if ((fc->irm == -1 || self_id
2301 union fw_self_id *self_id; local
[all...]
H A Dfirewire.h412 union fw_self_id self_id[4*64]; member in struct:fw_topology_map
/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.h433 #define self_id objc_global_trees[OCTI_SELF_ID] macro
H A Dobjc-act.c3095 self_id = get_identifier ("self");
8424 PARM_DECL, self_id, self_type));
8889 super_expr = objc_build_component_ref (UOBJC_SUPER_decl, self_id);
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.h447 #define self_id objc_global_trees[OCTI_SELF_ID] macro
H A Dobjc-act.cc3171 self_id = get_identifier ("self");
8538 PARM_DECL, self_id, self_type));
9016 super_expr = objc_build_component_ref (UOBJC_SUPER_decl, self_id);
/netbsd-current/usr.sbin/fwctl/
H A Dfwcontrol.c525 sid = tmap->self_id[i];

Completed in 171 milliseconds