HomeSort by: relevance | last modified time | path
    Searched refs:walker (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/nvmectl/
logpage.c 400 const char *walker = buf; local in function:print_intel_read_write_lat_log
403 printf("Major: %d\n", le16dec(walker + 0));
404 printf("Minor: %d\n", le16dec(walker + 2));
407 (uintmax_t)le32dec(walker + 4 + i * 4));
410 (uintmax_t)le32dec(walker + 132 + i * 4));
413 (uintmax_t)le32dec(walker + 256 + i * 4));
444 uint8_t *walker = buf; local in function:print_intel_add_smart
445 uint8_t *end = walker + 150;
469 * walker[0] = Key
470 * walker[1,2] = reserve
634 uint8_t *walker = buf; local in function:print_hgst_info_self_test
672 uint8_t *walker = buf; local in function:print_hgst_info_background_scan
782 uint8_t *walker = buf; local in function:print_hgst_info_temp_history
806 uint8_t *walker = buf; local in function:print_hgst_info_ssd_perf
861 uint8_t *walker = buf; local in function:print_hgst_info_firmware_load
886 uint8_t *walker, *end, *subpage; local in function:print_hgst_info_log
    [all...]
wdc.c 71 char *walker; local in function:wdc_append_serial_name
77 walker = sn + sizeof(cdata.sn) - 1;
78 while (walker > sn && *walker == ' ')
79 walker--;
80 *++walker = '\0';
  /src/sys/external/bsd/ipf/netinet/
radix_ipf.c 736 /* walker(I) - function to call for each node in the tree */
737 /* arg(I) - parameter to pass to walker, in addition to the */
741 /* than recursive and tracks the next node in case the "walker" function */
743 /* saying that the "walker" function is not permitted to cause any change */
747 ipf_rx_walktree(ipf_rdx_head_t *head, radix_walk_func_t walker, void *arg)
768 walker(node, arg);

Completed in 14 milliseconds