Searched refs:nskernd (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/avs/nsctl/
H A DMakefile26 DYNPROG = nscadm nskernd
33 OBJS= nscadm.o nskernd.o
38 nskernd := POBJS = nskernd.o macro
48 ROOTLIBLINK = $(ROOTLIB)/nskernd
58 nskernd := LDLIBS += $(NSKERND_LDLIBS) macro
66 install: all $(ROOTPROG) $(ROOTBIN)/nskernd $(ROOTLIBLINK) $(ROOTSBINLINK)
81 $(ROOTLIBLINK): $(ROOTLIB) $(ROOTBIN)/nskernd
82 -$(RM) $@; $(LN) $(ROOTBIN)/nskernd $@
H A Dnskernd.c49 #include <sys/nskernd.h>
95 (void) fprintf(stderr, gettext("usage: nskernd\n"));
117 /* cannot enter kernel as nskernd is being shutdown - exit */
149 gettext("nskernd: unable to shutdown: "
158 gettext("nskernd: delay shutdown: "
182 struct nskernd data;
199 gettext("nskernd: NSKERND_STOP failed\n"));
216 struct nskernd nsk;
233 "nskernd: priocntl(PC_GETCID) failed: %s\n"),
259 "nskernd
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/solaris/
H A Dnskernd.h33 #include <sys/nsctl/nsc_ioctl.h> /* for struct nskernd */
60 extern int nskernd_get(struct nskernd *);
H A DMakefile28 nskernd.h \
H A Dnskernd.c34 #include "nskernd.h"
51 static struct nskernd nskernd_kdata;
142 nskernd_get(struct nskernd *nskp)
189 struct nskernd *udata = NULL;
271 cmn_err(CE_WARN, "nskernd: unknown command %d", udata->command);
H A Dnsc_proc.c37 #include "nskernd.h"
74 * discretion of nskernd.
83 struct nskernd *nsk = NULL;
207 struct nskernd *nsk = NULL;
H A Dnsc_raw.c52 #include "nskernd.h"
296 cmn_err(CE_WARN, "nskern: no nskernd daemon running!");
694 * command through user land (nskernd).
708 struct nskernd *nsk;
/illumos-gate/usr/src/cmd/avs/sdbc/etc/
H A Dscm.sh131 ps -e | grep -w nskernd > /dev/null 2>&1
134 # nskernd - cannot stop nskernd when its threads could be in use
150 # kill nskernd if we can
151 pid=`ps -e | grep -w nskernd | sed -e 's/^ *//' -e 's/ .*//'`
188 ps -e | grep -w nskernd > /dev/null 2>&1
190 ${SCMLIB}/nskernd
192 echo "Error: Unable to start nskernd"
294 # nskernd -- starts infrastructure (nskernd, ncal
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_ioctl.h79 struct nskernd { struct
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiboot.c51 #include <sys/nskernd.h>
H A Diiadm.c60 #include <sys/nskernd.h>
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c44 #include <sys/nskernd.h>
2646 struct nskernd *nsk;

Completed in 130 milliseconds