Searched refs:tfp (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Din_tclass.c96 struct tclass_for_proc *tfp; local
98 TAILQ_FOREACH(tfp, &tfp_head, tfp_link) {
99 if (tfp->tfp_pid == pid)
102 return (tfp);
111 struct tclass_for_proc *tfp; local
113 TAILQ_FOREACH(tfp, &tfp_head, tfp_link) {
114 if (strncmp(pname, tfp->tfp_pname,
115 sizeof (tfp->tfp_pname)) == 0)
118 return (tfp);
124 struct tclass_for_proc *tfp local
154 struct tclass_for_proc *tfp, *tvar; local
183 free_tclass_for_proc(struct tclass_for_proc *tfp) argument
199 struct tclass_for_proc *tfp, *tvar; local
219 struct tclass_for_proc *tfp; local
255 struct tclass_for_proc *tfp; local
328 struct tclass_for_proc *tfp; local
404 struct tclass_for_proc *tfp; local
436 struct tclass_for_proc *tfp; local
459 struct tclass_for_proc *tfp = NULL; local
562 struct tclass_for_proc *tfp; local
[all...]
/darwin-on-arm/xnu/SETUP/config/
H A Dmkmakefile.c843 FILE *tfp, *ofp; local
847 tfp = fopen(path(temp), "w+");
848 if (tfp == 0) {
853 (*format)(tfp);
857 fseek(tfp, 0, 0);
858 while ((c = fgetc(tfp)) != EOF)
874 fseek(tfp, 0, 0);
875 while ((c = fgetc(tfp)) != EOF)
879 fclose(tfp);
/darwin-on-arm/xnu/bsd/vm/
H A Dvm_unix.c1058 SYSCTL_NODE(_kern, KERN_TFP, tfp, CTLFLAG_RW | CTLFLAG_LOCKED, 0, "tfp");

Completed in 23 milliseconds