Home
last modified time | relevance | path

Searched refs:pub (Results 1 – 25 of 32) sorted by relevance

12

/titanic_44/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 && ! $obs && ! $evo) {
[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) {
818 $lib2 = scalar(@pub);
[all …]
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dauthfile.c236 Key *pub; in key_load_public_rsa1() local
276 pub = key_new(KEY_RSA1); in key_load_public_rsa1()
277 buffer_get_bignum(&buffer, pub->rsa->n); in key_load_public_rsa1()
278 buffer_get_bignum(&buffer, pub->rsa->e); in key_load_public_rsa1()
284 return pub; in key_load_public_rsa1()
291 Key *pub; in key_load_public_type() local
298 pub = key_load_public_rsa1(fd, filename, commentp); in key_load_public_type()
300 return pub; in key_load_public_type()
542 Key *pub, *prv; in key_load_private() local
553 pub = key_load_public_rsa1(fd, filename, commentp); in key_load_private()
[all …]
/titanic_44/usr/src/lib/fm/libfmevent/common/
H A Dfmev_publish.c364 nvlist_t *pub; in do_publish() local
376 pub = nvl; in do_publish()
385 pub = tmpnvl; in do_publish()
395 pub = tmpnvl; in do_publish()
409 if (file && nvlist_add_string(pub, "__fmev_file", file) != 0 || in do_publish()
410 func && nvlist_add_string(pub, "__fmev_func", func) != 0 || in do_publish()
411 line != -1 && nvlist_add_int64(pub, "__fmev_line", line) != 0 || in do_publish()
412 nvlist_add_int32(pub, "__fmev_pid", getpid()) != 0 || in do_publish()
413 nvlist_add_string(pub, "__fmev_execname", getexecname()) != 0) { in do_publish()
433 pub, EVCH_NOSLEEP) == 0) ? FMEV_SUCCESS : FMEVERR_TRANSPORT; in do_publish()
/titanic_44/usr/src/pkg/
H A DMakefile267 PUB_PKGS= $(SYNTH_PKGS:%=$(PDIR)/%.pub) $(PKGS:%=$(PDIR)/%.pub)
503 .SUFFIXES: .mf .mog .dep .res .pub
547 $(PDIR)/%.pub: $(PDIR)/%.res
548 $(PKGDEBUG)m=$$(basename $(@:%.pub=%).metadata.*); \
718 $(PKGS:%=%.pub) $(SYNTH_PKGS:%=%.pub): $(PDIR)/$$(@)
H A DREADME.pkg130 You can also use package names, or package names with ".pub"
/titanic_44/usr/src/lib/libdiskmgt/common/
H A Devents.c331 char *pub; in event_handler() local
337 if ((pub = sysevent_get_pub_name(ev)) != NULL) { in event_handler()
338 (void) fprintf(stderr, "%s\n", pub); in event_handler()
339 free(pub); in event_handler()
/titanic_44/usr/src/cmd/keyserv/
H A Dsetkey.c1155 #define cachehit(pub, sec, list) \ argument
1156 (memcmp(pub, (list)->public, sizeof (keybuf)) == 0 && \
1163 readcache(pub, sec, deskey, hash) in readcache() argument
1164 char *pub; in readcache()
1171 for (l = &g_cachedkeys[hash]; (*l) != NULL && !cachehit(pub, sec, *l);
1184 writecache(pub, sec, deskey, hash) in writecache() argument
1185 char *pub; in writecache()
1196 memcpy(new->public, pub, sizeof (keybuf));
1349 char *pub = p->keybuf3_val; in hash_keys3() local
1353 p->keybuf3_len, pub)); in hash_keys3()
[all …]
/titanic_44/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dhotplug_mgr.c594 char *pub; in dm_process_sysevent() local
601 ((pub = sysevent_get_pub_name(dupev)) != NULL) ? pub : "UNKNOWN"); in dm_process_sysevent()
603 if (pub) in dm_process_sysevent()
604 free(pub); in dm_process_sysevent()
/titanic_44/usr/src/cmd/eqn/eqnchar.d/
H A DMakefile13 ROOTSHPUB = $(ROOTSHLIB)/pub
/titanic_44/usr/src/cmd/dtrace/test/
H A DMakefile38 @cd $(SRC)/pkg; pwd; $(MAKE) SUNWdtrt.pub
/titanic_44/usr/src/lib/libsysevent/
H A Dlibsysevent.c77 char *pub, int pub_sz, nvlist_t *attr_list) in sysevent_alloc() argument
125 (void) bcopy(pub, SE_PUB_NAME(ev), pub_sz); in sysevent_alloc()
684 char *vendor, *pub; in se_print() local
698 if ((pub = sysevent_get_pub_name(ev)) != NULL) { in se_print()
700 (void) fprintf(fp, "\tpublisher = %s:%d\n", pub, (int)pid); in se_print()
701 free(pub); in se_print()
1927 publisher_priv_t *pub; in sysevent_bind_publisher() local
1941 if ((pub = (publisher_priv_t *)calloc(1, sizeof (publisher_priv_t))) == in sysevent_bind_publisher()
1947 SH_PRIV_DATA(shp) = (void *)pub; in sysevent_bind_publisher()
1951 free(pub); in sysevent_bind_publisher()
[all …]
/titanic_44/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c369 int pub = 0, priv = 0; in dst_write_key() local
382 if ((pub = dst_s_write_public_key(key)) < 0) in dst_write_key()
383 return (pub); in dst_write_key()
387 return (priv+pub); in dst_write_key()
/titanic_44/usr/src/cmd/ssh/doc/
H A DREADME66 [2] ftp://ftp.freesoftware.com/pub/infozip/zlib/
68 [4] http://www.kernel.org/pub/linux/libs/pam/ (PAM is standard on Solaris)
H A DINSTALL7 http://www.freesoftware.com/pub/infozip/zlib/
18 http://www.kernel.org/pub/linux/libs/pam/
44 ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/
H A DREADME25 ftp://ftp.butya.kz/pub/smbfs/smbfs.tar.gz
/titanic_44/usr/src/uts/common/os/
H A Dlog_sysevent.c470 sysevent_alloc(char *class, char *subclass, char *pub, int flag) in sysevent_alloc() argument
480 ASSERT(pub != NULL); in sysevent_alloc()
488 pub_sz = strlen(pub) + 1; in sysevent_alloc()
521 bcopy(pub, SE_PUB_NAME(ev), pub_sz); in sysevent_alloc()
H A Devchannels.c1786 sysevent_evc_alloc(const char *class, const char *subclass, const char *pub, in sysevent_evc_alloc() argument
1836 bcopy(pub, SE_PUB_NAME(ev), pub_sz); in sysevent_evc_alloc()
1921 char pub[MAX_PUB_LEN]; in sysevent_evc_publish() local
1939 pub_sz = snprintf(pub, MAX_PUB_LEN, "%s:kern:%s", vendor, pubs) + 1; in sysevent_evc_publish()
1948 evp = sysevent_evc_alloc(class, subclass, pub, pub_sz, asz, km_flags); in sysevent_evc_publish()
/titanic_44/usr/src/uts/sun4v/io/
H A Dvsw_txdring.c789 vnet_public_desc_t *pub = NULL; in vsw_dringsend() local
857 pub = priv_desc->descp; in vsw_dringsend()
858 pub->nbytes = priv_desc->datalen; in vsw_dringsend()
869 pub->hdr.dstate = VIO_DESC_READY; in vsw_dringsend()
/titanic_44/usr/src/pkg/manifests/
H A Dtext-doctools.mf48 dir path=usr/share/lib/pub
257 file path=usr/share/lib/pub/ascii
258 file path=usr/share/lib/pub/eqnchar
259 file path=usr/share/lib/pub/greek
260 file path=usr/share/lib/pub/iso
/titanic_44/usr/src/data/zoneinfo/
H A DREADME9 ftp://elsie.nci.nih.gov/pub/, therefore zoneinfo files may be added and
/titanic_44/usr/src/pkg/transforms/
H A Ddefaults70 <transform file path=usr/share/lib/pub/.+ -> default mode 0644>
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c1337 mDNSIPPort pub; in ReceivePortMapReply() local
1342 pub = priv; // initially request priv == pub in ReceivePortMapReply()
1345 err = LNT_MapPort(priv, pub, tcp); in ReceivePortMapReply()
1348 n->PublicPort = pub; in ReceivePortMapReply()
1361 pub = mDNSOpaque16fromIntVal(RandPort); in ReceivePortMapReply()
1387 if (n->state == NATState_Refresh && reply->pub.NotAnInteger != n->PublicPort.NotAnInteger) in ReceivePortMapReply()
1388 …: NAT refresh changed public port from %d to %d", mDNSVal16(n->PublicPort), mDNSVal16(reply->pub)); in ReceivePortMapReply()
1392 n->PublicPort = reply->pub; in ReceivePortMapReply()
1393 …if (reply->pub.NotAnInteger != n->request.PortReq.pub.NotAnInteger) n->request.PortReq.pub = reply… in ReceivePortMapReply()
1449 req->pub = port; in FormatPortMaprequest()
H A DmDNSEmbeddedAPI.h2037 mDNSIPPort pub;
2048 mDNSIPPort pub;
2763 extern mStatus LNT_MapPort(mDNSIPPort priv, mDNSIPPort pub, mDNSBool tcp);
/titanic_44/usr/src/
H A DTargetdirs502 /usr/pub \
594 $(ROOT)/usr/pub:= LINKDEST=share/lib/pub

12