Home
last modified time | relevance | path

Searched refs:bitmap_first_gap (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Dbitmap.h69 static inline unsigned int bitmap_first_gap ( struct bitmap *bitmap ) { in bitmap_first_gap() function
/external/syslinux/gpxe/src/net/udp/
Dtftp.c398 block = bitmap_first_gap ( &tftp->bitmap ); in tftp_send_ack()
824 block = ( ( bitmap_first_gap ( &tftp->bitmap ) + 1 ) & ~0xffff ); in tftp_rx_data()
Dslam.c276 first_block = bitmap_first_gap ( &slam->bitmap ); in slam_tx_nack()