/src/usr.sbin/altq/libaltq/ |
qop_cdnr.h | 41 struct tb_profile profile; member in struct:cdnrinfo::__anoncd3bf775010a::__anoncd3bf7750308 70 struct tb_profile *profile, 97 struct ifinfo *ifinfo, struct tb_profile *profile, 112 struct tb_profile *profile);
|
parser.c | 1040 struct tb_profile profile[2]; local in function:tc_action_parser 1108 LOG(LOG_ERR, 0, "missing tb profile"); 1111 profile[0].rate = atobps(w); 1113 LOG(LOG_ERR, 0, "missing tb profile"); 1116 profile[0].depth = atobytes(w); 1122 if (qcmd_cdnr_add_tbmeter(action, ifname, NULL, &profile[0], 1130 LOG(LOG_ERR, 0, "missing tb profile"); 1133 profile[i].rate = atobps(w); 1135 LOG(LOG_ERR, 0, "missing tb profile"); 1138 profile[i].depth = atobytes(w) [all...] |
/src/bin/sh/ |
main.c | 83 #define PROFILE 0 91 #if PROFILE 145 #if PROFILE 235 read_profile("/etc/profile"); 239 char *profile; local in function:main 245 profile = ststrcat(NULL, home, "/.profile", STSTRC_END); 246 read_profile(profile); 247 stunalloc(profile); 268 line_number = 1; /* undo anything from profile files * [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
amdgpu_ppatomfwctrl.c | 287 struct atom_asic_profiling_info_v4_1 *profile; local in function:pp_atomfwctrl_get_avfs_information 291 profile = (struct atom_asic_profiling_info_v4_1 *) 295 if (!profile) 298 format_revision = ((struct atom_common_table_header *)profile)->format_revision; 299 content_revision = ((struct atom_common_table_header *)profile)->content_revision; 302 param->ulMaxVddc = le32_to_cpu(profile->maxvddc); 303 param->ulMinVddc = le32_to_cpu(profile->minvddc); 305 le32_to_cpu(profile->avfs_meannsigma_acontant0); 307 le32_to_cpu(profile->avfs_meannsigma_acontant1); 309 le32_to_cpu(profile->avfs_meannsigma_acontant2) [all...] |
amdgpu_ppatomctrl.c | 1395 ATOM_ASIC_PROFILING_INFO_V3_6 *profile = NULL; local in function:atomctrl_get_avfs_information 1400 profile = (ATOM_ASIC_PROFILING_INFO_V3_6 *) 1404 if (!profile) 1407 param->ulAVFS_meanNsigma_Acontant0 = le32_to_cpu(profile->ulAVFS_meanNsigma_Acontant0); 1408 param->ulAVFS_meanNsigma_Acontant1 = le32_to_cpu(profile->ulAVFS_meanNsigma_Acontant1); 1409 param->ulAVFS_meanNsigma_Acontant2 = le32_to_cpu(profile->ulAVFS_meanNsigma_Acontant2); 1410 param->usAVFS_meanNsigma_DC_tol_sigma = le16_to_cpu(profile->usAVFS_meanNsigma_DC_tol_sigma); 1411 param->usAVFS_meanNsigma_Platform_mean = le16_to_cpu(profile->usAVFS_meanNsigma_Platform_mean); 1412 param->usAVFS_meanNsigma_Platform_sigma = le16_to_cpu(profile->usAVFS_meanNsigma_Platform_sigma); 1413 param->ulGB_VDROOP_TABLE_CKSOFF_a0 = le32_to_cpu(profile->ulGB_VDROOP_TABLE_CKSOFF_a0) 1485 ATOM_ASIC_PROFILING_INFO_V2_1 *profile; local in function:atomctrl_get_leakage_vddc_base_on_leakage 1542 void *profile; local in function:atomctrl_get_voltage_range [all...] |
/src/usr.bin/rump_dhcpclient/ |
dhcpcd.h | 63 char profile[PROFILE_LEN]; member in struct:if_state
|
/src/sys/altq/ |
altq_cdnr.h | 96 struct tb_profile profile; member in struct:cdnr_add_tbmeter 106 struct tb_profile profile; member in struct:cdnr_modify_tbmeter 119 struct tb_profile cmtd_profile; /* profile for committed tb */ 120 struct tb_profile peak_profile; /* profile for peak tb */ 132 struct tb_profile cmtd_profile; /* profile for committed tb */ 133 struct tb_profile peak_profile; /* profile for peak tb */ 299 struct tbe cmtd_tb; /* committed tb profile */ 300 struct tbe peak_tb; /* peak tb profile */
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_atombios.c | 1280 ATOM_ASIC_PROFILING_INFO_V2_1 *profile; local in function:amdgpu_atombios_get_leakage_vddc_based_on_leakage_params 1290 profile = (ATOM_ASIC_PROFILING_INFO_V2_1 *) 1303 le16_to_cpu(profile->usLeakageBinArrayOffset)); 1306 le16_to_cpu(profile->usElbVDDC_IdArrayOffset)); 1309 le16_to_cpu(profile->usElbVDDC_LevelArrayOffset)); 1312 le16_to_cpu(profile->usElbVDDCI_IdArrayOffset)); 1315 le16_to_cpu(profile->usElbVDDCI_LevelArrayOffset)); 1317 if (profile->ucElbVDDC_Num > 0) { 1318 for (i = 0; i < profile->ucElbVDDC_Num; i++) { 1320 for (j = 0; j < profile->ucLeakageBinNum; j++) [all...] |
/src/usr.bin/sdpquery/ |
print.c | 213 attr_t avrcp_attrs[] = { /* Audio Video Remote Control Profile */ 347 attr_t mps_attrs[] = { /* Multi-Profile Specification */ 393 attr_t hdp_attrs[] = { /* Health Device Profile */ 455 { 0x1134, "Message Access Profile", NULL, 0 }, 456 { 0x1135, "Global Navigation Satellite System Profile", NULL, 0 }, 461 { 0x113a, "Multi-Profile Specification Profile",NULL, 0 }, 462 { 0x113b, "Multi-Profile Specification Server", A(mps_attrs) }, 465 { 0x113e, "Calendar, Tasks & Notes Profile", NULL, 0 }, 482 { 0x1800, "Generic Access Profile", NULL, 0 } 1113 sdp_data_t seq, profile; local in function:print_bluetooth_profile_descriptor_list [all...] |
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_atombios.c | 3223 ATOM_ASIC_PROFILING_INFO_V2_1 *profile; local in function:radeon_atom_get_leakage_vddc_based_on_leakage_params 3233 profile = (ATOM_ASIC_PROFILING_INFO_V2_1 *) 3246 le16_to_cpu(profile->usLeakageBinArrayOffset)); 3249 le16_to_cpu(profile->usElbVDDC_IdArrayOffset)); 3252 le16_to_cpu(profile->usElbVDDC_LevelArrayOffset)); 3255 le16_to_cpu(profile->usElbVDDCI_IdArrayOffset)); 3258 le16_to_cpu(profile->usElbVDDCI_LevelArrayOffset)); 3260 if (profile->ucElbVDDC_Num > 0) { 3261 for (i = 0; i < profile->ucElbVDDC_Num; i++) { 3263 for (j = 0; j < profile->ucLeakageBinNum; j++) [all...] |
radeon.h | 1681 /* profile-based power management */ 1682 enum radeon_pm_profile_type profile; member in struct:radeon_pm
|