Searched refs:inl (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/osfmk/ipc/
H A Dipc_labelh.c70 labelh_new_user(ipc_space_t space, struct label *inl, mach_port_name_t *namep) argument
110 lh->lh_label = *inl;
124 struct label inl; local
127 mac_task_label_init(&inl);
128 if (mac_task_label_internalize(&inl, labelstr))
131 kr = labelh_new_user(space, &inl, namep);
133 mac_task_label_destroy(&inl);
H A Dmach_port.c2589 struct label inl; local
2599 mac_port_label_init(&inl);
2600 rc = mac_port_label_internalize(&inl, labelstr);
2618 &port->ip_label, &inl);
2623 mac_port_label_copy(&inl, &port->ip_label);
/xnu-2422.115.4/EXTERNAL_HEADERS/architecture/i386/
H A Dpio.h64 static __inline__ unsigned int inl( function
68 __asm__ volatile("inl %w1, %0" : "=a" (datum) : "Nd" (port));
/xnu-2422.115.4/osfmk/i386/
H A Dhpet.c196 rcbaAreap = inl(cfgDat | (0xF0 & 0x03));
H A Dasm.h150 #define INL inl %dx, %eax
/xnu-2422.115.4/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c339 *((uint32_t *) data) = inl(addr);

Completed in 73 milliseconds