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

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DSettings.cc40 static const char *comp_cmd[] = { variable
82 const int comp_size = sizeof (comp_cmd) / sizeof (char *);
953 if (!strncasecmp (mcmd, comp_cmd[i], len))
1110 sb.append (comp_cmd[i]);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DSettings.cc40 static const char *comp_cmd[] = { variable
82 const int comp_size = sizeof (comp_cmd) / sizeof (char *);
953 if (!strncasecmp (mcmd, comp_cmd[i], len))
1110 sb.append (comp_cmd[i]);
/netbsd-current/sys/dev/pci/
H A Dhifn7751.c1411 struct hifn_comp_command *comp_cmd; local
1438 comp_cmd = (struct hifn_comp_command *)buf_pos;
1440 comp_cmd->source_count = htole16(dlen & 0xffff);
1442 comp_cmd->masks = htole16(cmd->comp_masks |
1444 comp_cmd->header_skip = htole16(cmd->compcrd->crd_skip);
1445 comp_cmd->reserved = 0;

Completed in 205 milliseconds