HomeSort by: relevance | last modified time | path
    Searched refs:lap (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/alpha/include/
alpha_cpu.h 187 #define ALPHA_LOGOUT_PAL_AREA(lap) \
188 (unsigned long *)((unsigned char *)(lap) + 16)
189 #define ALPHA_LOGOUT_PAL_SIZE(lap) \
190 ((lap)->la_cpu_offset - 16)
191 #define ALPHA_LOGOUT_CPU_AREA(lap) \
192 (unsigned long *)((unsigned char *)(lap) + (lap)->la_cpu_offset)
193 #define ALPHA_LOGOUT_CPU_SIZE(lap) \
194 ((lap)->la_system_offset - (lap)->la_cpu_offset
    [all...]
  /src/share/examples/rump/btplay/
btplay.c 122 inq.lap[0] = 0x33;
123 inq.lap[1] = 0x8b;
124 inq.lap[2] = 0x9e;
  /src/bin/csh/
lex.c 87 * getexcl the variables lap, exclp, and exclnxt are all zero.
387 if (lap) {
388 if ((c = *lap++) == 0)
389 lap = 0;
643 if (Strlen(cp) + (lap ? Strlen(lap) : 0) >=
648 if (lap)
649 (void)Strcpy(buf, lap);
651 if (lap)
653 lap = labuf
    [all...]
csh.h 298 extern Char *lap;
csh.c 135 Char *lap; variable in typeref:typename:Char *
  /src/lib/libbluetooth/
bt_dev.c 641 /* General Inquiry LAP is 0x9e8b33 */
642 cp.lap[0] = 0x33;
643 cp.lap[1] = 0x8b;
644 cp.lap[2] = 0x9e;
  /src/sys/netbt/
hci.h 88 #define HCI_LAP_SIZE 3 /* unit LAP */
488 uint8_t lap[HCI_LAP_SIZE]; /* LAP */ member in struct:__anonf724d2110608
504 uint8_t lap[HCI_LAP_SIZE]; /* LAP */ member in struct:__anonf724d2110708

Completed in 19 milliseconds