Searched refs:resinfo (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/pnpinfo/
H A Dpnpinfo.c81 int handle_small_res __P((u_char *resinfo, int item, int len));
82 void handle_large_res __P((u_char *resinfo, int item, int len));
298 handle_small_res(u_char *resinfo, int item, int len) argument
310 resinfo[0] >> 4, resinfo[0] & (0xf), resinfo[1]);
314 ((resinfo[0] & 0x7c) >> 2) + 64,
315 (((resinfo[0] & 0x03) << 3) |
316 ((resinfo[1] & 0xe0) >> 5)) + 64,
317 (resinfo[
423 handle_large_res(u_char *resinfo, int item, int len) argument
478 u_char tag, *resinfo; local
[all...]
/freebsd-11-stable/stand/common/
H A Disapnp.c162 u_char tag, resinfo[8]; local
175 if (isapnp_get_resource_info(resinfo, PNP_SRES_LEN(tag)))
177 pnp_addident(pi, pnp_eisaformat(resinfo));
191 if (isapnp_get_resource_info(resinfo, 2))
194 large_len = resinfo[1];
195 large_len = (large_len << 8) + resinfo[0];
/freebsd-11-stable/contrib/binutils/binutils/
H A Dresres.c173 rc_res_res_info resinfo; local
196 resinfo.version = windres_get_32 (wrbfd, l.version, 4);
197 resinfo.memflags = windres_get_16 (wrbfd, l.memflags, 2);
198 resinfo.language = windres_get_16 (wrbfd, l.language, 2);
199 /* resinfo.version2 = windres_get_32 (wrbfd, l.version2, 4); */
200 resinfo.characteristics = windres_get_32 (wrbfd, l.characteristics, 4);
210 r->res_info = resinfo;
212 res_add_resource (r, &type, &name, resinfo.language, 0);
379 const rc_res_res_info *resinfo)
387 off = write_res_header (wrbfd, off, datasize, type, name, resinfo);
377 write_res_bin(windres_bfd *wrbfd, rc_uint_type off, const rc_res_resource *res, const rc_res_id *type, const rc_res_id *name, const rc_res_res_info *resinfo) argument
404 write_res_header(windres_bfd *wrbfd, rc_uint_type off, rc_uint_type datasize, const rc_res_id *type, const rc_res_id *name, const rc_res_res_info *resinfo) argument
[all...]
/freebsd-11-stable/sys/isa/
H A Dpnp.c419 u_char tag, *resp, *resinfo, *startres = NULL; local
445 resinfo = resp;
461 bcopy(resinfo, buf, large_len);
481 resinfo = resp;
493 resinfo - startres - 1, ldn);
502 bcopy(resinfo, &logical_id, 4);
538 resinfo - startres - 1, ldn);

Completed in 127 milliseconds