/dflybsd-src/sys/dev/disk/nata/ |
H A D | ata-queue.c | 66 struct ata_request *request, *tmp; in ata_drop_requests() local 77 ata_queue_request(struct ata_request *request) in ata_queue_request() 162 struct ata_request *request = ata_alloc_request(); in ata_controlcmd() local 191 struct ata_request *request = ata_alloc_request(); in ata_atapicmd() local 218 struct ata_request *request; in ata_start() local 278 ata_finish(struct ata_request *request) in ata_finish() 303 struct ata_request *request = (struct ata_request *)context; in ata_completed() local 539 ata_timeout(struct ata_request *request) in ata_timeout() 568 struct ata_request *request, *tmp; in ata_fail_requests() local 606 ata_get_lba(struct ata_request *request) in ata_get_lba() [all …]
|
H A D | ata-lowlevel.c | 67 ata_begin_transaction(struct ata_request *request) in ata_begin_transaction() 222 ata_end_transaction(struct ata_request *request) in ata_end_transaction() 649 ata_generic_command(struct ata_request *request) in ata_generic_command() 720 ata_tf_read(struct ata_request *request) in ata_tf_read() 750 ata_tf_write(struct ata_request *request) in ata_tf_write() 804 ata_pio_read(struct ata_request *request, int length) in ata_pio_read() 829 ata_pio_write(struct ata_request *request, int length) in ata_pio_write()
|
H A D | ata-disk.c | 230 ad_power_callback(struct ata_request *request) in ad_power_callback() 241 struct ata_request *request; in ad_spindown() local 287 struct ata_request *request; in ad_strategy() local 366 ad_done(struct ata_request *request) in ad_done() 392 struct ata_request request; in ad_dump() local
|
/dflybsd-src/contrib/tcp_wrappers/ |
H A D | options.c | 129 void process_options(options, request) in process_options() argument 195 static void allow_option(value, request) in allow_option() argument 206 static void deny_option(value, request) in deny_option() argument 215 static void banners_option(value, request) in banners_option() argument 247 static void group_option(value, request) in group_option() argument 266 static void user_option(value, request) in user_option() argument 288 static void umask_option(value, request) in umask_option() argument 304 static void spawn_option(value, request) in spawn_option() argument 316 static void linger_option(value, request) in linger_option() argument 338 static void keepalive_option(value, request) in keepalive_option() argument [all …]
|
H A D | tli.c | 67 void tli_host(request) in tli_host() argument 122 static void tli_cleanup(request) in tli_cleanup() argument 135 static void tli_endpoints(request) in tli_endpoints() argument 247 struct request_info *request = host->request; local 264 struct request_info *request = host->request; local
|
H A D | update.c | 32 static struct request_info *request_fill(request, ap) in request_fill() argument 92 struct request_info *request_init(struct request_info *request, ...) in request_init() 117 struct request_info *request_set(struct request_info *request, ...) in request_set()
|
H A D | eval.c | 41 char *eval_user(request) in eval_user() argument 99 char *eval_client(request) in eval_client() argument 119 char *eval_server(request) in eval_server() argument
|
H A D | hosts_access.c | 104 int hosts_access(request) in hosts_access() argument 138 static int table_match(table, request) in table_match() argument 197 static int list_match(list, request, match_fn) in list_match() argument 225 static int server_match(tok, request) in server_match() argument 241 static int client_match(tok, request) in client_match() argument
|
H A D | tcpdmatch.c | 70 struct request_info request; local 331 static void expand(text, pattern, request) in expand() argument 344 static void tcpdmatch(request) in tcpdmatch() argument
|
/dflybsd-src/sys/dev/raid/mpr/ |
H A D | mpr_config.c | 70 MPI2_CONFIG_REQUEST *request; in mpr_config_get_ioc_pg8() local 202 MPI2_CONFIG_REQUEST *request; in mpr_config_get_iounit_pg8() local 368 MPI2_CONFIG_REQUEST *request; in mpr_config_get_dpm_pg0() local 506 MPI2_CONFIG_REQUEST *request; in mpr_config_set_dpm_pg0() local 646 MPI2_CONFIG_REQUEST *request; in mpr_config_get_sas_device_pg0() local 783 MPI2_CONFIG_REQUEST *request; in mpr_config_get_pcie_device_pg0() local 920 MPI2_CONFIG_REQUEST *request; in mpr_config_get_pcie_device_pg2() local 1055 MPI2_CONFIG_REQUEST *request; in mpr_config_get_bios_pg3() local 1187 MPI2_CONFIG_REQUEST *request; in mpr_config_get_raid_volume_pg0() local 1318 MPI2_CONFIG_REQUEST *request; in mpr_config_get_raid_volume_pg1() local [all …]
|
/dflybsd-src/usr.sbin/lpr/common_source/ |
H A D | lp.h | 132 struct request { struct 133 enum req_type type; /* what sort of request is this? */ argument 135 int remote; /* did request arrive over network? */ argument 136 char *logname; /* login name of requesting user */ argument 137 char *authname; /* authenticated identity of requesting user */ argument 138 char *prettyname; /* ``pretty'' name of requesting user */ argument 139 int privileged; /* was the request from a privileged user? */ argument 141 int authentic; /* was the request securely authenticated? */ argument 144 int nusers; /* length of following list... */ 145 struct req_user_head users; /* list of users to query/delete */ [all …]
|
/dflybsd-src/sys/dev/drm/i915/ |
H A D | i915_gem_request.c | 100 i915_gem_request_remove_from_client(struct drm_i915_gem_request *request) in i915_gem_request_remove_from_client() 306 struct drm_i915_gem_request *request) in i915_gem_retire_noop() 311 static void advance_ring(struct drm_i915_gem_request *request) in advance_ring() 340 static void free_capture_list(struct drm_i915_gem_request *request) in free_capture_list() 353 static void i915_gem_request_retire(struct drm_i915_gem_request *request) in i915_gem_request_retire() 451 void __i915_gem_request_submit(struct drm_i915_gem_request *request) in __i915_gem_request_submit() 487 void i915_gem_request_submit(struct drm_i915_gem_request *request) in i915_gem_request_submit() 500 void __i915_gem_request_unsubmit(struct drm_i915_gem_request *request) in __i915_gem_request_unsubmit() 537 void i915_gem_request_unsubmit(struct drm_i915_gem_request *request) in i915_gem_request_unsubmit() 553 struct drm_i915_gem_request *request = in submit_notify() local [all …]
|
H A D | i915_gem_request.h | 42 struct drm_i915_gem_request *request; member 277 i915_gem_request_global_seqno(const struct drm_i915_gem_request *request) in i915_gem_request_global_seqno() 375 struct drm_i915_gem_request __rcu *request; member 413 struct drm_i915_gem_request *request) in i915_gem_active_set() 476 struct drm_i915_gem_request *request; in i915_gem_active_peek() local 555 struct drm_i915_gem_request *request; in __i915_gem_active_get_rcu() local 622 struct drm_i915_gem_request *request; in i915_gem_active_get_unlocked() local 670 struct drm_i915_gem_request *request; in i915_gem_active_wait() local 695 struct drm_i915_gem_request *request; in i915_gem_active_retire() local
|
/dflybsd-src/sys/dev/drm/ |
H A D | drm_agpsupport.c | 212 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_alloc() 258 struct drm_agp_buffer request; in drm_agp_alloc_ioctl() local 314 int drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request) in drm_agp_unbind() 335 struct drm_agp_binding request; in drm_agp_unbind_ioctl() local 366 int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request) in drm_agp_bind() 395 struct drm_agp_binding request; in drm_agp_bind_ioctl() local 428 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_free() 458 struct drm_agp_buffer request; in drm_agp_free_ioctl() local
|
H A D | drm_bufs.c | 600 struct drm_map *request = data; in drm_legacy_rmmap_ioctl() local 687 struct drm_buf_desc *request) in drm_legacy_addbufs_agp() 851 struct drm_buf_desc *request) in drm_legacy_addbufs_pci() 1057 struct drm_buf_desc *request) in drm_legacy_addbufs_sg() 1227 struct drm_buf_desc *request = data; in drm_legacy_addbufs() local 1323 struct drm_buf_info *request = data; in copy_one_buf() local 1335 struct drm_buf_info *request = data; in drm_legacy_infobufs() local 1357 struct drm_buf_desc *request = data; in drm_legacy_markbufs() local 1404 struct drm_buf_free *request = data; in drm_legacy_freebufs() local 1531 struct drm_buf_map *request = data; in map_one_buf() local [all …]
|
H A D | drm_scatter.c | 62 struct drm_scatter_gather *request = data; in drm_legacy_sg_alloc() local 119 struct drm_scatter_gather *request = data; in drm_legacy_sg_free() local
|
/dflybsd-src/sys/dev/raid/vinum/ |
H A D | request.h | 148 struct request { struct 149 struct bio *bio; /* pointer to the high-level request */ argument 158 short isplex; /* set if this is a plex request */ argument 159 short active; /* number of subrequests still active */ argument 160 struct rqgroup *rqg; /* ptr to the first group of requests */ argument 161 struct rqgroup *lrqg; /* and to the last group of requests */ argument 162 struct request *next; /* link of waiting requests */ argument
|
/dflybsd-src/contrib/cvs-1.12/src/ |
H A D | server.h | 161 struct request struct 168 * Function to carry out the request. ARGS is the text of the command argument 177 /* If set, failure to implement this request can imply a fatal argument
|
/dflybsd-src/sys/dev/raid/mps/ |
H A D | mps_config.c | 68 MPI2_CONFIG_REQUEST *request; in mps_config_get_ioc_pg8() local 184 MPI2_CONFIG_REQUEST *request; in mps_config_get_man_pg10() local 532 MPI2_CONFIG_REQUEST *request; in mps_config_get_dpm_pg0() local 656 MPI2_CONFIG_REQUEST *request; in mps_config_set_dpm_pg0() local 781 MPI2_CONFIG_REQUEST *request; in mps_config_get_sas_device_pg0() local 902 MPI2_CONFIG_REQUEST *request; in mps_config_get_bios_pg3() local 1020 MPI2_CONFIG_REQUEST *request; in mps_config_get_raid_volume_pg0() local 1140 MPI2_CONFIG_REQUEST *request; in mps_config_get_raid_volume_pg1() local 1285 MPI2_CONFIG_REQUEST *request; in mps_config_get_raid_pd_pg0() local
|
/dflybsd-src/libexec/talkd/ |
H A D | table.c | 61 CTL_MSG request; member 76 find_match(CTL_MSG *request) in find_match() 109 find_request(CTL_MSG *request) in find_request() 146 insert_table(CTL_MSG *request, CTL_RESPONSE *response) in insert_table()
|
/dflybsd-src/sys/dev/drm/amd/display/dc/i2caux/ |
H A D | aux_engine.c | 103 struct aux_request_transaction_data request; member 246 struct i2caux_transaction_request *request, in read_command() 315 struct aux_request_transaction_data request; member 460 struct i2caux_transaction_request *request, in write_command() 526 struct i2caux_transaction_request *request) in end_of_transaction_command() 561 struct i2caux_transaction_request *request, in dal_aux_engine_submit_request()
|
/dflybsd-src/sys/dev/drm/include/drm/ |
H A D | drm_agpsupport.h | 131 struct drm_agp_buffer *request) in drm_agp_alloc() 137 struct drm_agp_buffer *request) in drm_agp_free() 143 struct drm_agp_binding *request) in drm_agp_unbind() 149 struct drm_agp_binding *request) in drm_agp_bind()
|
/dflybsd-src/contrib/libpcap/ |
H A D | pcap-haiku.cpp | 39 prepare_request(struct ifreq& request, const char* name) in prepare_request() 126 ifreq request; in pcap_stats_haiku() local 205 struct ifreq request; in pcap_create_interface() local
|
/dflybsd-src/sys/dev/drm/amd/display/dc/dce/ |
H A D | dce_aux.c | 159 struct aux_request_transaction_data *request) in submit_channel_request() 547 struct i2caux_transaction_request *request, in read_command() 735 struct i2caux_transaction_request *request, in write_command() 800 struct i2caux_transaction_request *request) in end_of_transaction_command() 835 struct i2caux_transaction_request *request, in submit_request()
|
/dflybsd-src/contrib/dhcpcd/src/ |
H A D | privsep-bsd.c | 300 ps_root_ioctldom(struct dhcpcd_ctx *ctx, uint16_t domain, unsigned long request, in ps_root_ioctldom() 311 ps_root_ioctllink(struct dhcpcd_ctx *ctx, unsigned long request, in ps_root_ioctllink() 319 ps_root_ioctl6(struct dhcpcd_ctx *ctx, unsigned long request, in ps_root_ioctl6() 337 ps_root_indirectioctl(struct dhcpcd_ctx *ctx, unsigned long request, in ps_root_indirectioctl()
|