Searched refs:examine (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | fc.h | 98 void ( * examine ) ( struct fc_link_state *link ); member in struct:fc_link_state 464 void ( * examine ) ( struct fc_ulp_user *user ); member in struct:fc_ulp_user 515 * @v examine Examine link state method 520 void ( * examine ) ( struct fc_ulp_user *user ), 522 user->examine = examine;
|
/vbox/src/libs/zlib-1.2.6/examples/ |
H A D | enough.c | 10 Prune examine() search on previously visited states 319 local void examine(int syms, int len, int left, int mem, int rem) function 379 /* examine codes from here, updating table space as we go */ 382 examine(syms - use, len + 1, (left - use) << 1, 420 examine(n, root + 1, left, 1 << root, 0); 425 examine((n - left) << 1, root + 1, (n - left) << 1, 444 To count and examine Huffman codes that are not length-limited, provide a
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/ |
H A D | fc.c | 223 link->examine ( link ); 244 * @v examine Examine link state method 248 void ( * examine ) ( struct fc_link_state *link ), 253 link->examine = examine; 1709 user->examine ( user ); 1745 user->examine ( user );
|
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | orgs.asm | 308 ;; examine the shutdown status code
|
Completed in 1637 milliseconds