Searched refs:id (Results 301 - 325 of 327) sorted by relevance

<<11121314

/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/exynos5/
H A Dclock.c141 switch (clk->id) {
173 switch (clk->id) {
/seL4-refos-master/kernel/src/arch/arm/kernel/
H A Dboot.c406 header.id = SEL4_BOOTINFO_HEADER_FDT;
417 header.id = SEL4_BOOTINFO_HEADER_PADDING;
586 /* we assume there exists a cpu with id 0 and will use it for bootstrapping */
/seL4-refos-master/libs/libmuslc/src/regex/
H A Dregcomp.c1175 int id = regset[i] / 2; local
1178 tnfa->submatch_data[id].so_tag = tag;
1180 tnfa->submatch_data[id].eo_tag = tag;
1257 int id = tre_stack_pop_int(stack); local
1262 regset[i] = id * 2 + 1;
1276 int id = node->submatch_id; local
1282 regset[i] = id * 2;
1288 tnfa->submatch_data[id].parents = NULL;
1297 assert(tnfa->submatch_data[id].parents == NULL);
1298 tnfa->submatch_data[id]
[all...]
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/pc99/
H A Dvirtio_pci.c231 unsigned int UNUSED desc = dev->tx_ring.used->ring[ring].id;
284 unsigned int UNUSED desc = dev->rx_ring.used->ring[ring].id;
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/imx6/
H A Denet.c314 .id = CLK_CUSTOM,
334 .id = CLK_CUSTOM,
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dshk.c1802 register unsigned int id = bp->bo_id; local
1805 obj = o_on(id, billobjs);
1807 obj = find_oid(id);
1817 find_oid(id)
1818 unsigned id;
1825 if ((obj = o_on(id, invent)) != 0) return obj;
1826 if ((obj = o_on(id, fobj)) != 0) return obj;
1827 if ((obj = o_on(id, level.buriedobjlist)) != 0) return obj;
1828 if ((obj = o_on(id, migrating_objs)) != 0) return obj;
1836 if ((obj = o_on(id, mo
[all...]
H A Dzap.c1202 poly_obj(obj, id)
1204 int id;
1208 boolean can_merge = (id == STRANGE_OBJECT);
1213 if (id == STRANGE_OBJECT) { /* preserve symbol */
1225 otmp = mksobj(id, FALSE, FALSE);
1228 if (USES_CORPSENM(obj->otyp) && USES_CORPSENM(id))
1295 if (id == STRANGE_OBJECT && obj->otyp == CORPSE) {
1364 if (id == STRANGE_OBJECT)
H A Dsp_lev.c780 else if (m->id != NON_PM) {
781 pm = &mons[m->id];
814 else if(PM_ARCHEOLOGIST <= m->id && m->id <= PM_WIZARD)
935 else if (o->id != -1)
936 otmp = mksobj_at(o->id, x, y, TRUE, !named);
1008 if (o->id == STATUE && Is_medusa_level(&u.uz) &&
H A Dinvent.c634 o_on(id, objchn)
635 unsigned int id;
641 if(objchn->o_id == id) return(objchn);
642 if (Has_contents(objchn) && (temp = o_on(id,objchn->cobj)))
H A Ddungeon.c96 br->id,
430 new_branch->id = branch_id++;
H A Dread.c1036 goto id;
1051 id:
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dshk.c1802 register unsigned int id = bp->bo_id; local
1805 obj = o_on(id, billobjs);
1807 obj = find_oid(id);
1817 find_oid(id)
1818 unsigned id;
1825 if ((obj = o_on(id, invent)) != 0) return obj;
1826 if ((obj = o_on(id, fobj)) != 0) return obj;
1827 if ((obj = o_on(id, level.buriedobjlist)) != 0) return obj;
1828 if ((obj = o_on(id, migrating_objs)) != 0) return obj;
1836 if ((obj = o_on(id, mo
[all...]
H A Dzap.c1202 poly_obj(obj, id)
1204 int id;
1208 boolean can_merge = (id == STRANGE_OBJECT);
1213 if (id == STRANGE_OBJECT) { /* preserve symbol */
1225 otmp = mksobj(id, FALSE, FALSE);
1228 if (USES_CORPSENM(obj->otyp) && USES_CORPSENM(id))
1295 if (id == STRANGE_OBJECT && obj->otyp == CORPSE) {
1364 if (id == STRANGE_OBJECT)
H A Dsp_lev.c780 else if (m->id != NON_PM) {
781 pm = &mons[m->id];
814 else if(PM_ARCHEOLOGIST <= m->id && m->id <= PM_WIZARD)
935 else if (o->id != -1)
936 otmp = mksobj_at(o->id, x, y, TRUE, !named);
1008 if (o->id == STATUE && Is_medusa_level(&u.uz) &&
H A Dinvent.c634 o_on(id, objchn)
635 unsigned int id;
641 if(objchn->o_id == id) return(objchn);
642 if (Has_contents(objchn) && (temp = o_on(id,objchn->cobj)))
H A Ddungeon.c96 br->id,
430 new_branch->id = branch_id++;
H A Dread.c1036 goto id;
1051 id:
/seL4-refos-master/libs/libmuslc/include/arpa/
H A Dnameser.h325 unsigned id :16; member in struct:__anon248
/seL4-refos-master/libs/libplatsupport/src/plat/tk1/
H A Dclock.c568 tk1_car_get_clock(clock_sys_t *cs, enum clk_id id) argument
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/zynq7000/uboot/
H A Dnet.h450 u16 id; member in struct:icmp_hdr::__anon881::__anon882
520 #define VLAN_IDMASK 0x0fff /* mask of valid vlan id */
816 /* Convert a VLAN id to a string */
819 /* Convert a string to a vlan id */
822 /* read a VLAN id from an environment variable */
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/tk1/
H A Dclock.c568 tk1_car_get_clock(clock_sys_t *cs, enum clk_id id) argument
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/tx2/uboot/
H A Dnet.h458 u16 id; member in struct:icmp_hdr::__anon1::__anon2
528 #define VLAN_IDMASK 0x0fff /* mask of valid vlan id */
836 /* Convert a VLAN id to a string */
839 /* Convert a string to a vlan id */
842 /* read a VLAN id from an environment variable */
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dlev_yacc.c1583 tmpmonst[nmons]->id = NON_PM;
1593 tmpmonst[nmons]->id = token;
1652 tmpobj[nobj]->id = -1;
1659 tmpobj[nobj]->id = token;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dlev_yacc.c1583 tmpmonst[nmons]->id = NON_PM;
1593 tmpmonst[nmons]->id = token;
1652 tmpobj[nobj]->id = -1;
1659 tmpobj[nobj]->id = token;
/seL4-refos-master/projects/refos/design/
H A Dappendix.tex200 R->P [ label = "pager\_AsyncEP.notifyfault(win id, offset, op, swap\_vaddr)"];

Completed in 180 milliseconds

<<11121314