Searched refs:fss (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dfsspriocntl.h33 #include <sys/fss.h>
H A DMakefile255 fss.h \
/illumos-gate/usr/src/cmd/priocntl/
H A DMakefile31 OBJS= $(PRIOCNTLOBJ) rt$(PROG).o ts$(PROG).o ia$(PROG).o fss$(PROG).o \
111 $(FSSPROG): fss$(PRIOCNTLOBJ)
112 $(LINK.c) fss$(PRIOCNTLOBJ) -o $@ $(LDLIBS)
140 $(LINT.c) fss$(PRIOCNTLSRC) $(LDLIBS)
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_conn.h66 uint32_t fss; member in struct:ilb_tcp_track
142 #define conn_c2s_tcp_fss conn_c2s.conn_tcp_track.fss
160 #define conn_s2c_tcp_fss conn_s2c.conn_tcp_track.fss
/illumos-gate/usr/src/cmd/dispadmin/
H A DMakefile64 fss$(PROG).o fx$(PROG).o sdc$(PROG).o subr.o
68 $(FSS):= OBJ= fss$(PROG).o
H A Dfssdispadmin.c34 #include <sys/fss.h>
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c528 fsavl_create(nvlist_t *fss) argument
539 while ((fselem = nvlist_next_nvpair(fss, fselem)) != NULL) {
593 nvlist_t *fss; member in struct:send_data
608 * "fss" -> {
857 VERIFY(0 == nvlist_add_nvlist(sd->fss, guidstring, nvfs));
886 VERIFY(0 == nvlist_alloc(&sd.fss, NV_UNIQUE_NAME, 0));
894 nvlist_free(sd.fss);
901 if (avlp != NULL && (*avlp = fsavl_create(sd.fss)) == NULL) {
902 nvlist_free(sd.fss);
907 *nvlp = sd.fss;
925 nvlist_t *fss; member in struct:send_dump_data
1736 nvlist_t *fss = NULL; local
[all...]
/illumos-gate/usr/src/cmd/ed/
H A Ded.c173 static struct Fspec fss; variable in typeref:struct:Fspec
1414 if (fss.Ffill && fss.Flim && lenchk(linebuf, &fss) < 0) {
1440 if (fss.Ffill && fss.Flim && lenchk(linebuf, &fss) < 0) {
2310 if (fss.Ffill && (listf == 0)) {
2315 if ((i = expnd((char *)sp, funny, &sz, &fss)) == -1) {
2316 write(1, funny, fss
[all...]
/illumos-gate/usr/src/lib/libcmd/common/
H A Did.c77 #include <sys/fss.h>
267 error(ERROR_exit(1), "%u: fss name not found", name);
/illumos-gate/usr/src/uts/common/disp/
H A Dfss.c46 #include <sys/fss.h>
261 static struct sclass fss = { variable in typeref:struct:sclass
273 &mod_schedops, "fair share scheduling class", &fss
340 static pri_t fss_maxumdpri; /* maximum user mode fss priority */
341 static pri_t fss_maxglobpri; /* maximum global priority used by fss class */
H A Dcpupart.c41 #include <sys/fss.h>
/illumos-gate/usr/src/uts/common/os/
H A Dpool_pset.c38 #include <sys/fss.h>
H A Dtask.c43 #include <sys/fss.h>
H A Dproject.c36 #include <sys/fss.h>
H A Dpool.c37 #include <sys/fss.h>
H A Dzone.c246 #include <sys/fss.h>
/illumos-gate/usr/src/uts/common/syscall/
H A Dpset.c40 #include <sys/fss.h>

Completed in 134 milliseconds