Searched refs:fsc (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/usr.bin/truss/
H A Dsparc64-fbsd.c99 /* Clear up and free parts of the fsc structure. */
101 free_fsc(struct freebsd_syscall *fsc) argument
105 free(fsc->args);
106 if (fsc->s_args) {
107 for (i = 0; i < fsc->nargs; i++)
108 free(fsc->s_args[i]);
109 free(fsc->s_args);
111 free(fsc);
126 struct freebsd_syscall *fsc; local
151 fsc
293 struct freebsd_syscall *fsc; local
[all...]
H A Dmips-fbsd.c98 /* Clear up and free parts of the fsc structure. */
100 free_fsc(struct freebsd_syscall *fsc) argument
104 free(fsc->args);
105 if (fsc->s_args) {
106 for (i = 0; i < fsc->nargs; i++)
107 free(fsc->s_args[i]);
108 free(fsc->s_args);
110 free(fsc);
125 struct freebsd_syscall *fsc; local
145 fsc
299 struct freebsd_syscall *fsc; local
[all...]
H A Damd64-fbsd.c94 /* Clear up and free parts of the fsc structure. */
96 free_fsc(struct freebsd_syscall *fsc) argument
100 free(fsc->args);
101 if (fsc->s_args) {
102 for (i = 0; i < fsc->nargs; i++)
103 free(fsc->s_args[i]);
104 free(fsc->s_args);
106 free(fsc);
121 struct freebsd_syscall *fsc; local
148 fsc
271 struct freebsd_syscall *fsc; local
[all...]
H A Damd64-fbsd32.c96 /* Clear up and free parts of the fsc structure. */
98 free_fsc(struct freebsd32_syscall *fsc) argument
102 free(fsc->args);
103 free(fsc->args32);
104 if (fsc->s_args) {
105 for (i = 0; i < fsc->nargs; i++)
106 free(fsc->s_args[i]);
107 free(fsc->s_args);
109 free(fsc);
124 struct freebsd32_syscall *fsc; local
272 struct freebsd32_syscall *fsc; local
[all...]
H A Dpowerpc-fbsd.c98 /* Clear up and free parts of the fsc structure. */
100 free_fsc(struct freebsd_syscall *fsc) argument
104 free(fsc->args);
105 if (fsc->s_args) {
106 for (i = 0; i < fsc->nargs; i++)
107 free(fsc->s_args[i]);
108 free(fsc->s_args);
110 free(fsc);
125 struct freebsd_syscall *fsc; local
159 fsc
276 struct freebsd_syscall *fsc; local
[all...]
H A Dpowerpc64-fbsd.c93 /* Clear up and free parts of the fsc structure. */
95 free_fsc(struct freebsd_syscall *fsc) argument
99 free(fsc->args);
100 if (fsc->s_args) {
101 for (i = 0; i < fsc->nargs; i++)
102 free(fsc->s_args[i]);
103 free(fsc->s_args);
105 free(fsc);
120 struct freebsd_syscall *fsc; local
147 fsc
264 struct freebsd_syscall *fsc; local
[all...]
H A Damd64-linux32.c92 /* Clear up and free parts of the fsc structure. */
94 free_fsc(struct linux_syscall *fsc) argument
98 if (fsc->s_args) {
99 for (i = 0; i < fsc->nargs; i++)
100 free(fsc->s_args[i]);
101 free(fsc->s_args);
103 free(fsc);
117 struct linux_syscall *fsc; local
131 fsc = alloc_fsc();
132 if (fsc
255 struct linux_syscall *fsc; local
[all...]
H A Di386-fbsd.c94 /* Clear up and free parts of the fsc structure. */
96 free_fsc(struct freebsd_syscall *fsc) argument
100 free(fsc->args);
101 if (fsc->s_args) {
102 for (i = 0; i < fsc->nargs; i++)
103 free(fsc->s_args[i]);
104 free(fsc->s_args);
106 free(fsc);
121 struct freebsd_syscall *fsc; local
152 fsc
265 struct freebsd_syscall *fsc; local
[all...]
H A Di386-linux.c92 /* Clear up and free parts of the fsc structure. */
94 free_fsc(struct linux_syscall *fsc) argument
98 if (fsc->s_args) {
99 for (i = 0; i < fsc->nargs; i++)
100 free(fsc->s_args[i]);
101 free(fsc->s_args);
103 free(fsc);
117 struct linux_syscall *fsc; local
131 fsc = alloc_fsc();
132 if (fsc
254 struct linux_syscall *fsc; local
[all...]
H A Dia64-fbsd.c93 /* Clear up and free parts of the fsc structure. */
95 free_fsc(struct freebsd_syscall *fsc) argument
99 free(fsc->args);
100 if (fsc->s_args) {
101 for (i = 0; i < fsc->nargs; i++)
102 free(fsc->s_args[i]);
103 free(fsc->s_args);
105 free(fsc);
119 struct freebsd_syscall *fsc; local
142 fsc
247 struct freebsd_syscall *fsc; local
[all...]
H A Dtruss.h44 void *fsc; member in struct:threadinfo
/freebsd-9.3-release/sys/dev/firewire/
H A Diec68113.h117 fsc:1, /* ID of a DIF block in each channel */ member in struct:dvdbc
121 fsc:1, /* ID of a DIF block in each channel */ member in struct:dvdbc
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_hfsc.c386 struct service_curve *fsc, struct service_curve *usc,
432 if (fsc != NULL && fsc->m2 > m2)
433 m2 = fsc->m2;
477 if (fsc != NULL && (fsc->m1 != 0 || fsc->m2 != 0)) {
482 sc2isc(fsc, cl->cl_fsc);
1646 sp->fsc.m1 = sm2m(cl->cl_fsc->sm1);
1647 sp->fsc
385 hfsc_class_create(struct hfsc_if *hif, struct service_curve *rsc, struct service_curve *fsc, struct service_curve *usc, struct hfsc_class *parent, int qlimit, int flags, int qid) argument
2159 struct service_curve *fsc = NULL; local
[all...]
H A Daltq_hfsc.h71 struct service_curve fsc; member in struct:hfsc_classstats
/freebsd-9.3-release/release/picobsd/tinyware/view/
H A Dview.c480 FILE *fsc; local
532 fsc=fopen(argv[optind],"r");
536 fgets(buf,99,fsc);
545 fgets(buf,99,fsc);
554 fgets(buf,99,fsc);
558 fclose(fsc);
/freebsd-9.3-release/sbin/pfctl/missing/altq/
H A Daltq_hfsc.h76 struct service_curve fsc; member in struct:hfsc_classstats

Completed in 103 milliseconds