/dflybsd-src/test/testcases/posixipc/common/ |
H A D | common.c | 59 checkvalue(sem_t *id, int expected) in checkvalue() 78 sem_t *id = mmap(NULL, sizeof(sem_t), PROT_READ|PROT_WRITE, in construct_shared_unnamed_sem() local 95 destruct_shared_unnamed_sem(sem_t *id) in destruct_shared_unnamed_sem() 105 testwait(sem_t *id, u_int *delta) in testwait() 136 schedule_post(sem_t *id, u_int msec) in schedule_post() 248 sem_t *id; in wait_twoproc_child() local 261 timedwait(sem_t *id, u_int msec, u_int *delta, int error) in timedwait() 299 sem_t *id; in sem_open_should_fail() local 320 sem_t id; in sem_init_should_fail() local 357 sem_destroy_should_fail(sem_t *id, int error) in sem_destroy_should_fail() [all …]
|
/dflybsd-src/crypto/openssh/ |
H A D | sftp-server.c | 549 send_status_errmsg(u_int32_t id, u_int32_t status, const char *errmsg) in send_status_errmsg() 575 send_status(u_int32_t id, u_int32_t status) in send_status() 581 send_data_or_handle(char type, u_int32_t id, const u_char *data, int dlen) in send_data_or_handle() 597 send_data(u_int32_t id, const u_char *data, int dlen) in send_data() 604 send_handle(u_int32_t id, int handle) in send_handle() 616 send_names(u_int32_t id, int count, const Stat *stats) in send_names() 639 send_attrib(u_int32_t id, const Attrib *a) in send_attrib() 656 send_statvfs(u_int32_t id, struct statvfs *st) in send_statvfs() 742 process_open(u_int32_t id) in process_open() 784 process_close(u_int32_t id) in process_close() [all …]
|
H A D | sftp-client.c | 115 u_int id; member 127 request_enqueue(struct requests *requests, u_int id, size_t len, in request_enqueue() 141 request_find(struct requests *requests, u_int id) in request_find() 233 send_string_request(struct sftp_conn *conn, u_int id, u_int code, const char *s, in send_string_request() 251 send_string_attrs_request(struct sftp_conn *conn, u_int id, u_int code, in send_string_attrs_request() 275 u_int id, status; in get_status() local 305 u_int id, status; in get_handle() local 349 u_int id; in get_decode_stat() local 402 u_int id; in get_decode_statvfs() local 623 u_int id, msg_id; in sftp_get_limits() local [all …]
|
/dflybsd-src/sys/dev/drm/amd/display/dc/bios/dce112/ |
H A D | command_table_helper_dce112.c | 95 enum clock_source_id id) in clock_source_id_to_atom_phy_clk_src_id() 120 static uint8_t hpd_sel_to_atom(enum hpd_source_id id) in hpd_sel_to_atom() 151 static uint8_t dig_encoder_sel_to_atom(enum engine_id id) in dig_encoder_sel_to_atom() 190 enum clock_source_id id, in clock_source_id_to_atom() 240 static bool engine_bp_to_atom(enum engine_id id, uint32_t *atom_engine_id) in engine_bp_to_atom() 334 enum bp_dce_clock_type id, in dc_clock_type_to_atom() 358 static uint8_t transmitter_color_depth_to_atom(enum transmitter_color_depth id) in transmitter_color_depth_to_atom()
|
H A D | command_table_helper2_dce112.c | 95 enum clock_source_id id) in clock_source_id_to_atom_phy_clk_src_id() 120 static uint8_t hpd_sel_to_atom(enum hpd_source_id id) in hpd_sel_to_atom() 151 static uint8_t dig_encoder_sel_to_atom(enum engine_id id) in dig_encoder_sel_to_atom() 190 enum clock_source_id id, in clock_source_id_to_atom() 240 static bool engine_bp_to_atom(enum engine_id id, uint32_t *atom_engine_id) in engine_bp_to_atom() 334 enum bp_dce_clock_type id, in dc_clock_type_to_atom() 358 static uint8_t transmitter_color_depth_to_atom(enum transmitter_color_depth id) in transmitter_color_depth_to_atom()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-inline.c | 135 insert_decl_map (copy_body_data *id, tree key, tree value) in insert_decl_map() 149 insert_debug_decl_map (copy_body_data *id, tree key, tree value) in insert_debug_decl_map() 178 remap_ssa_name (tree name, copy_body_data *id) in remap_ssa_name() 294 remap_decl (tree decl, copy_body_data *id) in remap_decl() 363 remap_type_1 (tree type, copy_body_data *id) in remap_type_1() 478 remap_type (tree type, copy_body_data *id) in remap_type() 509 remapped_type (tree type, copy_body_data *id) in remapped_type() 528 can_be_nonlocal (tree decl, copy_body_data *id) in can_be_nonlocal() 563 remap_decls (tree decls, VEC(tree,gc) **nonlocalized_list, copy_body_data *id) in remap_decls() 630 remap_block (tree *block, copy_body_data *id) in remap_block() [all …]
|
/dflybsd-src/sys/dev/drm/i915/ |
H A D | i915_syncmap.c | 112 __sync_branch_idx(const struct i915_syncmap *p, u64 id) in __sync_branch_idx() 118 __sync_leaf_idx(const struct i915_syncmap *p, u64 id) in __sync_leaf_idx() 124 static inline u64 __sync_branch_prefix(const struct i915_syncmap *p, u64 id) in __sync_branch_prefix() 129 static inline u64 __sync_leaf_prefix(const struct i915_syncmap *p, u64 id) in __sync_leaf_prefix() 154 bool i915_syncmap_is_later(struct i915_syncmap **root, u64 id, u32 seqno) in i915_syncmap_is_later() 199 __sync_alloc_leaf(struct i915_syncmap *parent, u64 id) in __sync_alloc_leaf() 214 static inline void __sync_set_seqno(struct i915_syncmap *p, u64 id, u32 seqno) in __sync_set_seqno() 230 static noinline int __sync_set(struct i915_syncmap **root, u64 id, u32 seqno) in __sync_set() 353 int i915_syncmap_set(struct i915_syncmap **root, u64 id, u32 seqno) in i915_syncmap_set()
|
/dflybsd-src/sys/libkern/ |
H A D | linux_idr.c | 78 int id; in main() local 168 idrfixup(struct idr *idp, int id) in idrfixup() 181 idr_get_node(struct idr *idp, int id) in idr_get_node() 193 idr_reserve(struct idr *idp, int id, int incr) in idr_reserve() 205 int id, rsum, rsize, node; in idr_find_free() local 266 int id; in idr_pre_get() local 317 idr_get_new_above(struct idr *idp, void *ptr, int sid, int *id) in idr_get_new_above() 362 int result, id; in idr_alloc() local 409 idr_get_new(struct idr *idp, void *ptr, int *id) in idr_get_new() 463 idr_remove(struct idr *idp, int id) in idr_remove() [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-inline.c | 143 insert_decl_map (copy_body_data *id, tree key, tree value) in insert_decl_map() 157 insert_debug_decl_map (copy_body_data *id, tree key, tree value) in insert_debug_decl_map() 186 remap_ssa_name (tree name, copy_body_data *id) in remap_ssa_name() 332 remap_decl (tree decl, copy_body_data *id) in remap_decl() 412 remap_type_1 (tree type, copy_body_data *id) in remap_type_1() 582 remap_type (tree type, copy_body_data *id) in remap_type() 612 can_be_nonlocal (tree decl, copy_body_data *id) in can_be_nonlocal() 628 copy_body_data *id) in remap_decls() 694 remap_block (tree *block, copy_body_data *id) in remap_block() 723 remap_blocks (tree block, copy_body_data *id) in remap_blocks() [all …]
|
/dflybsd-src/sys/dev/raid/hptmv/ |
H A D | gui_lib.c | 415 static int hpt_get_controller_info(int id, PCONTROLLER_INFO pInfo) in hpt_get_controller_info() 446 static int hpt_get_channel_info(int id, int bus, PCHANNEL_INFO pInfo) in hpt_get_channel_info() 512 static int hpt_get_device_info(DEVICEID id, PLOGICAL_DEVICE_INFO pInfo) in hpt_get_device_info() 536 static int hpt_get_device_info_v2(DEVICEID id, PLOGICAL_DEVICE_INFO_V2 pInfo) in hpt_get_device_info_v2() 1151 int id; in hpt_default_ioctl() local 1166 int id, bus; in hpt_default_ioctl() local 1197 DEVICEID id; in hpt_default_ioctl() local 1216 DEVICEID id; in hpt_default_ioctl() local 1306 DEVICEID id; in hpt_default_ioctl() local 1338 DEVICEID id; in hpt_default_ioctl() local [all …]
|
/dflybsd-src/sys/dev/drm/amd/display/dc/bios/dce110/ |
H A D | command_table_helper_dce110.c | 98 enum clock_source_id id) in clock_source_id_to_atom_phy_clk_src_id() 123 static uint8_t hpd_sel_to_atom(enum hpd_source_id id) in hpd_sel_to_atom() 154 static uint8_t dig_encoder_sel_to_atom(enum engine_id id) in dig_encoder_sel_to_atom() 193 enum clock_source_id id, in clock_source_id_to_atom() 238 static bool engine_bp_to_atom(enum engine_id id, uint32_t *atom_engine_id) in engine_bp_to_atom()
|
/dflybsd-src/sys/dev/drm/amd/display/dc/bios/dce80/ |
H A D | command_table_helper_dce80.c | 61 static bool engine_bp_to_atom(enum engine_id id, uint32_t *atom_engine_id) in engine_bp_to_atom() 107 enum clock_source_id id, in clock_source_id_to_atom() 153 enum clock_source_id id) in clock_source_id_to_atom_phy_clk_src_id() 208 static uint8_t hpd_sel_to_atom(enum hpd_source_id id) in hpd_sel_to_atom() 239 static uint8_t dig_encoder_sel_to_atom(enum engine_id id) in dig_encoder_sel_to_atom()
|
/dflybsd-src/sys/dev/drm/amd/display/dc/gpio/ |
H A D | gpio_service.c | 148 enum gpio_id id; in dal_gpio_service_create_irq() local 192 enum gpio_id id, in is_pin_busy() 204 enum gpio_id id, in set_pin_busy() 215 enum gpio_id id, in set_pin_free() 226 enum gpio_id id, in dal_gpio_service_open() 318 enum gpio_id id = dal_gpio_get_id(irq); in dal_irq_get_source() local 335 enum gpio_id id = dal_gpio_get_id(irq); in dal_irq_get_rx_source() local 368 enum gpio_id id, in dal_gpio_create_irq() 414 enum gpio_id id; in dal_gpio_create_ddc() local
|
/dflybsd-src/sbin/devfsctl/ |
H A D | devfsctl.c | 179 struct groupdevid *id; in parser_hide() local 192 struct groupdevid *id; in parser_show() local 205 struct groupdevid *id; in parser_link() local 219 struct groupdevid *gid, *id; in parser_group() local 250 struct groupdevid *id; in parser_perm() local 283 struct groupdevid *id; in new_id() local 317 struct groupdevid *id; in get_id() local 351 new_rule(int type, struct groupdevid *id) in new_rule() 372 dump_config_entry(struct rule *rule, struct groupdevid *id) in dump_config_entry() 431 rule_id_iterate(struct groupdevid *id, struct rule *rule, in rule_id_iterate() [all …]
|
/dflybsd-src/sys/dev/drm/amd/display/dc/dce120/ |
H A D | dce120_resource.c | 136 #define SRI(reg_name, block, id)\ argument 168 #define ipp_regs(id)\ argument 190 #define transform_regs(id)\ argument 212 #define aux_regs(id)\ argument 226 #define hpd_regs(id)\ argument 240 #define link_regs(id)\ argument 257 #define stream_enc_regs(id)\ argument 280 #define opp_regs(id)\ argument 301 #define aux_engine_regs(id)\ argument 316 #define audio_regs(id)\ argument [all …]
|
/dflybsd-src/sys/dev/drm/amd/display/dc/dce/ |
H A D | dce_link_encoder.h | 39 #define AUX_REG_LIST(id)\ argument 43 #define HPD_REG_LIST(id)\ argument 46 #define LE_COMMON_REG_LIST_BASE(id) \ argument 72 #define LE_COMMON_REG_LIST(id)\ argument 78 #define LE_DCE80_REG_LIST(id)\ argument 82 #define LE_DCE100_REG_LIST(id)\ argument 88 #define LE_DCE110_REG_LIST(id)\ argument 95 #define LE_DCE120_REG_LIST(id)\ argument 101 #define LE_DCN10_REG_LIST(id)\ argument
|
/dflybsd-src/sys/dev/drm/amd/display/dc/dce100/ |
H A D | dce100_resource.c | 137 #define SRI(reg_name, block, id)\ argument 153 #define ipp_regs(id)\ argument 175 #define transform_regs(id)\ argument 197 #define aux_regs(id)\ argument 211 #define hpd_regs(id)\ argument 225 #define link_regs(id)\ argument 240 #define stream_enc_regs(id)\ argument 264 #define opp_regs(id)\ argument 285 #define aux_engine_regs(id)\ argument 300 #define audio_regs(id)\ argument [all …]
|
/dflybsd-src/sys/dev/drm/include/linux/ |
H A D | idr.h | 65 ida_simple_remove(struct ida *ida, unsigned int id) in ida_simple_remove() 71 ida_remove(struct ida *ida, int id) in ida_remove() 89 int id; in ida_simple_get() local 111 for (int id = *nextid; id < idp->idr_count; id++) { in idr_get_next() local 123 #define idr_for_each_entry(idp, entry, id) \ argument
|
/dflybsd-src/lib/libthread_xu/thread/ |
H A D | thr_umtx.h | 49 _thr_umtx_trylock(volatile umtx_t *mtx, int id, int temporary) in _thr_umtx_trylock() 67 _thr_umtx_lock(volatile umtx_t *mtx, int id, int temporary) in _thr_umtx_lock() 82 _thr_umtx_timedlock(volatile umtx_t *mtx, int id, in _thr_umtx_timedlock() 99 _thr_umtx_unlock(volatile umtx_t *mtx, int id, int temporary) in _thr_umtx_unlock()
|
/dflybsd-src/sys/dev/drm/amd/amdgpu/ |
H A D | amdgpu_ctx.c | 141 uint32_t *id) in amdgpu_ctx_alloc() 188 static int amdgpu_ctx_free(struct amdgpu_fpriv *fpriv, uint32_t id) in amdgpu_ctx_free() 202 struct amdgpu_fpriv *fpriv, uint32_t id, in amdgpu_ctx_query() 238 struct amdgpu_fpriv *fpriv, uint32_t id, in amdgpu_ctx_query2() 275 uint32_t id; in amdgpu_ctx_ioctl() local 312 struct amdgpu_ctx *amdgpu_ctx_get(struct amdgpu_fpriv *fpriv, uint32_t id) in amdgpu_ctx_get() 451 uint32_t id, i; in amdgpu_ctx_mgr_entity_flush() local 480 uint32_t id, i; in amdgpu_ctx_mgr_entity_fini() local 506 uint32_t id; in amdgpu_ctx_mgr_fini() local
|
/dflybsd-src/sys/dev/drm/amd/display/dc/dce80/ |
H A D | dce80_resource.c | 155 #define SRI(reg_name, block, id)\ argument 171 #define ipp_regs(id)\ argument 193 #define transform_regs(id)\ argument 215 #define aux_regs(id)\ argument 229 #define hpd_regs(id)\ argument 243 #define link_regs(id)\ argument 258 #define stream_enc_regs(id)\ argument 282 #define opp_regs(id)\ argument 304 #define aux_engine_regs(id)\ argument 319 #define audio_regs(id)\ argument [all …]
|
/dflybsd-src/sys/dev/drm/amd/display/dc/dce112/ |
H A D | dce112_resource.c | 149 #define SRI(reg_name, block, id)\ argument 189 #define ipp_regs(id)\ argument 211 #define transform_regs(id)\ argument 233 #define aux_regs(id)\ argument 247 #define hpd_regs(id)\ argument 261 #define link_regs(id)\ argument 276 #define stream_enc_regs(id)\ argument 299 #define opp_regs(id)\ argument 321 #define aux_engine_regs(id)\ argument 336 #define audio_regs(id)\ argument [all …]
|
/dflybsd-src/contrib/lvm2/dist/lib/uuid/ |
H A D | uuid.h | 24 struct id { struct 25 int8_t uuid[ID_LEN]; argument 33 struct id id[2]; member
|
/dflybsd-src/contrib/lvm2/dist/include/ |
H A D | uuid.h | 24 struct id { struct 25 int8_t uuid[ID_LEN]; argument 33 struct id id[2]; member
|
/dflybsd-src/sys/dev/drm/amd/display/dc/bios/ |
H A D | bios_parser_common.c | 63 enum object_enum_id id; in enum_id_from_bios_object_id() local 103 enum encoder_id id; in encoder_id_from_bios_object_id() local 177 enum connector_id id; in connector_id_from_bios_object_id() local 228 enum generic_id id; in generic_id_from_bios_object_id() local
|