/src/sys/dev/sdmmc/ |
sdmmcreg.h | 120 #define MMC_R1(resp) ((resp)[0]) 121 #define MMC_R3(resp) ((resp)[0]) 122 #define SD_R6(resp) ((resp)[0]) 123 #define MMC_R7(resp) ((resp)[0]) 124 #define MMC_SPI_R1(resp) ((resp)[0] [all...] |
sdmmc_ioreg.h | 38 #define SD_R5_DATA(resp) ((resp)[0] & 0xff) 54 #define MMC_R4(resp) ((resp)[0]) 55 #define MMC_R5(resp) ((resp)[0])
|
/src/distrib/atari/floppies/prepare/ |
install.sh | 57 read resp 58 if [ -z "$resp" ]; then 59 resp=$1 90 if isin $resp $_DKDEVS ; then 91 ROOTDISK="$resp" 94 echo "The disk $resp does not exist." 109 case "$resp" in 114 if isin $resp $_DKDEVS ; then 115 md_labeldisk $resp 118 echo "The disk $resp does not exist. [all...] |
/src/distrib/amiga/floppies/inst/ |
install.sh | 47 read resp 48 if [ -z "$resp" ]; then 49 resp=$1 95 case $resp in 119 case "$resp" in 155 otherdrives=$( echo "${driveunits}" | sed -e "s,${resp},," ) 158 echo "\"${resp}\" is an invalid drive name. Valid choices" 161 rdev=${resp} 185 case "$resp" in 220 resp=" [all...] |
/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...] |
/src/distrib/miniroot/ |
install.sub | 59 read resp 60 if [ -z "$resp" ]; then 61 resp=$1 198 _dir=$resp 204 case "$resp" in 225 case "$resp" in 253 if isin $resp $_DKDEVS ; then 254 ROOTDISK="$resp" 257 echo "The disk $resp does not exist." 272 case "$resp" i [all...] |
install.sh | 87 case "$resp" in 147 resp="not-done" # force at least one iteration 148 while [ "$resp" != "done" ]; do 152 case "$resp" in 157 _device_name=$(basename $resp) 164 _mount_point=$resp 173 resp="X" # force loop to repeat 179 resp="" # force at least one iteration 180 while [ -z "${resp}" ]; do 183 case "$resp" i [all...] |
upgrade.sh | 129 case "$resp" in 158 resp="" # force one iteration 159 while [ -z "${resp}" ]; do 162 _root_filesystem="/dev/$(basename $resp)" 164 echo "Sorry, ${resp} is not a block device." 165 resp="" # force loop to repeat 205 case "$resp" in 222 case "$resp" in 265 case "$resp" in 297 case "$resp" i [all...] |
/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...] |
/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));
|
/src/sys/netinet/ |
sctp_input.h | 42 sctp_handle_stream_reset_response(struct sctp_tcb *, struct sctp_stream_reset_response *resp);
|
/src/sys/net/npf/ |
npf_ctl.c | 55 npf_mk_params(npf_t *npf, const nvlist_t *req, nvlist_t *resp, bool set) 69 NPF_ERR_DEBUG(resp); 86 nvlist_add_stringf(resp, "error-msg", 90 nvlist_add_stringf(resp, "error-msg", 99 npf_mk_table_entries(npf_table_t *t, const nvlist_t *req, nvlist_t *resp) 119 NPF_ERR_DEBUG(resp); 126 nvlist_add_stringf(resp, "error-msg", 130 NPF_ERR_DEBUG(resp); 142 npf_mk_table(npf_t *npf, const nvlist_t *req, nvlist_t *resp, 158 NPF_ERR_DEBUG(resp); [all...] |
/src/sys/arch/macppc/dev/ |
pmu.c | 270 uint8_t resp[16]; local in function:pmu_attach 336 pmu_send(sc, PMU_SYSTEM_READY, 1, cmd, 16, resp); 339 if (pmu_send(sc, PMU_GET_VERSION, 0, cmd, 16, resp) > 1) 340 aprint_normal(" rev. %d", resp[1]); 390 memset(resp, 0, 6); 391 if (pmu_send(sc, PMU_READ_BRIGHTNESS, 1, cmd, 16, resp) > 1) { 392 sc->sc_brightness_wanted = resp[1]; 449 uint8_t pmu_imask, resp[16]; local in function:pmu_init 455 pmu_send(sc, PMU_SET_IMASK, 1, &pmu_imask, 16, resp); 631 uint8_t resp[16] local in function:pmu_intr 723 uint8_t resp[16]; local in function:pmu_todr_get 751 uint8_t resp[16]; local in function:pmu_todr_set 764 uint8_t resp[16]; local in function:pmu_poweroff 777 uint8_t resp[16]; local in function:pmu_restart 790 uint8_t resp[16], cmd[2] = {0, 0}; local in function:pmu_modem 806 uint8_t resp[16]; local in function:pmu_autopoll 823 uint8_t resp[16]; local in function:pmu_adb_handler 847 uint8_t packet[16], resp[16]; local in function:pmu_adb_send 888 uint8_t resp[16]; local in function:pmu_i2c_exec 997 uint8_t cmd[2], resp[16]; local in function:pmu_update_brightness [all...] |
/src/distrib/amiga/floppies/upgr/ |
upgrade.sh | 45 read resp 46 if [ "X$resp" = "X" ]; then 47 resp=$1 116 case "$resp" in 153 otherdrives=`echo "${driveunits}" | sed -e s,${resp},,` 156 echo "\"${resp}\" is an invalid drive name. Valid choices" 160 drivename=${resp} 175 case "$resp" in
|
/src/distrib/alpha/instkernel/ramdisk/ |
upgrade.sh | 49 read resp 50 if [ "X$resp" = "X" ]; then 51 resp=$1 80 case "$resp" in 114 otherdrives=`echo "${driveunits}" | sed -e s,${resp},,` 117 echo "\"${resp}\" is an invalid drive name. Valid choices" 121 drivename=${resp} 135 case "$resp" in
|
install.sh | 49 read resp 50 if [ "X$resp" = "X" ]; then 51 resp=$1 82 case "$resp" in 102 case "$resp" in 107 case "$resp" in 149 otherdrives=`echo "${driveunits}" | sed -e s,${resp},,` 152 echo "\"${resp}\" is an invalid drive name. Valid choices" 156 drivename=${resp} 165 labelname=$resp [all...] |
/src/lib/libc/stdlib/ |
strtonum.c | 54 const char *resp; local in function:strtonum 58 errstr = &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...] |
/src/sys/arch/evbarm/stand/boot2440/ |
dev_sdmmc.c | 713 printf("resp="); 788 sdmmc_response resp; local in function:sdmmc_mem_scan 802 error = sdmmc_mem_send_cid(sc, &resp); 828 memcpy(sc->raw_cid, resp, sizeof(sc->raw_cid)); 860 error = sdmmc_mem_send_csd(sc, &resp); 866 if (sdmmc_decode_csd(sc, resp) != 0 || 913 sdmmc_mem_send_cid(struct sdmmc_softc *sc, sdmmc_response *resp) 928 if (error == 0 && resp != NULL) 929 memcpy(resp, &cmd.c_resp, sizeof(*resp)); 1292 sdmmc_response resp; local in function:sdmmc_mem_decode_scr [all...] |
/src/sys/dev/acpi/ |
qcomscm.c | 423 struct qcscm_rsp_uefi_get_variable *resp; local in function:qcscm_uefi_get_variable 433 respsize = ALIGN(sizeof(*resp)) + ALIGN(*data_size); 466 resp = QCSCM_DMA_KVA(qdm, respoff); 467 if (resp->command_id != QCTEE_UEFI_GET_VARIABLE || 468 resp->length < sizeof(*resp)) { 473 if (resp->status) { 474 if (resp->status == QCTEE_UEFI_BUFFER_TOO_SMALL) 475 *data_size = resp->data_size; 477 *attributes = resp->attributes 536 struct qcscm_rsp_uefi_set_variable *resp; local in function:qcscm_uefi_set_variable 620 struct qcscm_rsp_uefi_get_next_variable *resp; local in function:qcscm_uefi_get_next_variable [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/distrib/hp300/miniroot/ |
install.md | 46 TERM="$resp" 161 case "$resp" in 173 _secsize="$resp" 175 resp="" # force one iteration 176 while [ -z "${resp}" ]; do 180 _cylinders="$resp" 183 resp="" # force one iteration 184 while [ -z "${resp}" ]; do 188 _tracks_per_cyl="$resp" 190 resp="" # force one iteratio [all...] |
/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/lib/libresolv/ |
res_findzonecut.c | 279 u_char *resp = NULL; local in function:get_soa 294 resp = malloc(NS_MAXMSG); 295 if (resp == NULL) 305 n = do_query(statp, dname, class, ns_t_soa, resp, &msg); 376 if (ns_name_uncompress(resp, ns_msg_end(msg), rdata, 387 free(resp); 408 if (resp != NULL) 409 free(resp); 417 u_char *resp; local in function:get_ns 421 resp = malloc(NS_MAXMSG) 449 u_char *resp; local in function:get_glue [all...] |
/src/lib/libpam/modules/pam_radius/ |
pam_radius.c | 196 struct pam_response *resp; local in function:do_challenge 250 if ((retval = conv->conv(num_msgs, msg_ptrs, &resp, 253 if (build_access_request(radh, user, resp[num_msgs-1].resp, NULL, 256 memset(resp[num_msgs-1].resp, 0, strlen(resp[num_msgs-1].resp)); 257 free(resp[num_msgs-1].resp); [all...] |