Searched refs:bcmd (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/via/
H A Dvia_verifier.c531 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
[all...]
/netbsd-current/sys/dev/ic/
H A Ddwiic.c339 const uint8_t *bcmd; local
403 bcmd = (const void *)cmdbuf;
408 DPRINTF((" %02x", bcmd[x]));
421 cmd = bcmd[x];
/netbsd-current/external/bsd/openldap/dist/tests/progs/
H A Dslapd-tester.c197 char bcmd[MAXPATHLEN]; local
733 snprintf( bcmd, sizeof bcmd, "%s" LDAP_DIRSEP BINDCMD,
735 bargs[banum++] = bcmd;
890 fork_child( bcmd, bargs );

Completed in 201 milliseconds