Home
last modified time | relevance | path

Searched refs:pcmd (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/contrib/ntp/ntpdc/
H A Dntpdc_ops.c350 struct parse *pcmd, in peerlist() argument
406 struct parse *pcmd, in peers() argument
418 struct parse *pcmd, in dmpeers() argument
432 struct parse *pcmd, in dopeers() argument
684 struct parse *pcmd, in showpeer() argument
757 struct parse *pcmd, in peerstats() argument
878 struct parse *pcmd, in loopinfo() argument
952 struct parse *pcmd, in sysinfo() argument
1042 struct parse *pcmd, in sysstats() argument
1108 struct parse *pcmd, in iostats() argument
[all …]
H A Dntpdc.c1149 struct parse pcmd; in docmd() local
1187 pcmd.nargs = 0; in docmd()
1206 pcmd.nargs++; in docmd()
1221 pcmd.nargs++; in docmd()
1512 struct parse *pcmd, in help() argument
1617 struct parse *pcmd, in timeout() argument
1639 struct parse *pcmd, in my_delay() argument
1673 struct parse *pcmd, in host() argument
1720 struct parse *pcmd, in keyid() argument
1743 struct parse *pcmd, in keytype() argument
[all …]
/freebsd-13.1/contrib/ntp/ntpq/
H A Dntpq-subs.c668 struct parse *pcmd, in addvars() argument
682 struct parse *pcmd, in rmvars() argument
696 struct parse *pcmd, in clearvars() argument
710 struct parse *pcmd, in showvars() argument
776 struct parse *pcmd, in readlist() argument
805 struct parse *pcmd, in writelist() argument
861 if (pcmd->nargs == 0 || pcmd->argval[0].uval == 0) in readvar()
969 if (pcmd->nargs == 0 || pcmd->argval[0].uval == 0) in clockvar()
1051 if (!findassidrange(pcmd->argval[0].uval, pcmd->argval[1].uval, in mreadlist()
1081 if (!findassidrange(pcmd->argval[0].uval, pcmd->argval[1].uval, in mreadvar()
[all …]
H A Dntpq.c1607 struct parse pcmd; in docmd() local
1643 pcmd.nargs = 0; in docmd()
1656 pcmd.nargs++; in docmd()
2316 struct parse *pcmd, in help() argument
2420 struct parse *pcmd, in timeout() argument
2442 struct parse *pcmd, in auth_delay() argument
2476 struct parse *pcmd, in host() argument
2521 struct parse *pcmd, in ntp_poll() argument
2551 struct parse *pcmd, in showdrefid() argument
2575 struct parse *pcmd, in keyid() argument
[all …]
/freebsd-13.1/usr.sbin/spi/
H A Dspi.c184 opt.pcmd = NULL; in main()
379 free(opt.pcmd); in main()
394 popt->pcmd = (uint8_t *)malloc(cbcmd); in interpret_command_bytes()
396 if (!popt->pcmd) in interpret_command_bytes()
399 pcur = popt->pcmd; in interpret_command_bytes()
428 ptemp = realloc(popt->pcmd, cbcmd); in interpret_command_bytes()
438 popt->pcmd = (uint8_t *)ptemp; in interpret_command_bytes()
439 pcur = popt->pcmd + ctr; in interpret_command_bytes()
555 if (popt->pcmd && ncmd > 0) { in prep_write_buffer()
813 if (popt->pcmd && popt->ncmd > 0) in perform_read()
[all …]
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_conf.c724 static int ssl_conf_cmd_skip_prefix(SSL_CONF_CTX *cctx, const char **pcmd) in ssl_conf_cmd_skip_prefix() argument
726 if (!pcmd || !*pcmd) in ssl_conf_cmd_skip_prefix()
730 if (strlen(*pcmd) <= cctx->prefixlen) in ssl_conf_cmd_skip_prefix()
733 strncmp(*pcmd, cctx->prefix, cctx->prefixlen)) in ssl_conf_cmd_skip_prefix()
736 strncasecmp(*pcmd, cctx->prefix, cctx->prefixlen)) in ssl_conf_cmd_skip_prefix()
738 *pcmd += cctx->prefixlen; in ssl_conf_cmd_skip_prefix()
740 if (**pcmd != '-' || !(*pcmd)[1]) in ssl_conf_cmd_skip_prefix()
742 *pcmd += 1; in ssl_conf_cmd_skip_prefix()
/freebsd-13.1/lib/libcuse/
H A Dcuse_lib.c761 cuse_dev_get_current(int *pcmd) in cuse_dev_get_current() argument
767 if (pcmd != NULL) in cuse_dev_get_current()
768 *pcmd = 0; in cuse_dev_get_current()
771 if (pcmd != NULL) in cuse_dev_get_current()
772 *pcmd = pe->cmd; in cuse_dev_get_current()
/freebsd-13.1/sbin/ipf/ipnat/
H A Dipnat_y.y1671 ap_ctl_t pcmd; in proxy_loadconfig() local
1675 obj.ipfo_size = sizeof(pcmd); in proxy_loadconfig()
1676 obj.ipfo_ptr = &pcmd; in proxy_loadconfig()
1680 pcmd.apc_cmd = APC_CMD_DEL; in proxy_loadconfig()
1682 pcmd.apc_cmd = APC_CMD_ADD; in proxy_loadconfig()
1683 pcmd.apc_dsize = strlen(na->na_name) + 1; in proxy_loadconfig()
1684 pcmd.apc_data = na->na_name; in proxy_loadconfig()
1685 pcmd.apc_arg = na->na_value; in proxy_loadconfig()
1686 pcmd.apc_p = proto; in proxy_loadconfig()
1689 pcmd.apc_label[APR_LABELLEN - 1] = '\0'; in proxy_loadconfig()
[all …]
/freebsd-13.1/sys/amd64/include/
H A Dsgxreg.h76 uint64_t pcmd; member
/freebsd-13.1/sys/dev/isp/
H A Disp_pci.c1097 struct isp_pcmd *pcmd = &isp->isp_osinfo.pcmd_pool[i]; in isp_pci_mbxdma() local
1098 error = bus_dmamap_create(isp->isp_osinfo.dmat, 0, &pcmd->dmap); in isp_pci_mbxdma()
1107 callout_init_mtx(&pcmd->wdog, &isp->isp_lock, 0); in isp_pci_mbxdma()
1109 pcmd->next = NULL; in isp_pci_mbxdma()
1111 pcmd->next = &isp->isp_osinfo.pcmd_pool[i+1]; in isp_pci_mbxdma()
/freebsd-13.1/libexec/ftpd/
H A Dftpcmd.y1639 port_check(const char *pcmd)
1660 reply(200, "%s command successful.", pcmd);
1763 port_check_v6(const char *pcmd)
1787 reply(200, "%s command successful.", pcmd);
/freebsd-13.1/tools/tools/usbtest/
H A Dusb_msc_test.c151 do_msc_cmd(uint8_t *pcmd, uint8_t cmdlen, void *pdata, uint32_t datalen, in do_msc_cmd() argument
170 bcopy(pcmd, cbw.CBWCDB, cmdlen); in do_msc_cmd()
/freebsd-13.1/sys/fs/cuse/
H A Dcuse.c1047 struct cuse_command *pcmd; in cuse_server_ioctl() local
1055 pcmd = (void *)data; in cuse_server_ioctl()
1076 *pcmd = pccmd->sub; in cuse_server_ioctl()
/freebsd-13.1/sys/dev/wpi/
H A Dif_wpi.c2165 struct wpi_pmgt_cmd *pcmd = (struct wpi_pmgt_cmd *)cmd->data; in wpi_cmd_done() local
2171 if (le16toh(pcmd->flags) & WPI_PS_ALLOW_SLEEP) { in wpi_cmd_done()