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

1 2 3 4 5 6 7 8 9

  /src/usr.sbin/ypserv/yppush/
yppush_proc.c 57 struct yppushresp_xfr *resp = argp; local in function:yppushproc_xfrresp_1_svc
60 if (resp->status != YPPUSH_SUCC)
61 warnx("%s", yppush_err_string(resp->status));
yppush_proc.c 57 struct yppushresp_xfr *resp = argp; local in function:yppushproc_xfrresp_1_svc
60 if (resp->status != YPPUSH_SUCC)
61 warnx("%s", yppush_err_string(resp->status));
yppush_proc.c 57 struct yppushresp_xfr *resp = argp; local in function:yppushproc_xfrresp_1_svc
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 in function:strtonum
58 errstr = &resp;
strtonum.c 54 const char *resp; local in function:strtonum
58 errstr = &resp;
strtonum.c 54 const char *resp; local in function:strtonum
58 errstr = &resp;
  /src/usr.sbin/timed/timed/
candidate.c 50 struct tsp *resp, msg; local in function:election
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 in function:election
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 in function:election
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...]
  /src/games/backgammon/backgammon/
extra.c 58 int resp; /* response to y/n */ local in function:dble
85 if ((resp = yorn('R')) == 2) {
93 if (resp) {
extra.c 58 int resp; /* response to y/n */ local in function:dble
85 if ((resp = yorn('R')) == 2) {
93 if (resp) {
extra.c 58 int resp; /* response to y/n */ local in function:dble
85 if ((resp = yorn('R')) == 2) {
93 if (resp) {
  /src/usr.sbin/btattach/
init_bcm43xx.c 97 uint8_t resp[7]; local in function:init_bcm43xx
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 in function:init_bcm43xx
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 in function:init_bcm43xx
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 in function:npfk_load
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 in function:npfk_load
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 in function:npfk_load
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 in typeref:typename:char[]
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 in typeref:typename:char[]
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 in typeref:typename:char[]
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/sys/arch/sparc/dev/
ms_pckbport.c 98 u_char cmd[1], resp[2]; local in function:ms_pckbport_attach
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 in function:ibmhawk_match
110 if (ibmhawk_request(&sc, IHR_EQUIP, &resp))
121 ibmhawk_response_t resp; local in function:ibmhawk_attach
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 in function:ibmhawk_refreshall
    [all...]
  /src/sys/dev/pckbport/
elantech.c 138 uint8_t resp[3]; local in function:pms_elantech_read_1
149 res |= pckbport_poll_cmd(tag, slot, &cmd, 1, 3, resp, 0);
152 *val = resp[0];
320 u_char cmd[1], resp[3]; local in function:pms_elantech_probe_init
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 in function:pms_elantech_resume
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/xen/
xen_drm_front_evtchnl.c 32 struct xendispl_resp *resp; local in function:evtchnl_interrupt_ctrl
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);

Completed in 36 milliseconds

1 2 3 4 5 6 7 8 9