Searched refs:raw (Results 1 - 12 of 12) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/console/
H A Dserial_protos.h47 int _serial_getc(int unit, int line, boolean_t wait, boolean_t raw);
H A Dvideo_console.h45 boolean_t raw );
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dserial_io.h122 boolean_t raw);
H A Dserial_io.c323 scc_getc(__unused int unit, int line, boolean_t wait, __unused boolean_t raw) argument
408 int _serial_getc(int unit, int line, boolean_t wait, boolean_t raw) { argument
410 return(scc_getc(unit, line, wait, raw));
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Ddlil.h53 * DLIL_DESC_ETYPE2 - native_type must point to 2 byte ethernet raw protocol,
142 int raw);
H A Ddlil.c1200 static int dlil_get_socket_type(struct mbuf **mp, int family, int raw) argument
1207 if (!raw) {
1246 int raw)
1266 if (raw == 0) {
1281 if (raw == 0) {
1301 dlil_get_socket_type(&m, proto_family, raw));
1308 if (raw == 0 && ifp->if_framer) {
1425 int raw)
1445 if (raw == 0) {
1460 if (raw
1240 dlil_output_list( struct ifnet* ifp, u_long proto_family, struct mbuf *packetlist, caddr_t route, const struct sockaddr *dest, int raw) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/i386/
H A Dserial_console.c320 int _serial_getc(__unused int a, __unused int b, boolean_t wait, __unused boolean_t raw) argument
354 __unused boolean_t raw)
351 vcgetc(__unused int l, __unused int u, __unused boolean_t wait, __unused boolean_t raw) argument
/macosx-10.5.8/xnu-1228.15.4/pexpert/ppc/
H A Dpe_clock_speed_asm.s56 // raw values for processor and bus speed can be calculated.
85 mftb r5 ; save the raw time base value
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_proto.c258 /* raw wildcard */
306 SYSCTL_NODE(_net_inet, IPPROTO_RAW, raw, CTLFLAG_RW|CTLFLAG_LOCKED, 0, "RAW");
H A Dip_icmp.c378 goto raw;
628 * listening on a raw socket (e.g. the routing
655 * just fall through to send to raw listener.
667 raw:
1111 * This is not raw IP, we liberal only for fields TOS, id and TTL
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/ppc/
H A Dserial_console.c318 __unused boolean_t raw)
315 vcgetc(__unused int l, __unused int u, __unused boolean_t wait, __unused boolean_t raw) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_event.c503 uint64_t raw; local
521 nanoseconds_to_absolutetime((uint64_t)kn->kn_sdata * multiplier, &raw);
522 if (raw <= filt_timerfloor) {
533 if (now >= raw + filt_timerfloor) {
537 raw -= now;
539 clock_absolutetime_interval_to_deadline(raw, abs_time);

Completed in 57 milliseconds