search for: res_typ

Displaying 2 results from an estimated 2 matches for "res_typ".

Did you mean: res_tmp
2005 Aug 25
2
Custom Application For Asterisk
...abcd_user { char moh[80]; char announce[80]; char context[80]; int handled; time_t start; int queuetimeout; struct ast_channel *chan; struct queue_ent *next; }; static int abcd_exec(struct ast_channel *chan, void *data) { int retried = 0; int res = 0; int res_type; int tdsret; int rowtype; int computeid; int i; int sucs = 0; struct localuser *u; char mysqlcmd[1024]; char myretnumber[6]; const void *value; char resulttype[4]; if (!data) { ast_log(LOG_WARNING, "abcd requires an argument (number)\n"); return -1; } LOCAL_USER_ADD(u);...
2023 Mar 03
1
[PATCH] Change the meaning of the fields in the ttm_place structure from pfn to bytes
On 3/3/23 08:16, Somalapuram Amaranath wrote: > Change the ttm_place structure member fpfn, lpfn, mem_type to > res_start, res_end, res_type. > Change the unsigned to u64. > Fix the dependence in all the DRM drivers and > clean up PAGE_SHIFT operation. > > Signed-off-by: Somalapuram Amaranath <Amaranath.Somalapuram at amd.com> > > [...] > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c b/d...