HomeSort by: relevance | last modified time | path
    Searched refs:reply (Results 1 - 25 of 408) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libtelnet/
auth.h 69 void (*reply)(struct XauthP *, unsigned char *, int); member in struct:XauthP
auth.h 69 void (*reply)(struct XauthP *, unsigned char *, int); member in struct:XauthP
auth.h 69 void (*reply)(struct XauthP *, unsigned char *, int); member in struct:XauthP
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_msg.c 203 * @reply: Pointer to buffer holding reply.
204 * @reply_len: Length of the reply.
209 static unsigned long vmw_port_hb_in(struct rpc_channel *channel, char *reply,
219 di = (uintptr_t) reply;
248 memcpy(reply, &ebx, bytes);
250 reply += bytes;
321 char *reply; local in function:vmw_recv_msg
343 DRM_ERROR("Failed to get reply size for host message.\n");
347 /* No reply available. This is okay. *
427 char *msg, *reply = NULL; local in function:vmw_host_get_guestinfo
576 char *reply = NULL; local in function:vmw_msg_ioctl
    [all...]
vmwgfx_msg.c 203 * @reply: Pointer to buffer holding reply.
204 * @reply_len: Length of the reply.
209 static unsigned long vmw_port_hb_in(struct rpc_channel *channel, char *reply,
219 di = (uintptr_t) reply;
248 memcpy(reply, &ebx, bytes);
250 reply += bytes;
321 char *reply; local in function:vmw_recv_msg
343 DRM_ERROR("Failed to get reply size for host message.\n");
347 /* No reply available. This is okay. *
427 char *msg, *reply = NULL; local in function:vmw_host_get_guestinfo
576 char *reply = NULL; local in function:vmw_msg_ioctl
    [all...]
vmwgfx_msg.c 203 * @reply: Pointer to buffer holding reply.
204 * @reply_len: Length of the reply.
209 static unsigned long vmw_port_hb_in(struct rpc_channel *channel, char *reply,
219 di = (uintptr_t) reply;
248 memcpy(reply, &ebx, bytes);
250 reply += bytes;
321 char *reply; local in function:vmw_recv_msg
343 DRM_ERROR("Failed to get reply size for host message.\n");
347 /* No reply available. This is okay. *
427 char *msg, *reply = NULL; local in function:vmw_host_get_guestinfo
576 char *reply = NULL; local in function:vmw_msg_ioctl
    [all...]
  /src/libexec/ftpd/
ftpcmd.y 223 reply(-221, "%s", "");
224 reply(0,
228 reply(0,
233 reply(221,
268 reply(500, "IPv6 support not available.");
287 reply(500, "PASV mode not available.");
296 reply(501,
301 reply(500, "LPSV mode not available.");
312 reply(500, "EPSV mode not available.");
320 reply(200
    [all...]
ftpcmd.y 223 reply(-221, "%s", "");
224 reply(0,
228 reply(0,
233 reply(221,
268 reply(500, "IPv6 support not available.");
287 reply(500, "PASV mode not available.");
296 reply(501,
301 reply(500, "LPSV mode not available.");
312 reply(500, "EPSV mode not available.");
320 reply(200
    [all...]
ftpcmd.y 223 reply(-221, "%s", "");
224 reply(0,
228 reply(0,
233 reply(221,
268 reply(500, "IPv6 support not available.");
287 reply(500, "PASV mode not available.");
296 reply(501,
301 reply(500, "LPSV mode not available.");
312 reply(500, "EPSV mode not available.");
320 reply(200
    [all...]
  /src/usr.sbin/apm/
apm.c 81 struct apm_reply *reply)
88 if (recv(fd, reply, sizeof(*reply), 0) != sizeof(*reply)) {
89 warn("invalid reply from APM daemon");
103 struct apm_reply reply; local in function:do_zzz
122 exit(send_command(fd, &command, &reply));
151 struct apm_reply reply; local in function:main
152 struct apm_power_info *api = &reply.batterystate;
238 memset(&reply, 0, sizeof(reply))
    [all...]
apm.c 81 struct apm_reply *reply)
88 if (recv(fd, reply, sizeof(*reply), 0) != sizeof(*reply)) {
89 warn("invalid reply from APM daemon");
103 struct apm_reply reply; local in function:do_zzz
122 exit(send_command(fd, &command, &reply));
151 struct apm_reply reply; local in function:main
152 struct apm_power_info *api = &reply.batterystate;
238 memset(&reply, 0, sizeof(reply))
    [all...]
apm.c 81 struct apm_reply *reply)
88 if (recv(fd, reply, sizeof(*reply), 0) != sizeof(*reply)) {
89 warn("invalid reply from APM daemon");
103 struct apm_reply reply; local in function:do_zzz
122 exit(send_command(fd, &command, &reply));
151 struct apm_reply reply; local in function:main
152 struct apm_power_info *api = &reply.batterystate;
238 memset(&reply, 0, sizeof(reply))
    [all...]
  /src/sbin/fsck_ext2fs/
pass2.c 101 if (reply("ALLOCATE") == 0)
109 if (reply("REALLOCATE")) {
115 if (reply("CONTINUE") == 0)
122 if (reply("REALLOCATE")) {
128 if (reply("FIX") == 0)
160 if (reply("FIX") == 1) {
173 if (preen || reply("ADJUST") == 1) {
201 if (reply("FIX") == 0)
209 if (reply("FIX") == 0)
244 if (reply("FIX") == 1
    [all...]
pass2.c 101 if (reply("ALLOCATE") == 0)
109 if (reply("REALLOCATE")) {
115 if (reply("CONTINUE") == 0)
122 if (reply("REALLOCATE")) {
128 if (reply("FIX") == 0)
160 if (reply("FIX") == 1) {
173 if (preen || reply("ADJUST") == 1) {
201 if (reply("FIX") == 0)
209 if (reply("FIX") == 0)
244 if (reply("FIX") == 1
    [all...]
pass2.c 101 if (reply("ALLOCATE") == 0)
109 if (reply("REALLOCATE")) {
115 if (reply("CONTINUE") == 0)
122 if (reply("REALLOCATE")) {
128 if (reply("FIX") == 0)
160 if (reply("FIX") == 1) {
173 if (preen || reply("ADJUST") == 1) {
201 if (reply("FIX") == 0)
209 if (reply("FIX") == 0)
244 if (reply("FIX") == 1
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/include/
i2caux_interface.h 50 * used to return the reply type of the transaction
53 uint8_t *reply; member in struct:aux_payload
i2caux_interface.h 50 * used to return the reply type of the transaction
53 uint8_t *reply; member in struct:aux_payload
i2caux_interface.h 50 * used to return the reply type of the transaction
53 uint8_t *reply; member in struct:aux_payload
  /src/sys/dev/ic/
bha.c 492 rlen = sizeof(hwsetup.reply) +
498 rlen, (u_char *)&hwsetup.reply);
532 &hwsetup.reply.sync_low[toff];
544 rlen = sizeof(hwperiod.reply) +
552 (u_char *)&hwperiod.reply);
557 period = hwperiod.reply.period[toff];
926 inquire.cmd.len = sizeof(inquire.reply);
929 sizeof(inquire.reply), (u_char *)&inquire.reply);
935 * by checking the size of the reply is what a BusLogic card returns
    [all...]
bha.c 492 rlen = sizeof(hwsetup.reply) +
498 rlen, (u_char *)&hwsetup.reply);
532 &hwsetup.reply.sync_low[toff];
544 rlen = sizeof(hwperiod.reply) +
552 (u_char *)&hwperiod.reply);
557 period = hwperiod.reply.period[toff];
926 inquire.cmd.len = sizeof(inquire.reply);
929 sizeof(inquire.reply), (u_char *)&inquire.reply);
935 * by checking the size of the reply is what a BusLogic card returns
    [all...]
bha.c 492 rlen = sizeof(hwsetup.reply) +
498 rlen, (u_char *)&hwsetup.reply);
532 &hwsetup.reply.sync_low[toff];
544 rlen = sizeof(hwperiod.reply) +
552 (u_char *)&hwperiod.reply);
557 period = hwperiod.reply.period[toff];
926 inquire.cmd.len = sizeof(inquire.reply);
929 sizeof(inquire.reply), (u_char *)&inquire.reply);
935 * by checking the size of the reply is what a BusLogic card returns
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pmu/
nouveau_nvkm_subdev_pmu_memx.c 53 u32 reply[2]; local in function:nvkm_memx_init
56 ret = nvkm_pmu_send(pmu, reply, PROC_MEMX, MEMX_MSG_INFO,
65 memx->base = reply[0];
66 memx->size = reply[1];
83 u32 finish, reply[2]; local in function:nvkm_memx_fini
92 /* call MEMX process to execute the script, and wait for reply */
94 nvkm_pmu_send(pmu, reply, PROC_MEMX, MEMX_MSG_EXEC,
97 reply[0], reply[1]);
174 u32 reply[2], base, size, i local in function:nvkm_memx_train_result
    [all...]
nouveau_nvkm_subdev_pmu_memx.c 53 u32 reply[2]; local in function:nvkm_memx_init
56 ret = nvkm_pmu_send(pmu, reply, PROC_MEMX, MEMX_MSG_INFO,
65 memx->base = reply[0];
66 memx->size = reply[1];
83 u32 finish, reply[2]; local in function:nvkm_memx_fini
92 /* call MEMX process to execute the script, and wait for reply */
94 nvkm_pmu_send(pmu, reply, PROC_MEMX, MEMX_MSG_EXEC,
97 reply[0], reply[1]);
174 u32 reply[2], base, size, i local in function:nvkm_memx_train_result
    [all...]
nouveau_nvkm_subdev_pmu_memx.c 53 u32 reply[2]; local in function:nvkm_memx_init
56 ret = nvkm_pmu_send(pmu, reply, PROC_MEMX, MEMX_MSG_INFO,
65 memx->base = reply[0];
66 memx->size = reply[1];
83 u32 finish, reply[2]; local in function:nvkm_memx_fini
92 /* call MEMX process to execute the script, and wait for reply */
94 nvkm_pmu_send(pmu, reply, PROC_MEMX, MEMX_MSG_EXEC,
97 reply[0], reply[1]);
174 u32 reply[2], base, size, i local in function:nvkm_memx_train_result
    [all...]
  /src/usr.bin/tip/
tipout.c 75 char reply; local in function:intEMT
87 reply = 'y';
90 reply = 'n';
92 reply = 'y';
96 (void)write(repdes[1], &reply, 1); /* Now coprocess waits for us */

Completed in 41 milliseconds

1 2 3 4 5 6 7 8 91011>>