Searched refs:soc (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Doc.c253 ObjectClass *soc,
274 if ( at_find_in_list(sat, soc->soc_required) < 0) {
275 if ( at_append_to_list(sat, &soc->soc_required) ) {
283 for ( satp = soc->soc_required; *satp; satp++ ) {
284 i = at_find_in_list(*satp, soc->soc_allowed);
286 at_delete_from_list(i, &soc->soc_allowed);
295 ObjectClass *soc,
314 if ( at_find_in_list(sat, soc->soc_required) < 0 &&
315 at_find_in_list(sat, soc->soc_allowed) < 0 ) {
316 if ( at_append_to_list(sat, &soc
252 oc_create_required( ObjectClass *soc, char **attrs, int *op, const char **err ) argument
294 oc_create_allowed( ObjectClass *soc, char **attrs, int *op, const char **err ) argument
328 oc_add_sups( ObjectClass *soc, char **sups, int *op, const char **err ) argument
533 oc_check_dup( ObjectClass *soc, ObjectClass *new_soc ) argument
596 ObjectClass *soc = *roc; local
724 ObjectClass *soc; local
916 register_oc( const char *def, ObjectClass **soc, int dupok ) argument
[all...]
H A Dcr.c194 ObjectClass *soc = scr->scr_auxiliaries[naux] local
196 if ( !soc ) {
201 if( soc->soc_flags & SLAP_OC_OPERATIONAL &&
202 soc != slap_schema.si_oc_extensibleObject )
207 if( soc->soc_kind != LDAP_SCHEMA_AUXILIARY ) {
H A Dschemaparse.c188 ObjectClass **soc,
216 code = oc_add( oc, 1, soc, prev, &err );
186 parse_oc( struct config_args_s *c, ObjectClass **soc, ObjectClass *prev ) argument
/netbsd-current/sys/arch/arm/samsung/
H A Dexynos_var.h47 #define EXYNOS_PRODUCT_FAMILY(soc) __SHIFTOUT((soc), __BITS(24,31))
50 #define EXYNOS_PRODUCT_ID(soc) __SHIFTOUT((soc), __BITS(12,31))
51 #define EXYNOS_PRODUCT_PACKAGE(soc) __SHIFTOUT((soc), __BITS(8,11))
52 #define EXYNOS_PRODUCT_REV(soc) __SHIFTOUT((soc), __BITS(4,7))
53 #define EXYNOS_PRODUCT_SUBREV(soc) __SHIFTOUT((soc), __BIT
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Damdgpu_display_mode_vba.c61 bool need_recalculate = memcmp(&mode_lib->soc, &mode_lib->vba.soc, sizeof(mode_lib->vba.soc)) != 0
67 mode_lib->vba.soc = mode_lib->soc;
199 soc_bounding_box_st *soc = &mode_lib->vba.soc; local
203 mode_lib->vba.ReturnBusWidth = soc->return_bus_width_bytes;
204 mode_lib->vba.NumberOfChannels = soc->num_chans;
206 soc
820 soc_bounding_box_st *soc = &mode_lib->vba.soc; local
[all...]
H A Ddisplay_mode_lib.h67 struct _vcs_dpi_soc_bounding_box_st soc; member in struct:display_mode_lib
H A Damdgpu_display_mode_lib.c66 lib->soc = *soc_bb;
H A Damdgpu_dml1_display_rq_dlg_calc.c466 log2_vmpg_bytes = dml_log2(mode_lib->soc.vmm_page_size_bytes);
754 vmpg_bytes = mode_lib->soc.vmm_page_size_bytes;
783 log2_vmpg_bytes = dml_log2(mode_lib->soc.vmm_page_size_bytes);
1290 line_wait = mode_lib->soc.urgent_latency_us;
1292 line_wait = dml_max(mode_lib->soc.sr_enter_plus_exit_time_us, line_wait);
1295 mode_lib->soc.dram_clock_change_latency_us
1296 + mode_lib->soc.urgent_latency_us,
1305 "DLG: %s: soc.sr_enter_plus_exit_time_us = %3.2f",
1307 (double) mode_lib->soc.sr_enter_plus_exit_time_us);
1309 "DLG: %s: soc
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
H A Dos.h54 #include <soc/tegra/fuse.h>
55 #include <soc/tegra/pmc.h>
/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_mc_smp.c115 bus_space_handle_t cpuxcfg, u_int cluster, u_int cpu, enum sunxi_mc_soc soc,
126 if (soc == MC_SOC_A83T) {
156 if (soc == MC_SOC_A83T) {
173 if (soc == MC_SOC_A83T) {
114 sunxi_mc_smp_start(bus_space_tag_t bst, bus_space_handle_t prcm, bus_space_handle_t cpucfg, bus_space_handle_t cpuxcfg, u_int cluster, u_int cpu, enum sunxi_mc_soc soc, enum sunxi_mc_cpu core) argument
/netbsd-current/sbin/routed/rtquery/
H A Drtquery.c96 int soc; variable
288 soc = socket(AF_INET, SOCK_DGRAM, 0);
289 if (soc < 0) {
296 if (setsockopt(soc, SOL_SOCKET, SO_RCVBUF,
351 while (bind(soc, (struct sockaddr *)&myaddr, sizeof(myaddr)) < 0) {
436 FD_SET(soc, &bits);
439 cc = select(soc+1, &bits, 0,0, &delay);
442 cc = recvfrom(soc, imsg_buf.packet,
538 if (sendto(soc, &omsg_buf, omsg_len, 0,
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dentry-id.c1025 ObjectClass *soc = NULL; local
1047 rc = structural_class( nvals, &soc, NULL,
1058 if ( !bvmatch( &soc->soc_cname, &bsi->bsi_oc->bom_oc->soc_cname ) ) {
1059 if ( !is_object_subclass( bsi->bsi_oc->bom_oc, soc ) ) {
1064 bsi->bsi_e->e_name.bv_val, soc->soc_cname.bv_val,
1074 bsi->bsi_e->e_name.bv_val, soc->soc_cname.bv_val,
1079 soc = bsi->bsi_oc->bom_oc;
1084 &soc->soc_cname,
/netbsd-current/usr.sbin/ldpd/
H A Dldp_peer.c108 * soc should be > 1 if there is already a TCP socket for this else we'll
113 const struct sockaddr * tradd, uint16_t holdtime, int soc)
116 int s = soc, sopts;
122 if (soc < 1) {
179 if (soc < 1) {
198 if (soc < 1 &&
112 ldp_peer_new(const struct in_addr * ldp_id, const struct sockaddr * padd, const struct sockaddr * tradd, uint16_t holdtime, int soc) argument
H A Dldp_command.c58 #define writestr(soc, str) write(soc, str, strlen(str))
/netbsd-current/sbin/routed/
H A Doutput.c112 int soc; local
123 soc = rip_sock;
129 if (soc < 0)
130 soc = ifp->int_rip_sock;
134 if (soc < 0)
135 soc = ifp->int_rip_sock;
205 res = sendto(soc, buf, size, flags,
/netbsd-current/sys/dev/i2c/
H A Dcwfg.c319 uint8_t mode, soc; local
340 if ((error = cwfg_read(sc, SOC_HI_REG, &soc)) != 0)
342 if (soc != 0xff)
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
H A Damdgpu_dcn_calcs.c493 /*todo: soc->sr_enter_plus_exit_time??*/
1052 context->bw_ctx.dml.soc.sr_enter_plus_exit_time_us = v->sr_enter_plus_exit_time;
1053 context->bw_ctx.dml.soc.sr_exit_time_us = v->sr_exit_time;
1268 context->bw_ctx.dml.soc.sr_enter_plus_exit_time_us =
1270 context->bw_ctx.dml.soc.sr_exit_time_us = dc->dcn_soc->sr_exit_time;
1706 dc->dml.soc.sr_exit_time_us = dc->dcn_soc->sr_exit_time;
1707 dc->dml.soc.sr_enter_plus_exit_time_us = dc->dcn_soc->sr_enter_plus_exit_time;
1708 dc->dml.soc.urgent_latency_us = dc->dcn_soc->urgent_latency;
1709 dc->dml.soc.writeback_latency_us = dc->dcn_soc->write_back_latency;
1710 dc->dml.soc
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_resource.c2502 for (vlevel_split = vlevel; vlevel <= context->bw_ctx.dml.soc.num_states; vlevel++)
2506 if (vlevel > context->bw_ctx.dml.soc.num_states)
2575 if (vlevel > context->bw_ctx.dml.soc.num_states)
2643 context->bw_ctx.dml.vba.ValidationStatus[context->bw_ctx.dml.vba.soc.num_states] =
2696 pipes[pipe_cnt].clks_cfg.dispclk_mhz = context->bw_ctx.dml.soc.clock_limits[0].dispclk_mhz;
2697 pipes[pipe_cnt].clks_cfg.dppclk_mhz = context->bw_ctx.dml.soc.clock_limits[0].dppclk_mhz;
2719 pipes[0].clks_cfg.dcfclk_mhz = context->bw_ctx.dml.soc.clock_limits[vlevel].dcfclk_mhz;
2720 pipes[0].clks_cfg.socclk_mhz = context->bw_ctx.dml.soc.clock_limits[vlevel].socclk_mhz;
2722 /* only pipe 0 is read for voltage and dcf/soc clocks */
2725 pipes[0].clks_cfg.dcfclk_mhz = context->bw_ctx.dml.soc
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
H A Damdgpu_dcn21_resource.c986 double dram_clock_change_latency_cached = dml->soc.dram_clock_change_latency_us;
988 ASSERT(vlevel < dml->soc.num_states);
989 /* only pipe 0 is read for voltage and dcf/soc clocks */
991 pipes[0].clks_cfg.dcfclk_mhz = dml->soc.clock_limits[vlevel].dcfclk_mhz;
992 pipes[0].clks_cfg.socclk_mhz = dml->soc.clock_limits[vlevel].socclk_mhz;
994 dml->soc.dram_clock_change_latency_us = table_entry->pstate_latency_us;
995 dml->soc.sr_exit_time_us = table_entry->sr_exit_time_us;
996 dml->soc.sr_enter_plus_exit_time_us = table_entry->sr_enter_plus_exit_time_us;
1006 dml->soc.dram_clock_change_latency_us = dram_clock_change_latency_cached;
1058 patch_bounding_box(dc, &context->bw_ctx.dml.soc);
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
H A Damdgpu_display_rq_dlg_calc_20.c383 const unsigned int log2_vmpg_bytes = dml_log2(mode_lib->soc.vmm_page_size_bytes);
524 vmpg_bytes = mode_lib->soc.vmm_page_size_bytes;
1081 line_wait = mode_lib->soc.urgent_latency_us;
1083 line_wait = dml_max(mode_lib->soc.sr_enter_plus_exit_time_us, line_wait);
1085 line_wait = dml_max(mode_lib->soc.dram_clock_change_latency_us
1086 + mode_lib->soc.urgent_latency_us,
H A Damdgpu_display_rq_dlg_calc_20v2.c383 const unsigned int log2_vmpg_bytes = dml_log2(mode_lib->soc.vmm_page_size_bytes);
524 vmpg_bytes = mode_lib->soc.vmm_page_size_bytes;
1082 line_wait = mode_lib->soc.urgent_latency_us;
1084 line_wait = dml_max(mode_lib->soc.sr_enter_plus_exit_time_us, line_wait);
1086 line_wait = dml_max(mode_lib->soc.dram_clock_change_latency_us
1087 + mode_lib->soc.urgent_latency_us,
H A Damdgpu_display_mode_vba_20v2.c1325 mode_lib->vba.soc.clock_limits[mode_lib->vba.soc.num_states].dispclk_mhz,
2640 for (k = 0; k <= mode_lib->vba.soc.num_states; k++)
3482 for (i = 0; i <= mode_lib->vba.soc.num_states; i++) {
3564 for (i = 0; i <= mode_lib->vba.soc.num_states; i++) {
3915 for (i = 0; i <= mode_lib->vba.soc.num_states; i++) {
3917 mode_lib->vba.MaxDispclk[mode_lib->vba.soc.num_states],
3934 && i == mode_lib->vba.soc.num_states)
3941 && i == mode_lib->vba.soc.num_states)
4018 if (i != mode_lib->vba.soc
[all...]
H A Damdgpu_display_mode_vba_20.c1265 mode_lib->vba.soc.clock_limits[mode_lib->vba.soc.num_states].dispclk_mhz,
2603 for (k = 0; k <= mode_lib->vba.soc.num_states; k++)
3445 for (i = 0; i <= mode_lib->vba.soc.num_states; i++) {
3527 for (i = 0; i <= mode_lib->vba.soc.num_states; i++) {
3878 for (i = 0; i <= mode_lib->vba.soc.num_states; i++) {
3893 && i == mode_lib->vba.soc.num_states)
3900 && i == mode_lib->vba.soc.num_states)
3974 if (i != mode_lib->vba.soc.num_states) {
4006 for (i = 0; i <= mode_lib->vba.soc
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_rq_dlg_calc_21.c373 const unsigned int log2_vmpg_bytes = dml_log2(mode_lib->soc.vmm_page_size_bytes);
518 vmpg_bytes = mode_lib->soc.vmm_page_size_bytes;
1128 line_wait = mode_lib->soc.urgent_latency_pixel_data_only_us;
1130 line_wait = dml_max(mode_lib->soc.sr_enter_plus_exit_time_us, line_wait);
1133 mode_lib->soc.dram_clock_change_latency_us
1134 + mode_lib->soc.urgent_latency_pixel_data_only_us, // TODO: Should this be urgent_latency_pixel_mixed_with_vm_data_us?
/netbsd-current/sys/arch/arm/marvell/
H A Dpci_machdep.c448 struct mvsoc_softc *soc = local
476 MVSOC_MLMB_WCR_TARGET((soc->sc_addr + sc->sc_offset) >> 16);

Completed in 382 milliseconds

12