Searched refs:pub (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/eqn/eqnchar.d/
H A DMakefile13 ROOTSHPUB = $(ROOTSHLIB)/pub
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dabi_index.pl266 my ($pub, $pri, $obs, $evo, $vers, $new_path);
271 $pub = '';
285 output($path, $pub, $pri, $obs, $evo);
287 $pub = '';
306 $pub .= $vers . ":";
308 $pub .= $vers . ":";
321 output($path, $pub, $pri, $obs, $evo);
331 my ($path, $pub, $pri, $obs, $evo) = @_;
336 $pub =~ s/:$//;
345 if ($pri && ! $pub
[all...]
H A Dsymreport.pl773 my ($pub, $priv, $str);
775 $pub = $public->{$lib};
778 $pub = 0 if (! defined($pub));
783 $str .= sprintf("%${len2}s", $pub);
794 my (@pub, @priv, $lib2, $sym2, $text, $key);
796 @pub = ();
803 push(@pub, $sym2);
812 next if (! @pub && ! @priv);
817 if (@pub) {
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/
H A DMakefile38 @cd $(SRC)/pkg; pwd; $(MAKE) SUNWdtrt.pub
/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_publish.c364 nvlist_t *pub; local
376 pub = nvl;
385 pub = tmpnvl;
395 pub = tmpnvl;
409 if (file && nvlist_add_string(pub, "__fmev_file", file) != 0 ||
410 func && nvlist_add_string(pub, "__fmev_func", func) != 0 ||
411 line != -1 && nvlist_add_int64(pub, "__fmev_line", line) != 0 ||
412 nvlist_add_int32(pub, "__fmev_pid", getpid()) != 0 ||
413 nvlist_add_string(pub, "__fmev_execname", getexecname()) != 0) {
433 pub, EVCH_NOSLEE
[all...]
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Devents.c331 char *pub; local
337 if ((pub = sysevent_get_pub_name(ev)) != NULL) {
338 (void) fprintf(stderr, "%s\n", pub);
339 free(pub);
/illumos-gate/usr/src/pkg/
H A DMakefile267 # we use a ".pub" file in $(PDIR) for each processed manifest, regardless
270 PUB_PKGS= $(SYNTH_PKGS:%=$(PDIR)/%.pub) $(PKGS:%=$(PDIR)/%.pub)
319 # placeholder to indicate successful publication (mypkg.pub)
506 .SUFFIXES: .mf .mog .dep .res .pub
550 $(PDIR)/%.pub: $(PDIR)/%.res
551 $(PKGDEBUG)m=$$(basename $(@:%.pub=%).metadata.*); \
552 r=$${m#$(@F:%.pub=%.metadata.)+(?).}; \
554 print "Publishing $(@F:%.pub=%) to $$r repository"; \
712 # the package. When publishing, use the basename with a ".pub"
[all...]
/illumos-gate/usr/src/cmd/keyserv/
H A Dsetkey.c1121 debug(KEYSERV_DEBUG, ("fetch_netname3 pub %x", cp->publickey));
1155 #define cachehit(pub, sec, list) \
1156 (memcmp(pub, (list)->public, sizeof (keybuf)) == 0 && \
1163 readcache(pub, sec, deskey, hash)
1164 char *pub;
1171 for (l = &g_cachedkeys[hash]; (*l) != NULL && !cachehit(pub, sec, *l);
1184 writecache(pub, sec, deskey, hash)
1185 char *pub;
1196 memcpy(new->public, pub, sizeof (keybuf));
1349 char *pub local
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dhotplug_mgr.c594 char *pub; local
601 ((pub = sysevent_get_pub_name(dupev)) != NULL) ? pub : "UNKNOWN");
603 if (pub)
604 free(pub);
/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent.c77 char *pub, int pub_sz, nvlist_t *attr_list)
125 (void) bcopy(pub, SE_PUB_NAME(ev), pub_sz);
684 char *vendor, *pub; local
698 if ((pub = sysevent_get_pub_name(ev)) != NULL) {
700 (void) fprintf(fp, "\tpublisher = %s:%d\n", pub, (int)pid);
701 free(pub);
1927 publisher_priv_t *pub; local
1941 if ((pub = (publisher_priv_t *)calloc(1, sizeof (publisher_priv_t))) ==
1947 SH_PRIV_DATA(shp) = (void *)pub;
1951 free(pub);
76 sysevent_alloc(char *class, int class_sz, char *subclass, int subclass_sz, char *pub, int pub_sz, nvlist_t *attr_list) argument
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c369 int pub = 0, priv = 0; local
382 if ((pub = dst_s_write_public_key(key)) < 0)
383 return (pub);
387 return (priv+pub);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_txdring.c342 /* link pub and private sides */
789 vnet_public_desc_t *pub = NULL; local
857 pub = priv_desc->descp;
858 pub->nbytes = priv_desc->datalen;
869 pub->hdr.dstate = VIO_DESC_READY;
1013 D3(NULL, "claiming descp:%d pub state:0x%llx priv state 0x%llx",
/illumos-gate/usr/src/uts/common/os/
H A Dlog_sysevent.c491 sysevent_alloc(char *class, char *subclass, char *pub, int flag) argument
501 ASSERT(pub != NULL);
509 pub_sz = strlen(pub) + 1;
542 bcopy(pub, SE_PUB_NAME(ev), pub_sz);
H A Devchannels.c1786 sysevent_evc_alloc(const char *class, const char *subclass, const char *pub, argument
1836 bcopy(pub, SE_PUB_NAME(ev), pub_sz);
1921 char pub[MAX_PUB_LEN]; local
1939 pub_sz = snprintf(pub, MAX_PUB_LEN, "%s:kern:%s", vendor, pubs) + 1;
1948 evp = sysevent_evc_alloc(class, subclass, pub, pub_sz, asz, km_flags);

Completed in 124 milliseconds