Searched refs:file_id (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/librpcsvc/
H A Dbootparam_prot.x88 bp_fileid_t file_id;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmail_queue.c138 #include "file_id.h"
322 const char *file_id; local
371 file_id = get_file_id(fd);
382 vstring_sprintf(id_buf, "%05X%s", (int) tp->tv_usec, file_id);
H A DMakefile.in9 ehlo_mask.c ext_prop.c file_id.c flush_clnt.c header_opts.c \
41 ehlo_mask.o ext_prop.o file_id.o flush_clnt.o header_opts.o \
73 file_id.h flush_clnt.h header_opts.h header_token.h input_transp.h \
978 file_id.o: ../../include/msg.h
979 file_id.o: ../../include/sys_defs.h
980 file_id.o: ../../include/vbuf.h
981 file_id.o: ../../include/vstring.h
982 file_id.o: file_id.c
983 file_id
[all...]
/netbsd-6-1-5-RELEASE/games/rogue/
H A Dsave.c93 int file_id; local
119 ((file_id = md_get_file_id(sfile)) == -1)) {
136 r_write(fp, &file_id, sizeof(file_id));
/netbsd-6-1-5-RELEASE/usr.sbin/rpc.bootparamd/
H A Dbootparamd.c234 getfile->client_name, getfile->file_id);
239 getfile->client_name, getfile->file_id);
254 error = lookup_bootparam(askname, NULL, getfile->file_id,
272 } else if (error == ENOENT && !strcmp(getfile->file_id, "dump")) {
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/utils/
H A Dpcsc_funcs.c35 * SELECT: A4 00 00 02 <file_id, 2 bytes>
226 static int _scard_select_file(struct scard_data *scard, unsigned short file_id,
230 static int scard_select_file(struct scard_data *scard, unsigned short file_id,
701 static int _scard_select_file(struct scard_data *scard, unsigned short file_id, argument
719 wpa_printf(MSG_DEBUG, "SCARD: select file %04x", file_id);
730 cmd[5] = file_id >> 8;
731 cmd[6] = file_id & 0xff;
782 static int scard_select_file(struct scard_data *scard, unsigned short file_id, argument
785 return _scard_select_file(scard, file_id, buf, buf_len,
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/lib/global/
H A DMakefile20 ehlo_mask.c ext_prop.c file_id.c flush_clnt.c header_opts.c \
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_xar.c1090 uint64_t file_id, parent_id; local
1115 file_id = file->id;
1124 if (file_id >= parent_id) {

Completed in 206 milliseconds