Searched refs:in_fd (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/hmac/
H A Dhmac.c57 hash_gen(int in_fd, const wbku_key_attr_t *ka, const uint8_t *hmac_key) argument
72 while ((i = read(in_fd, buf, HMAC_BUF_LEN)) > 0) {
124 int in_fd = -1; local
188 in_fd = STDIN_FILENO;
190 in_fd = open(infile_name, O_RDONLY);
191 if (in_fd < 0) {
223 ret = hash_gen(in_fd, &ka, hmac_key);
229 if (in_fd != -1) {
230 (void) close(in_fd);
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c761 process_output(int in_fd, int out_fd) argument
767 cc = read(in_fd, ibuf, ZLOGIN_BUFSIZ);

Completed in 79 milliseconds