| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_cmdline.c | 67 get_argument(struct archive_string *as, const char *p) function 117 al = get_argument(&as, cmd); 140 al = get_argument(&as, cmd);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/ |
| amdgpu_smumgr.c | 113 if (NULL != hwmgr->smumgr_funcs->get_argument) 114 return hwmgr->smumgr_funcs->get_argument(hwmgr);
|
| amdgpu_smu10_smumgr.c | 317 .get_argument = smu10_read_arg_from_smc,
|
| amdgpu_vega10_smumgr.c | 387 .get_argument = smu9_get_argument,
|
| amdgpu_vega12_smumgr.c | 411 .get_argument = smu9_get_argument,
|
| amdgpu_vega20_smumgr.c | 624 .get_argument = vega20_get_argument,
|
| amdgpu_smu8_smumgr.c | 897 .get_argument = smu8_get_argument,
|
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/ |
| hwmgr.h | 212 uint32_t (*get_argument)(struct pp_hwmgr *hwmgr); member in struct:pp_smumgr_func
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-attribs.cc | 4584 get_argument (tree fndecl, unsigned argno) function 4763 if (tree arg = get_argument (node[2], pa->ptrarg))
|