Searched refs:resinfo (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/pnpinfo/ |
| H A D | pnpinfo.c | 78 int handle_small_res(u_char *resinfo, int item, int len); 79 void handle_large_res(u_char *resinfo, int item, int len); 294 handle_small_res(u_char *resinfo, int item, int len) in handle_small_res() argument 306 resinfo[0] >> 4, resinfo[0] & (0xf), resinfo[1]); in handle_small_res() 310 ((resinfo[0] & 0x7c) >> 2) + 64, in handle_small_res() 311 (((resinfo[0] & 0x03) << 3) | in handle_small_res() 312 ((resinfo[1] & 0xe0) >> 5)) + 64, in handle_small_res() 313 (resinfo[1] & 0x1f) + 64, in handle_small_res() 314 resinfo[2], resinfo[3], *(int *)(resinfo), in handle_small_res() 317 if (resinfo[4] & 0x1) in handle_small_res() [all …]
|
| /freebsd/stand/common/ |
| H A D | isapnp.c | 159 u_char tag, resinfo[8]; in isapnp_scan_resdata() local 172 if (isapnp_get_resource_info(resinfo, PNP_SRES_LEN(tag))) in isapnp_scan_resdata() 174 pnp_addident(pi, pnp_eisaformat(resinfo)); in isapnp_scan_resdata() 188 if (isapnp_get_resource_info(resinfo, 2)) in isapnp_scan_resdata() 191 large_len = resinfo[1]; in isapnp_scan_resdata() 192 large_len = (large_len << 8) + resinfo[0]; in isapnp_scan_resdata()
|
| /freebsd/sys/isa/ |
| H A D | pnp.c | 387 u_char tag, *resp, *resinfo, *startres = NULL; in pnp_create_devices() local 413 resinfo = resp; in pnp_create_devices() 429 bcopy(resinfo, buf, large_len); in pnp_create_devices() 449 resinfo = resp; in pnp_create_devices() 461 resinfo - startres - 1, ldn); in pnp_create_devices() 470 bcopy(resinfo, &logical_id, 4); in pnp_create_devices() 506 resinfo - startres - 1, ldn); in pnp_create_devices()
|
| /freebsd/contrib/ldns/ |
| H A D | configure.ac | 741 AC_ARG_ENABLE(rrtype-resinfo, AS_HELP_STRING([--disable-rrtype-resinfo],[Disable RR type RESINFO.]))
|
| H A D | configure | 1527 --disable-rrtype-resinfo
|