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

12345

/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3prin.c69 FILE *inf; local
78 if (!(inf = fopen(argv[1], "r"))) {
82 if (!(cert = PEM_read_X509(inf, NULL, NULL))) {
87 fclose(inf);
H A Dv3conf.c73 FILE *inf; local
94 inf = fopen(argv[1], "r");
95 if (!inf) {
99 cert = PEM_read_X509(inf, NULL, NULL);
104 fclose(inf);
/freebsd-11-stable/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-11-stable/usr.sbin/rpcbind/
H A Drpcb_stat.c53 static rpcb_stat_byvers inf; variable
81 inf[rtype].info[proc]++;
90 inf[rtype].setinfo++;
99 inf[rtype].unsetinfo++;
112 for (al = inf[rtype].addrinfo; al; al = al->next) {
143 al->next = inf[rtype].addrinfo;
144 inf[rtype].addrinfo = al;
156 for (rl = inf[rtype].rmtinfo; rl; rl = rl->next) {
195 rl->next = inf[rtype].rmtinfo;
196 inf[rtyp
[all...]
/freebsd-11-stable/bin/ps/
H A Dps.c730 addelem_gid(struct listinfo *inf, const char *elem) argument
739 xo_warnx("Invalid (zero-length) %s name", inf->lname);
741 xo_warnx("%s name too long: %s", inf->lname, elem);
766 xo_warnx("No %s %s '%s'", inf->lname, nameorID, elem);
770 if (inf->count >= inf->maxcount)
771 expand_list(inf);
772 inf->l.gids[(inf->count)++] = grp->gr_gid;
777 addelem_jid(struct listinfo *inf, cons argument
801 addelem_pid(struct listinfo *inf, const char *elem) argument
839 addelem_tty(struct listinfo *inf, const char *elem) argument
913 addelem_uid(struct listinfo *inf, const char *elem) argument
958 add_list(struct listinfo *inf, const char *argp) argument
1125 expand_list(struct listinfo *inf) argument
1143 free_list(struct listinfo *inf) argument
1155 init_list(struct listinfo *inf, addelem_rtn artn, int elemsize, const char *lname) argument
[all...]
/freebsd-11-stable/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-11-stable/crypto/openssl/crypto/asn1/
H A Da_bool.c98 int inf, tag, xclass; local
102 inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
103 if (inf & 0x80) {
H A Da_bytes.c79 int inf, tag, xclass; local
83 inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
84 if (inf & 0x80)
188 int inf, tag, xclass; local
202 inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
203 if (inf & 0x80) {
213 if (inf & V_ASN1_CONSTRUCTED) {
219 c.inf = inf;
292 if (c->inf
[all...]
H A Dasn1_lib.c65 static int asn1_get_length(const unsigned char **pp, int *inf, long *rl,
100 int tag, xclass, inf; local
134 if (!asn1_get_length(&p, &inf, plength, max))
137 if (inf && !(ret & V_ASN1_CONSTRUCTED))
155 return (ret | inf);
161 static int asn1_get_length(const unsigned char **pp, int *inf, long *rl, argument
171 *inf = 1;
175 *inf = 0;
287 if ((c->inf == (1 | V_ASN1_CONSTRUCTED)) && (!c->eos)) {
293 if (((c->slen != 0) && !(c->inf
[all...]
/freebsd-11-stable/sys/contrib/zlib/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-11-stable/usr.bin/pr/
H A Dpr.c190 FILE *inf; local
229 while ((inf = nxtfile(argc, argv, &fname, ohbuf, 0)) != NULL) {
234 if (inskip(inf, pgnm, lines))
260 if ((cnt = inln(inf,lbuf,LBUF,&cps,0,&mor)) < 0)
307 if (inf != stdin)
308 (void)fclose(inf);
351 FILE *inf; local
430 while ((inf = nxtfile(argc, argv, &fname, ohbuf, 0)) != NULL) {
435 if (inskip(inf, pgnm, lines))
487 cnt = inln(inf,ptb
671 FILE *inf; local
1026 inln(FILE *inf, char *buf, int lim, int *cps, int trnc, int *mor) argument
1268 inskip(FILE *inf, int pgcnt, int lncnt) argument
1298 FILE *inf = NULL; local
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/crypto/openssl/crypto/dso/
H A Ddso_dl.c343 struct shl_descriptor inf; local
356 for (i = -1; shl_get_r(i, &inf) == 0; i++) {
357 if (((size_t)addr >= inf.tstart && (size_t)addr < inf.tend) ||
358 ((size_t)addr >= inf.dstart && (size_t)addr < inf.dend)) {
359 len = (int)strlen(inf.filename);
364 memcpy(path, inf.filename, len);
/freebsd-11-stable/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.h66 #define get_process(inf) ((struct process_info *)(inf))
/freebsd-11-stable/crypto/openssl/crypto/ocsp/
H A Docsp_prn.c146 OCSP_REQINFO *inf = o->tbsRequest; local
151 l = ASN1_INTEGER_get(inf->version);
154 if (inf->requestorName != NULL) {
157 GENERAL_NAME_print(bp, inf->requestorName);
161 for (i = 0; i < sk_OCSP_ONEREQ_num(inf->requestList); i++) {
162 one = sk_OCSP_ONEREQ_value(inf->requestList, i);
171 inf->requestExtensions, flags, 4))

Completed in 271 milliseconds

12345