Searched defs:def_class (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgproto/
H A Dmain.c75 static char *def_class = "none"; variable
117 def_class = optarg;
119 if (strlen(def_class) > (size_t)CLSSIZ) {
123 for (pt = def_class; *pt; pt++) {
185 (void) strlcpy(entry.pkg_class, def_class, sizeof (entry.pkg_class));
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dfilters.c318 ipgpc_class_t def_class; local
407 bzero(&def_class, sizeof (ipgpc_class_t));
408 def_class.next_action = IPP_ACTION_CONT;
409 def_class.gather_stats = B_FALSE; /* don't gather stats by default */
410 (void) strcpy(def_class.class_name, "default");
411 def_class.originator = IPP_CONFIG_PERMANENT; /* label as permanent */
414 if ((rc = insertcid(&def_class, &ipgpc_def_class_id)) != ENOENT) {

Completed in 48 milliseconds