Searched refs:inf (Results 1 - 25 of 127) sorted by relevance

123456

/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgnu-nat.c91 struct inf *make_inf ();
92 void inf_clear_wait (struct inf *inf);
93 void inf_cleanup (struct inf *inf);
94 void inf_startup (struct inf *inf, int pid);
95 int inf_update_suspends (struct inf *inf);
96 void inf_set_pid (struct inf *in
168 struct inf struct
327 struct inf *inf = proc->inf; local
540 make_proc(struct inf *inf, mach_port_t port, int tid) argument
606 struct inf *inf = proc->inf; local
641 struct inf *inf = xmalloc (sizeof (struct inf)); local
673 inf_clear_wait(struct inf *inf) argument
693 inf_cleanup(struct inf *inf) argument
716 inf_startup(struct inf *inf, int pid) argument
739 inf_set_pid(struct inf *inf, pid_t pid) argument
790 inf_validate_procinfo(struct inf *inf) argument
816 inf_validate_task_sc(struct inf *inf) argument
873 inf_set_traced(struct inf *inf, int on) argument
908 inf_update_suspends(struct inf *inf) argument
959 inf_tid_to_thread(struct inf *inf, int tid) argument
973 inf_port_to_thread(struct inf *inf, mach_port_t port) argument
987 inf_validate_procs(struct inf *inf) argument
1081 inf_update_procs(struct inf *inf) argument
1094 inf_set_threads_resume_sc(struct inf *inf, struct proc *run_thread, int run_others) argument
1112 inf_resume(struct inf *inf) argument
1137 inf_suspend(struct inf *inf) argument
1157 inf_set_step_thread(struct inf *inf, struct proc *thread) argument
1183 inf_set_threads_resume_sc_for_signal_thread(struct inf *inf) argument
1195 inf_update_signal_thread(struct inf *inf) argument
1205 inf_detach(struct inf *inf) argument
1247 inf_attach(struct inf *inf, int pid) argument
1260 inf_steal_exc_ports(struct inf *inf) argument
1275 inf_restore_exc_ports(struct inf *inf) argument
1293 inf_signal(struct inf *inf, enum target_signal sig) argument
1379 inf_continue(struct inf *inf) argument
1424 struct inf *inf = current_inferior; local
1622 struct inf *inf = waiting_inf; local
1704 inf_task_died_status(struct inf *inf) argument
1715 struct inf *inf = waiting_inf; local
1797 struct inf *inf = waiting_inf; local
1864 struct inf *inf = waiting_inf; local
1933 struct inf *inf = current_inferior; local
2045 struct inf *inf = cur_inf (); local
2114 struct inf *inf = cur_inf (); local
2569 struct inf *inf = current_inferior; local
2709 struct inf *inf = cur_inf (); local
2720 struct inf *inf = cur_inf (); local
2730 struct inf *inf = cur_inf (); local
2744 struct inf *inf = cur_inf (); local
2770 struct inf *inf = cur_inf (); local
2778 struct inf *inf = cur_inf (); local
2789 struct inf *inf = cur_inf (); local
2797 struct inf *inf = cur_inf (); local
2858 struct inf *inf = cur_inf (); local
2873 struct inf *inf = active_inf (); local
2882 struct inf *inf = cur_inf (); local
2903 struct inf *inf = active_inf (); local
2916 struct inf *inf = cur_inf (); local
2928 struct inf *inf = cur_inf (); local
2939 struct inf *inf = cur_inf (); local
2952 struct inf *inf = cur_inf (); local
2971 struct inf *inf = cur_inf (); local
3011 struct inf *inf = active_inf (); local
[all...]
H A Dgnu-nat.h27 struct inf;
29 extern struct inf *current_inferior;
32 struct proc *inf_tid_to_thread (struct inf *inf, int tid);
35 int inf_update_procs (struct inf *inf);
68 struct inf *inf; /* Where we come from. */ member in struct:proc
/freebsd-10.0-release/contrib/gdb/gdb/gdbserver/
H A Dinferiors.c39 #define get_thread(inf) ((struct thread_info *)(inf))
124 free_one_thread (struct inferior_list_entry *inf) argument
126 struct thread_info *thread = get_thread (inf);
150 struct inferior_list_entry *inf = list->head; local
152 while (inf != NULL)
154 if ((*func) (inf, arg))
155 return inf;
156 inf = inf
165 struct inferior_list_entry *inf = list->head; local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3prin.c70 FILE *inf; local
79 if(!(inf = fopen(argv[1], "r"))) {
83 if(!(cert = PEM_read_X509(inf, NULL, NULL))) {
88 fclose(inf);
H A Dv3conf.c73 FILE *inf; local
93 inf = fopen(argv[1], "r");
94 if(!inf) {
98 cert = PEM_read_X509(inf, NULL, NULL);
103 fclose(inf);
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Da_bool.c83 int inf,tag,xclass; local
87 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
88 if (inf & 0x80)
H A Da_bytes.c73 int inf,tag,xclass; local
77 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
78 if (inf & 0x80) goto err;
164 int inf,tag,xclass; local
175 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
176 if (inf & 0x80)
188 if (inf & V_ASN1_CONSTRUCTED)
194 c.inf=inf;
271 if (c->inf
[all...]
H A Dasn1_lib.c65 static int asn1_get_length(const unsigned char **pp,int *inf,long *rl,int max);
100 int tag,xclass,inf; local
132 if (!asn1_get_length(&p,&inf,plength,(int)max)) goto err;
134 if (inf && !(ret & V_ASN1_CONSTRUCTED))
151 return(ret|inf);
157 static int asn1_get_length(const unsigned char **pp, int *inf, long *rl, int max) argument
166 *inf=1;
172 *inf=0;
290 if ((c->inf == (1|V_ASN1_CONSTRUCTED)) && (!c->eos))
298 if ( ((c->slen != 0) && !(c->inf
[all...]
/freebsd-10.0-release/usr.sbin/ndiscvt/
H A DMakefile8 SRCS+= inf.c inf-token.l inf-parse.y y.tab.h
H A Dinf-parse.y41 #include "inf.h"
64 : inf
65 | inf_list inf
68 inf
/freebsd-10.0-release/tools/tools/cd2dvd/
H A Dcd2dvd.sh86 if [ ! -f ${_mnt}/cdrom.inf ]
88 echo "Error: Failed to find cdrom.inf for ${_img}."
91 cdvol=`grep "^CD_VOLUME.*" ${_mnt}/cdrom.inf | sed "s/CD_VOLUME[[:space:]]*=[[:space:]]*//"`
97 cdver=`grep "^CD_VERSION.*" ${_mnt}/cdrom.inf | sed "s/CD_VERSION[[:space:]]*=[[:space:]]*//"`
113 # _exclude="--exclude ./cdrom.inf --exclude ./packages/INDEX"
114 _exclude="! -regex ./cdrom.inf ! -regex ./packages/INDEX"
256 mv "${tmpdirout}"/cdrom.inf "${tmpdirout}"/cdrom.inf~ || exit 1
257 cat "${tmpdirout}"/cdrom.inf~ | sed "s/^\(CD_VOLUME[[:space:]]\{0,\}=[[:space:]]\{0,\}\)[[:digit:]]\{1,\}/\11/" > "${tmpdirout}"/cdrom.inf || exi
[all...]
/freebsd-10.0-release/usr.sbin/rpcbind/
H A Drpcb_stat.c54 static rpcb_stat_byvers inf; variable
82 inf[rtype].info[proc]++;
91 inf[rtype].setinfo++;
100 inf[rtype].unsetinfo++;
113 for (al = inf[rtype].addrinfo; al; al = al->next) {
144 al->next = inf[rtype].addrinfo;
145 inf[rtype].addrinfo = al;
157 for (rl = inf[rtype].rmtinfo; rl; rl = rl->next) {
196 rl->next = inf[rtype].rmtinfo;
197 inf[rtyp
[all...]
/freebsd-10.0-release/bin/ps/
H A Dps.c683 addelem_gid(struct listinfo *inf, const char *elem) argument
692 warnx("Invalid (zero-length) %s name", inf->lname);
694 warnx("%s name too long: %s", inf->lname, elem);
719 warnx("No %s %s '%s'", inf->lname, nameorID, elem);
723 if (inf->count >= inf->maxcount)
724 expand_list(inf);
725 inf->l.gids[(inf->count)++] = grp->gr_gid;
730 addelem_pid(struct listinfo *inf, cons argument
768 addelem_tty(struct listinfo *inf, const char *elem) argument
842 addelem_uid(struct listinfo *inf, const char *elem) argument
887 add_list(struct listinfo *inf, const char *argp) argument
1054 expand_list(struct listinfo *inf) argument
1072 free_list(struct listinfo *inf) argument
1084 init_list(struct listinfo *inf, addelem_rtn artn, int elemsize, const char *lname) argument
[all...]
/freebsd-10.0-release/usr.sbin/crunch/crunchide/
H A Dexec_aout.c68 int check_aout(int inf, const char *filename) argument
77 if(fstat(inf, &infstat) == -1)
81 if(read(inf, &eh, sizeof eh) != sizeof eh)
90 int hide_aout(int inf, const char *filename) argument
101 if(fstat(inf, &infstat) == -1) {
116 if((rc = read(inf, aoutdata, infstat.st_size)) < infstat.st_size) {
176 lseek(inf, 0, SEEK_SET);
177 if((rc = write(inf, aoutdata, infstat.st_size)) < infstat.st_size) {
/freebsd-10.0-release/usr.bin/ctags/
H A Dctags.h44 #define SETLINE {++lineno;lineftell = ftell(inf);}
45 #define GETC(op,exp) ((c = getc(inf)) op (int)exp)
72 extern FILE *inf; /* ioptr for current input file */
74 extern long lineftell; /* ftell after getc( inf ) == '\n' */
H A Dprint.c58 saveftell = ftell(inf);
59 (void)fseek(inf, lineftell, L_SET);
89 (void)fseek(inf, saveftell, L_SET);
H A Dfortran.c58 lineftell = ftell(inf);
59 if (!fgets(lbuf, sizeof(lbuf), inf))
H A Dlisp.c59 lineftell = ftell(inf);
60 if (!fgets(lbuf, sizeof(lbuf), inf))
/freebsd-10.0-release/lib/libz/test/
H A Dinfcover.c284 local void inf(char *hex, char *what, unsigned step, int win, unsigned len, function
367 inf("63 0", "force window allocation", 0, -15, 1, Z_OK);
368 inf("63 18 5", "force window replacement", 0, -8, 259, Z_OK);
369 inf("63 18 68 30 d0 0 0", "force split window update", 4, -8, 259, Z_OK);
370 inf("3 0", "use fixed blocks", 0, -15, 1, Z_STREAM_END);
371 inf("", "bad window size", 0, 1, 0, Z_STREAM_ERROR);
399 inf("1f 8b 0 0", "bad gzip method", 0, 31, 0, Z_DATA_ERROR);
400 inf("1f 8b 8 80", "bad gzip flags", 0, 31, 0, Z_DATA_ERROR);
401 inf("77 85", "bad zlib method", 0, 15, 0, Z_DATA_ERROR);
402 inf("
[all...]
/freebsd-10.0-release/usr.bin/pr/
H A Dpr.c189 FILE *inf; local
227 while ((inf = nxtfile(argc, argv, &fname, ohbuf, 0)) != NULL) {
232 if (inskip(inf, pgnm, lines))
258 if ((cnt = inln(inf,lbuf,LBUF,&cps,0,&mor)) < 0)
305 if (inf != stdin)
306 (void)fclose(inf);
343 FILE *inf; local
421 while ((inf = nxtfile(argc, argv, &fname, ohbuf, 0)) != NULL) {
426 if (inskip(inf, pgnm, lines))
478 cnt = inln(inf,ptb
653 FILE *inf; local
995 inln(FILE *inf, char *buf, int lim, int *cps, int trnc, int *mor) argument
1237 inskip(FILE *inf, int pgcnt, int lncnt) argument
1267 FILE *inf = NULL; local
[all...]
/freebsd-10.0-release/sys/dev/aac/
H A Daac_cam.c71 struct aac_sim *inf; member in struct:aac_cam
121 if (camsc == NULL || camsc->inf == NULL ||
122 camsc->inf->BusNumber != channel)
184 sc = camsc->inf->aac_sc;
185 camsc->inf->aac_cam = NULL;
211 struct aac_sim *inf; local
216 inf = (struct aac_sim *)device_get_ivars(dev);
217 camsc->inf = inf;
218 camsc->inf
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dgen-protos.c132 FILE *inf = stdin; local
155 int c = skip_spaces (inf, ' ');
160 ungetc (c, inf);
161 c = read_upto (inf, &linebuf, '\n');
/freebsd-10.0-release/contrib/diff/src/
H A Dcontext.c51 struct file_data *inf,
60 struct tm const *tm = localtime (&inf->stat.st_mtime);
61 long nsec = TIMESPEC_NS (inf->stat.st_mtim);
64 time_t sec = inf->stat.st_mtime;
65 verify (info_preserved, sizeof inf->stat.st_mtime <= sizeof sec);
68 fprintf (outfile, "%s %s\t%s\n", mark, inf->name, buf);
75 print_context_header (struct file_data inf[], bool unidiff)
79 print_context_label ("---", &inf[0], file_label[0]);
80 print_context_label ("+++", &inf[1], file_label[1]);
84 print_context_label ("***", &inf[
49 print_context_label(char const *mark, struct file_data *inf, char const *label) argument
74 print_context_header(struct file_data inf[], bool unidiff) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/dso/
H A Ddso_dl.c359 struct shl_descriptor inf; local
369 for (i=-1;shl_get_r(i,&inf)==0;i++)
371 if (((size_t)addr >= inf.tstart && (size_t)addr < inf.tend) ||
372 ((size_t)addr >= inf.dstart && (size_t)addr < inf.dend))
374 len = (int)strlen(inf.filename);
377 memcpy(path,inf.filename,len);
/freebsd-10.0-release/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.h66 #define get_process(inf) ((struct process_info *)(inf))

Completed in 170 milliseconds

123456