HomeSort by: relevance | last modified time | path
    Searched defs:resp (Results 1 - 25 of 138) sorted by relevancy

1 2 3 4 5 6

  /src/usr.sbin/ypserv/yppush/
yppush_proc.c 57 struct yppushresp_xfr *resp = argp; local
60 if (resp->status != YPPUSH_SUCC)
61 warnx("%s", yppush_err_string(resp->status));
yppush_proc.c 57 struct yppushresp_xfr *resp = argp; local
60 if (resp->status != YPPUSH_SUCC)
61 warnx("%s", yppush_err_string(resp->status));
  /src/lib/libc/stdlib/
strtonum.c 54 const char *resp; local
58 errstr = &resp;
strtonum.c 54 const char *resp; local
58 errstr = &resp;
  /src/usr.sbin/timed/timed/
candidate.c 50 struct tsp *resp, msg; local
89 resp = readmsg(TSP_ANY, ANYADDR, &wait, net);
90 if (!resp)
93 switch (resp->tsp_type) {
96 (void)addmach(resp->tsp_name, &from,fromnet);
106 && !good_host_name(resp->tsp_name)) {
107 (void)addmach(resp->tsp_name, &from,fromnet);
108 suppress(&from, resp->tsp_name, net);
132 htp = addmach(resp->tsp_name,&from,fromnet);
144 (void)addmach(resp->tsp_name, &from,fromnet)
    [all...]
candidate.c 50 struct tsp *resp, msg; local
89 resp = readmsg(TSP_ANY, ANYADDR, &wait, net);
90 if (!resp)
93 switch (resp->tsp_type) {
96 (void)addmach(resp->tsp_name, &from,fromnet);
106 && !good_host_name(resp->tsp_name)) {
107 (void)addmach(resp->tsp_name, &from,fromnet);
108 suppress(&from, resp->tsp_name, net);
132 htp = addmach(resp->tsp_name,&from,fromnet);
144 (void)addmach(resp->tsp_name, &from,fromnet)
    [all...]
readmsg.c 409 struct tsp resp; local
411 resp = msgin;
412 resp.tsp_vers = TSPVERSION;
413 set_tsp_name(&resp, hostname);
  /src/games/backgammon/backgammon/
extra.c 58 int resp; /* response to y/n */ local
85 if ((resp = yorn('R')) == 2) {
93 if (resp) {
extra.c 58 int resp; /* response to y/n */ local
85 if ((resp = yorn('R')) == 2) {
93 if (resp) {
  /src/usr.sbin/btattach/
init_bcm43xx.c 97 uint8_t resp[7]; local
107 uart_recv_cc(fd, HCI_CMD_RESET, &resp, sizeof(resp));
124 uart_recv_cc(fd, HCI_CMD_43XXFWDN, &resp, sizeof(resp));
134 uart_recv_cc(fd, fw_cmd, &resp, sizeof(resp));
141 uart_recv_cc(fd, HCI_CMD_RESET, &resp, sizeof(resp));
150 uart_recv_cc(fd, HCI_CMD_BCM43XX_SET_CLOCK, &resp, sizeof(resp))
    [all...]
init_bcm43xx.c 97 uint8_t resp[7]; local
107 uart_recv_cc(fd, HCI_CMD_RESET, &resp, sizeof(resp));
124 uart_recv_cc(fd, HCI_CMD_43XXFWDN, &resp, sizeof(resp));
134 uart_recv_cc(fd, fw_cmd, &resp, sizeof(resp));
141 uart_recv_cc(fd, HCI_CMD_RESET, &resp, sizeof(resp));
150 uart_recv_cc(fd, HCI_CMD_BCM43XX_SET_CLOCK, &resp, sizeof(resp))
    [all...]
  /src/sys/net/npf/
npf.c 138 nvlist_t *resp; local
141 resp = nvlist_create(0);
142 error = npfctl_run_op(npf, IOC_NPF_LOAD, req, resp);
143 nvlist_destroy(resp);
npf.c 138 nvlist_t *resp; local
141 resp = nvlist_create(0);
142 error = npfctl_run_op(npf, IOC_NPF_LOAD, req, resp);
143 nvlist_destroy(resp);
  /src/usr.sbin/rmt/
rmt.c 70 char resp[BUFSIZ]; variable
157 (void)snprintf(resp, sizeof(resp), "A%d\n", rval);
158 (void)write(STDOUT_FILENO, resp, strlen(resp));
188 (void)snprintf(resp, sizeof(resp), "A%d\n", rval);
189 (void)write(STDOUT_FILENO, resp, strlen(resp));
200 (void)snprintf(resp, sizeof(resp), "A%d\n", rval)
    [all...]
rmt.c 70 char resp[BUFSIZ]; variable
157 (void)snprintf(resp, sizeof(resp), "A%d\n", rval);
158 (void)write(STDOUT_FILENO, resp, strlen(resp));
188 (void)snprintf(resp, sizeof(resp), "A%d\n", rval);
189 (void)write(STDOUT_FILENO, resp, strlen(resp));
200 (void)snprintf(resp, sizeof(resp), "A%d\n", rval)
    [all...]
  /src/lib/libpuffs/
dispatcher.c 1028 size_t res, *resp, *sizep; local
1044 resp = &auxt->pvnr_resid;
1047 resp = NULL;
1052 auxt->pvnr_attrname, sizep, data, resp, pcr);
1065 size_t *resp; local
1075 resp = &auxt->pvnr_resid;
1078 resp = NULL;
1083 auxt->pvnr_attrname, data, resp, pcr);
1091 size_t res, *resp, *sizep; local
1108 resp = &auxt->pvnr_resid
    [all...]
dispatcher.c 1028 size_t res, *resp, *sizep; local
1044 resp = &auxt->pvnr_resid;
1047 resp = NULL;
1052 auxt->pvnr_attrname, sizep, data, resp, pcr);
1065 size_t *resp; local
1075 resp = &auxt->pvnr_resid;
1078 resp = NULL;
1083 auxt->pvnr_attrname, data, resp, pcr);
1091 size_t res, *resp, *sizep; local
1108 resp = &auxt->pvnr_resid
    [all...]
  /src/sys/arch/sparc/dev/
ms_pckbport.c 98 u_char cmd[1], resp[2]; local
116 cmd, 1, 2, resp, 1);
118 if (res || resp[0] != PMS_RSTDONE || resp[1] != 0) {
ms_pckbport.c 98 u_char cmd[1], resp[2]; local
116 cmd, 1, 2, resp, 1);
118 if (res || resp[0] != PMS_RSTDONE || resp[1] != 0) {
  /src/sys/dev/i2c/
ibmhawk.c 99 ibmhawk_response_t resp; local
110 if (ibmhawk_request(&sc, IHR_EQUIP, &resp))
121 ibmhawk_response_t resp; local
130 if (ibmhawk_request(sc, IHR_NAME, &resp)) {
134 aprint_normal(": IBM Hawk \"%.16s\"\n", resp.ihr_name);
135 if (ibmhawk_request(sc, IHR_EQUIP, &resp)) {
139 sc->sc_numcpus = uimin(resp.ihr_numcpus, IBMHAWK_MAX_CPU);
140 sc->sc_numfans = uimin(resp.ihr_numfans, IBMHAWK_MAX_FAN);
143 sc->sc_numcpus, resp.ihr_numcpus, sc->sc_numfans, resp.ihr_numfans)
343 ibmhawk_response_t resp; local
    [all...]
ibmhawk.c 99 ibmhawk_response_t resp; local
110 if (ibmhawk_request(&sc, IHR_EQUIP, &resp))
121 ibmhawk_response_t resp; local
130 if (ibmhawk_request(sc, IHR_NAME, &resp)) {
134 aprint_normal(": IBM Hawk \"%.16s\"\n", resp.ihr_name);
135 if (ibmhawk_request(sc, IHR_EQUIP, &resp)) {
139 sc->sc_numcpus = uimin(resp.ihr_numcpus, IBMHAWK_MAX_CPU);
140 sc->sc_numfans = uimin(resp.ihr_numfans, IBMHAWK_MAX_FAN);
143 sc->sc_numcpus, resp.ihr_numcpus, sc->sc_numfans, resp.ihr_numfans)
343 ibmhawk_response_t resp; local
    [all...]
  /src/sys/dev/pckbport/
elantech.c 138 uint8_t resp[3]; local
149 res |= pckbport_poll_cmd(tag, slot, &cmd, 1, 3, resp, 0);
152 *val = resp[0];
320 u_char cmd[1], resp[3]; local
341 cmd, 1, 3, resp, 0)) != 0)
344 if (!ELANTECH_MAGIC(resp)) {
348 resp[0], resp[1], resp[2]);
358 cmd, 1, 3, resp, 0)
409 uint8_t cmd, resp[2]; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/xen/
xen_drm_front_evtchnl.c 32 struct xendispl_resp *resp; local
47 resp = RING_GET_RESPONSE(&evtchnl->u.req.ring, i);
48 if (unlikely(resp->id != evtchnl->evt_id))
51 switch (resp->operation) {
58 evtchnl->u.req.resp_status = resp->status;
64 resp->operation);
  /src/usr.bin/nc/
socks.c 358 char resp[1024]; local
364 b64_ntop(buf, strlen(cbuf), resp,
365 sizeof(resp)) == -1)
368 "Basic %s\r\n", resp);
  /src/usr.sbin/lpr/lpd/
recvjob.c 258 char resp; local
260 if (read(STDOUT_FILENO, &resp, 1) != 1)
262 if (resp == '\0')

Completed in 40 milliseconds

1 2 3 4 5 6