Searched defs:fss (Results 1 - 4 of 4) sorted by relevance

/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/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 */
/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/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...]

Completed in 74 milliseconds