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

  /src/sys/dev/ic/
dwiic.c 337 const uint8_t *bcmd; local
401 bcmd = (const void *)cmdbuf;
406 DPRINTF((" %02x", bcmd[x]));
419 cmd = bcmd[x];
  /src/sys/external/bsd/drm2/dist/drm/via/
via_verifier.c 531 uint32_t a_fire, bcmd, dw_count; local
546 bcmd = *buf++;
561 if (cur_seq->agp && ((bcmd & (0xF << 11)) == 0)) {
568 if (bcmd & (1 << 7))
570 if (bcmd & (1 << 8))
572 if (bcmd & (1 << 9))
574 if (bcmd & (1 << 10))
576 if (bcmd & (1 << 11))
578 if (bcmd & (1 << 12))
580 if (bcmd & (1 << 13)
    [all...]
  /src/external/bsd/openldap/dist/tests/progs/
slapd-tester.c 197 char bcmd[MAXPATHLEN]; local
736 snprintf( bcmd, sizeof bcmd, "%s" LDAP_DIRSEP BINDCMD,
738 bargs[banum++] = bcmd;
893 fork_child( bcmd, bargs );

Completed in 30 milliseconds