Searched refs:inp_buf (Results 1 – 5 of 5) sorted by relevance
91 if (source->inp_buf != NULL) { in get_next_block_fn()92 retmem_mb(source->inp_buf); in get_next_block_fn()93 source->inp_buf = NULL; in get_next_block_fn()107 source->inp_buf_ptr = source->inp_buf = getmem(to_read + 1); in get_next_block_fn()108 source->inp_buf_end = source->inp_buf + to_read; in get_next_block_fn()109 length = read(source->fd, source->inp_buf, (unsigned int) to_read); in get_next_block_fn()162 if (source->inp_buf != NULL) { in get_next_block_fn()163 retmem_mb(source->inp_buf); in get_next_block_fn()164 source->inp_buf = NULL; in get_next_block_fn()
164 sourceb.inp_buf = in expand_value()
126 source->inp_buf = in read_simple_file()695 extrap->inp_buf = in parse_makefile()1729 extrap->inp_buf = in parse_makefile()2032 bp->inp_buf = in push_macro_value()
577 char inp_buf[INET6_ADDRSTRLEN]; in iscsid_do_sendtgts() local608 &disc_addr->e_u, inp_buf, sizeof (inp_buf)); in iscsid_do_sendtgts()630 inp_buf, sizeof (inp_buf)); in iscsid_do_sendtgts()
743 char *inp_buf; member