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

  /src/sys/dev/podulebus/
hcsc.c 306 int i, s, icmd, resid; local
309 icmd = NCR5380_READ(ncr_sc, sci_icmd) & SCI_ICMD_RMASK;
310 NCR5380_WRITE(ncr_sc, sci_icmd, icmd | SCI_ICMD_DATA);
371 NCR5380_WRITE(ncr_sc, sci_icmd, icmd);
  /src/sys/arch/mac68k/dev/
sbc.c 317 u_int8_t icmd; local
340 icmd = *(ncr_sc->sci_icmd) & SCI_ICMD_RMASK;
341 *ncr_sc->sci_icmd = icmd | SCI_ICMD_DATA;
401 *ncr_sc->sci_icmd = icmd & ~SCI_ICMD_DATA;
408 *ncr_sc->sci_icmd = icmd;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
ctxgf100.h 39 const struct gf100_gr_pack *icmd; member in struct:gf100_grctx_func
  /src/sys/dev/ic/
icp.c 783 struct icp_ioctlcmd *icmd; local
799 icmd = &ic->ic_cmd.cmd_packet.ic;
800 icmd->ic_subfunc = htole16(arg1);
801 icmd->ic_channel = htole32(arg2);
802 icmd->ic_bufsize = htole32(arg3);
803 icmd->ic_addr =
891 struct icp_ioctlcmd *icmd, *uicmd; local
893 icmd = &ic->ic_cmd.cmd_packet.ic;
896 icmd->ic_subfunc = htole16(uicmd->ic_subfunc);
897 icmd->ic_channel = htole32(uicmd->ic_channel)
    [all...]
ncr5380sbc.c 233 uint8_t icmd; local
234 icmd = NCR5380_READ(sc, sci_icmd) & SCI_ICMD_RMASK;
235 NCR5380_WRITE(sc, sci_icmd, (icmd | SCI_ICMD_ATN));
245 uint8_t icmd; local
249 icmd = NCR5380_READ(sc, sci_icmd) & SCI_ICMD_RMASK;
251 icmd |= SCI_ICMD_DATA;
252 NCR5380_WRITE(sc, sci_icmd, icmd);
274 icmd |= SCI_ICMD_ACK;
275 NCR5380_WRITE(sc, sci_icmd, icmd);
281 icmd &= ~SCI_ICMD_ACK
303 uint8_t icmd; local
1075 uint8_t bus, data, icmd, mode, msg; local
1311 uint8_t data, icmd, mode; local
1560 uint8_t icmd; local
1799 uint8_t icmd, msg; local
    [all...]
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc.c 382 int icmd; local
386 for (icmd = 0; icmd < numcmds; icmd++) {
389 docmd(ccmds[icmd]);
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 511 size_t icmd; local
538 for (icmd = 0; icmd < sizeof(builtins)/sizeof(*builtins); icmd++) {
539 if (strcmp("keytype", builtins[icmd].keyword) == 0) {
546 INSIST(icmd < sizeof(builtins)/sizeof(*builtins));
549 builtins[icmd].desc[0] = "digest-name";
554 builtins[icmd].desc[0] = "md5";
559 builtins[icmd].comment = msg;
639 for (icmd = 0; icmd < numcmds; icmd++)
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
mach-o.c 734 bfd_mach_o_load_command *icmd; local
764 for (icmd = imdata->first_command; icmd != NULL; icmd = icmd->next)
768 switch (icmd->type)
779 ocmd->type = icmd->type;
780 ocmd->type_required = icmd->type_required;
782 ocmd->len = icmd->len;
791 switch (icmd->type
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
mach-o.c 732 bfd_mach_o_load_command *icmd; local
763 for (icmd = imdata->first_command; icmd != NULL; icmd = icmd->next)
767 switch (icmd->type)
778 ocmd->type = icmd->type;
779 ocmd->type_required = icmd->type_required;
781 ocmd->len = icmd->len;
790 switch (icmd->type
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
mach-o.c 730 bfd_mach_o_load_command *icmd; local
761 for (icmd = imdata->first_command; icmd != NULL; icmd = icmd->next)
765 switch (icmd->type)
776 ocmd->type = icmd->type;
777 ocmd->type_required = icmd->type_required;
779 ocmd->len = icmd->len;
788 switch (icmd->type
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
mach-o.c 730 bfd_mach_o_load_command *icmd; local
761 for (icmd = imdata->first_command; icmd != NULL; icmd = icmd->next)
765 switch (icmd->type)
776 ocmd->type = icmd->type;
777 ocmd->type_required = icmd->type_required;
779 ocmd->len = icmd->len;
788 switch (icmd->type
    [all...]

Completed in 47 milliseconds