Home
last modified time | relevance | path

Searched refs:request (Results 51 – 75 of 334) sorted by relevance

12345678910>>...14

/dragonfly/contrib/tcp_wrappers/
H A Dfix_options.c34 fix_options(request) in fix_options() argument
35 struct request_info *request; in fix_options()
42 int fd = request->fd;
57 clean_exit(request);
101 eval_client(request));
120 eval_client(request), lbuf);
H A Dscaffold.c167 struct request_info request; local
180 request_init(&request, RQ_CLIENT_SIN, &sin, 0);
181 sock_methods(&request);
201 request_set(&request, RQ_CLIENT_ADDR, "", RQ_CLIENT_NAME, "", 0);
202 if (STR_EQ(eval_hostname(request.client), unknown))
204 eval_hostaddr(request.client));
229 void clean_exit(request) in clean_exit() argument
230 struct request_info *request; in clean_exit()
H A Dsocket.c78 void sock_host(request) in sock_host() argument
79 struct request_info *request; in sock_host()
90 int fd = request->fd;
92 sock_methods(request);
105 request->sink = sock_sink;
117 request->client->sin = (struct sockaddr *)&client;
119 request->client->sin = &client;
134 request->server->sin = (struct sockaddr *)&server;
136 request->server->sin = &server;
H A Dtry-from.c44 struct request_info request; local
65 request_init(&request, RQ_DAEMON, argv[0], RQ_FILE, STDIN_FILENO, 0);
66 (void) fromhost(&request);
73 #define EXPAND(str) percent_x(buf, sizeof(buf), str, &request)
H A Dncr.c27 void fromhost(request) in fromhost() argument
28 struct request_info *request; in fromhost()
34 int fd = request->fd;
67 tli_host(request);
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dlib_napms.c70 struct timespec request, remaining; in NCURSES_EXPORT() local
71 request.tv_sec = ms / 1000; in NCURSES_EXPORT()
72 request.tv_nsec = (ms % 1000) * 1000000; in NCURSES_EXPORT()
73 while (nanosleep(&request, &remaining) == -1 in NCURSES_EXPORT()
75 request = remaining; in NCURSES_EXPORT()
/dragonfly/sys/dev/disk/nata/
H A Data-raid.c290 request->dev = dev; in ata_raid_flush()
296 request->retries = 0; in ata_raid_flush()
390 request->data = data; in ata_raid_strategy()
393 request->u.ata.count = request->bytecount / DEV_BSIZE; in ata_raid_strategy()
409 request->dev = rdp->disks[request->this].dev; in ata_raid_strategy()
504 composite->request[drv] = request; in ata_raid_strategy()
562 composite->request[drv] = request; in ata_raid_strategy()
585 request->dev = rdp->disks[request->this].dev; in ata_raid_strategy()
614 request->dev = rdp->disks[request->this].dev; in ata_raid_strategy()
4047 return request; in ata_raid_init_request()
[all …]
H A Datapi-cd.c258 request->dev = dev; in acd_open()
262 ata_queue_request(request); in acd_open()
263 if (!request->error && in acd_open()
891 request->dev = dev; in acd_start()
892 request->bio = bp; in acd_start()
898 request->transfersize = min(request->bytecount, 65534); in acd_start()
900 request->retries = 2; in acd_start()
1295 request->dev = dev; in acd_get_progress()
1297 request->data = dummy; in acd_get_progress()
1299 request->transfersize = min(request->bytecount, 65534); in acd_get_progress()
[all …]
H A Datapi-tape.c399 struct ata_request *request; in ast_strategy() local
452 request->dev = dev; in ast_strategy()
453 request->bio = bp; in ast_strategy()
454 bcopy(ccb, request->u.atapi.ccb, in ast_strategy()
457 request->data = bbp->b_data; in ast_strategy()
459 request->transfersize = min(request->bytecount, 65534); in ast_strategy()
461 request->retries = 2; in ast_strategy()
462 request->callback = ast_done; in ast_strategy()
475 ata_queue_request(request); in ast_strategy()
483 struct bio *bp = request->bio; in ast_done()
[all …]
/dragonfly/libexec/talkd/
H A Dannounce.c65 announce(CTL_MSG *request, const char *remote_machine) in announce() argument
71 "%s%s", _PATH_DEV, request->r_tty); in announce()
74 return (print_mesg(request->r_tty, request, remote_machine)); in announce()
88 print_mesg(const char *tty, CTL_MSG *request, const char *remote_machine) in print_mesg() argument
118 vis_user = malloc(strlen(request->l_name) * 4 + 1); in print_mesg()
119 strvis(vis_user, request->l_name, VIS_CSTYLE); in print_mesg()
/dragonfly/sys/dev/drm/amd/display/dc/i2caux/dce110/
H A Di2c_hw_engine_dce110.c253 (request->action & I2CAUX_TRANSACTION_ACTION_I2C_READ))
270 struct i2c_request_transaction_data *request) in process_transaction() argument
272 uint32_t length = request->length; in process_transaction()
273 uint8_t *buffer = request->data; in process_transaction()
312 DC_I2C_DATA, request->address, in process_transaction()
319 DC_I2C_DATA, request->address); in process_transaction()
323 if (!(request->action & I2CAUX_TRANSACTION_ACTION_I2C_READ)) { in process_transaction()
368 struct i2c_request_transaction_data *request) in submit_channel_request() argument
370 request->status = I2C_CHANNEL_OPERATION_SUCCEEDED; in submit_channel_request()
372 if (!process_transaction(FROM_I2C_ENGINE(engine), request)) in submit_channel_request()
[all …]
/dragonfly/contrib/diffutils/lib/
H A Dfd-hook.h35 typedef int (*gl_ioctl_fn) (int fd, int request, void *arg);
57 int fd, int request, void *arg);
88 int fd, int request, void *arg);
94 int fd, int request, void *arg);
99 int fd, int request, void *arg);
H A Dfd-hook.c53 int fd, int request, void *arg) in execute_ioctl_hooks() argument
57 return primary (fd, request, arg); in execute_ioctl_hooks()
60 primary, fd, request, arg); in execute_ioctl_hooks()
65 int fd, int request, void *arg) in execute_all_ioctl_hooks() argument
67 return execute_ioctl_hooks (anchor.private_next, primary, fd, request, arg); in execute_all_ioctl_hooks()
/dragonfly/contrib/grep/lib/
H A Dfd-hook.h35 typedef int (*gl_ioctl_fn) (int fd, int request, void *arg);
57 int fd, int request, void *arg);
88 int fd, int request, void *arg);
94 int fd, int request, void *arg);
99 int fd, int request, void *arg);
H A Dfd-hook.c53 int fd, int request, void *arg) in execute_ioctl_hooks() argument
57 return primary (fd, request, arg); in execute_ioctl_hooks()
60 primary, fd, request, arg); in execute_ioctl_hooks()
65 int fd, int request, void *arg) in execute_all_ioctl_hooks() argument
67 return execute_ioctl_hooks (anchor.private_next, primary, fd, request, arg); in execute_all_ioctl_hooks()
/dragonfly/sys/dev/drm/
H A Ddrm_scatter.c62 struct drm_scatter_gather *request = data; in drm_legacy_sg_alloc() local
75 DRM_DEBUG("request size=%ld\n", request->size); in drm_legacy_sg_alloc()
79 size = round_page(request->size); in drm_legacy_sg_alloc()
107 request->handle = entry->vaddr; in drm_legacy_sg_alloc()
119 struct drm_scatter_gather *request = data; in drm_legacy_sg_free() local
131 if (!entry || entry->vaddr != request->handle) in drm_legacy_sg_free()
H A Ddrm_context.c175 struct drm_ctx_priv_map *request = data; in drm_legacy_getsareactx() local
185 map = idr_find(&dev->ctx_idr, request->ctx_id); in drm_legacy_getsareactx()
191 request->handle = NULL; in drm_legacy_getsareactx()
194 request->handle = in drm_legacy_getsareactx()
202 if (request->handle == NULL) in drm_legacy_getsareactx()
223 struct drm_ctx_priv_map *request = data; in drm_legacy_setsareactx() local
234 && r_list->user_token == (unsigned long) request->handle) in drm_legacy_setsareactx()
246 if (IS_ERR(idr_replace(&dev->ctx_idr, map, request->ctx_id))) in drm_legacy_setsareactx()
/dragonfly/crypto/openssh/
H A DPROTOCOL146 upon request.
158 will send the following global request:
174 listed to receive this message upon request.
323 the hostkeys in the request:
476 request is implemented as a SSH_FXP_EXTENDED request with the
489 4.6. sftp: Extension request "fsync@openssh.com"
519 4.8. sftp: Extension request "limits@openssh.com"
581 4.10. sftp: Extension request "copy-data"
614 This request is identical to the "copy-data" request documented in:
618 4.11. sftp: Extension request "home-directory"
[all …]
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read.c174 if (request < 0) in client_skip_proxy()
176 if (request == 0) in client_skip_proxy()
194 if (get > request) in client_skip_proxy()
196 request -= get; in client_skip_proxy()
1507 int64_t request) in __archive_read_filter_consume() argument
1511 if (request < 0) in __archive_read_filter_consume()
1513 if (request == 0) in __archive_read_filter_consume()
1550 request -= min; in advance_file_pointer()
1560 request -= min; in advance_file_pointer()
1564 if (request == 0) in advance_file_pointer()
[all …]
/dragonfly/sys/dev/drm/i915/
H A Di915_trace.h57 #define trace_i915_gem_request_execute(request) argument
58 #define trace_i915_gem_request_in(request, n) argument
60 #define trace_i915_gem_request_out(request) argument
61 #define trace_i915_gem_request_queue(request, flags) argument
63 #define trace_i915_gem_request_submit(request) argument
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dgas_serv.c974 unsigned int request, in gas_serv_build_gas_resp_payload() argument
987 if (request & ANQP_REQ_ICON_REQUEST) in gas_serv_build_gas_resp_payload()
990 if (request & ANQP_FILS_REALM_INFO) in gas_serv_build_gas_resp_payload()
1001 if (request & ANQP_REQ_VENUE_NAME) in gas_serv_build_gas_resp_payload()
1013 request & ANQP_REQ_NAI_REALM, in gas_serv_build_gas_resp_payload()
1023 if (request & ANQP_REQ_DOMAIN_NAME) in gas_serv_build_gas_resp_payload()
1029 if (request & ANQP_REQ_EMERGENCY_NAI) in gas_serv_build_gas_resp_payload()
1051 if (request & ANQP_REQ_WAN_METRICS) in gas_serv_build_gas_resp_payload()
1059 if (request & ANQP_REQ_ICON_REQUEST) in gas_serv_build_gas_resp_payload()
1079 unsigned int request; member
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/i2caux/dce80/
H A Di2c_hw_engine_dce80.c406 struct i2c_request_transaction_data *request) in process_transaction() argument
408 uint32_t length = request->length; in process_transaction()
409 uint8_t *buffer = request->data; in process_transaction()
437 (request->action == I2CAUX_TRANSACTION_ACTION_I2C_WRITE) || in process_transaction()
438 (request->action & I2CAUX_TRANSACTION_ACTION_I2C_READ)) { in process_transaction()
456 (0 != (request->action & in process_transaction()
488 request->address, in process_transaction()
644 struct i2c_request_transaction_data *request) in submit_channel_request() argument
646 request->status = I2C_CHANNEL_OPERATION_SUCCEEDED; in submit_channel_request()
648 if (!process_transaction(FROM_I2C_ENGINE(engine), request)) in submit_channel_request()
[all …]
/dragonfly/usr.sbin/nscd/
H A Dmp_ws_query.c69 finalize_comm_element(&qstate->request); in on_mp_write_session_destroy()
100 init_comm_element(&qstate->request, in on_mp_write_session_request_read1()
103 &qstate->request); in on_mp_write_session_request_read1()
140 c_mp_ws_request = get_cache_mp_write_session_request(&qstate->request); in on_mp_write_session_request_read2()
172 c_mp_ws_request = get_cache_mp_write_session_request(&qstate->request); in on_mp_write_session_request_process()
353 init_comm_element(&qstate->request, in on_mp_write_session_write_request_read1()
356 &qstate->request); in on_mp_write_session_write_request_read1()
392 &qstate->request); in on_mp_write_session_write_request_read2()
422 &qstate->request); in on_mp_write_session_write_request_process()
458 finalize_comm_element(&qstate->request); in on_mp_write_session_write_response_write1()
/dragonfly/sys/dev/raid/vinum/
H A Drequest.h133 struct request *rq; /* pointer to the request */
148 struct request { struct
162 struct request *next; /* link of waiting requests */ argument
261 struct request *rq; /* for daemonrq_ioerror */
285 void freerq(struct request *rq);
/dragonfly/sys/dev/drm/amd/display/dc/i2caux/
H A Di2c_sw_engine.c376 struct i2c_request_transaction_data request; in dal_i2c_sw_engine_submit_request() local
380 request.action = middle_of_transaction ? in dal_i2c_sw_engine_submit_request()
384 request.action = middle_of_transaction ? in dal_i2c_sw_engine_submit_request()
394 request.address = (uint8_t)i2caux_request->payload.address; in dal_i2c_sw_engine_submit_request()
395 request.length = i2caux_request->payload.length; in dal_i2c_sw_engine_submit_request()
396 request.data = i2caux_request->payload.data; in dal_i2c_sw_engine_submit_request()
398 base->funcs->submit_channel_request(base, &request); in dal_i2c_sw_engine_submit_request()
400 if ((request.status == I2C_CHANNEL_OPERATION_ENGINE_BUSY) || in dal_i2c_sw_engine_submit_request()
401 (request.status == I2C_CHANNEL_OPERATION_FAILED)) in dal_i2c_sw_engine_submit_request()

12345678910>>...14