HomeSort by: relevance | last modified time | path
    Searched defs:nubus_adjust_ptr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mac68k/nubus/
nubus.c 69 static u_long nubus_adjust_ptr(u_int8_t, u_long, long);
176 entry = nubus_adjust_ptr(lanes,
405 hdr = nubus_adjust_ptr(lanes, hdr, -hdr_size);
413 hdr, i, nubus_adjust_ptr(lanes, hdr, -i),
414 i, nubus_adjust_ptr(lanes, hdr, i));
419 hdr = nubus_adjust_ptr(lanes, hdr, 4);
421 hdr = nubus_adjust_ptr(lanes, hdr, 4);
423 hdr = nubus_adjust_ptr(lanes, hdr, 4);
425 hdr = nubus_adjust_ptr(lanes, hdr, 1);
427 hdr = nubus_adjust_ptr(lanes, hdr, 1)
500 nubus_adjust_ptr(u_int8_t lanes, u_long base, long amt) function in typeref:typename:u_long
    [all...]
nubus.c 69 static u_long nubus_adjust_ptr(u_int8_t, u_long, long);
176 entry = nubus_adjust_ptr(lanes,
405 hdr = nubus_adjust_ptr(lanes, hdr, -hdr_size);
413 hdr, i, nubus_adjust_ptr(lanes, hdr, -i),
414 i, nubus_adjust_ptr(lanes, hdr, i));
419 hdr = nubus_adjust_ptr(lanes, hdr, 4);
421 hdr = nubus_adjust_ptr(lanes, hdr, 4);
423 hdr = nubus_adjust_ptr(lanes, hdr, 4);
425 hdr = nubus_adjust_ptr(lanes, hdr, 1);
427 hdr = nubus_adjust_ptr(lanes, hdr, 1)
500 nubus_adjust_ptr(u_int8_t lanes, u_long base, long amt) function in typeref:typename:u_long
    [all...]

Completed in 23 milliseconds