Searched refs:pcmd (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/utils/
H A Dgenerate_netbsd_syscalls.awk230 pcmd("//===-- netbsd_syscall_hooks.h --------------------------------------------===//")
231 pcmd("//")
232 pcmd("// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.")
233 pcmd("// See https://llvm.org/LICENSE.txt for license information.")
234 pcmd("// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception")
235 pcmd("//")
236 pcmd("//===----------------------------------------------------------------------===//")
237 pcmd("//")
238 pcmd("// This file is a part of public sanitizer interface.")
239 pcmd("//")
538 function pcmd(string) function
[all...]
H A Dgenerate_netbsd_ioctls.awk267 pcmd("//===-- sanitizer_interceptors_ioctl_netbsd.inc -----------------*- C++ -*-===//")
268 pcmd("//")
269 pcmd("// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.")
270 pcmd("// See https://llvm.org/LICENSE.txt for license information.")
271 pcmd("// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception")
272 pcmd("//")
273 pcmd("//===----------------------------------------------------------------------===//")
274 pcmd("//")
275 pcmd("// Ioctl handling in common sanitizer interceptors.")
276 pcmd("//
473 function pcmd(string) function
[all...]
/openbsd-current/usr.bin/rdist/
H A Ddocmd.c219 struct cmd *pcmd; local
221 for (pcmd = cmdlist; pcmd; pcmd = pcmd->c_next) {
222 checkcmd(pcmd);
223 if (pcmd->c_type == cmd->c_type &&
224 strcmp(pcmd->c_name, cmd->c_name)==0)
225 pcmd->c_flags |= CMD_ASSIGNED;
/openbsd-current/sys/dev/usb/
H A Dif_wi_usb.c516 struct wi_cmdreq *pcmd; local
552 pcmd = c->wi_usb_buf;
567 pcmd->type = htole16(WI_USB_CMDREQ);
568 pcmd->cmd = htole16(cmd);
569 pcmd->param0 = htole16(val0);
570 pcmd->param1 = htole16(val1);
571 pcmd->param2 = htole16(val2);
573 bzero(((char*)pcmd)+total_len, rnd_len - total_len);
/openbsd-current/sys/dev/isa/
H A Dif_ie.c1649 * ((volatile struct ie_cmd_common *)pcmd)->ie_cmd_status & MASK
1653 command_and_wait(struct ie_softc *sc, int cmd, volatile void *pcmd, int mask) argument
1655 volatile struct ie_cmd_common *cc = pcmd;
1661 if (IE_ACTION_COMMAND(cmd) && pcmd) {

Completed in 192 milliseconds