Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dabi_index.pl267 $pub = '';
281 output($path, $pub, $pri, $obs, $evo);
283 $pub = '';
302 $pub .= $vers . ":";
304 $pub .= $vers . ":";
317 output($path, $pub, $pri, $obs, $evo);
327 my ($path, $pub, $pri, $obs, $evo) = @_;
332 $pub =~ s/:$//;
341 if ($pri && ! $pub && ! $obs && ! $evo) {
347 } elsif ($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) {
818 $lib2 = scalar(@pub);
[all …]
/illumos-gate/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()
/illumos-gate/usr/src/pkg/
H A DMakefile282 PUB_PKGS= $(SYNTH_PKGS:%=$(PDIR)/%.pub) $(PKGS:%=$(PDIR)/%.pub)
521 .SUFFIXES: .p5m .mog .dep .res .fin .pub
575 $(PDIR)/%.pub: $(PDIR)/%.fin
576 $(PKGDEBUG)m=$$(basename $(@:%.pub=%).metadata.*); \
738 $(PKGS:%=%.pub) $(SYNTH_PKGS:%=%.pub): $(PDIR)/$$(@)
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dfunstack.in107 %%% ftp.ira.uka.de in /pub/bibliography to which
176 @String{pub-ANSI = "American National Standards Institute"}
178 @String{pub-ANSI:adr = "1430 Broadway, New York, NY 10018, USA"}
180 @String{pub-AW = "Ad{\-d}i{\-s}on-Wes{\-l}ey"}
182 @String{pub-AW:adr = "Reading, MA, USA"}
184 @String{pub-SUCSLI = "Stanford University Center for the Study of Language and Information"}
186 @String{pub-SUCSLI:adr = "Stanford, CA, USA"}
188 @String{pub-SV = "Spring{\-}er-Ver{\-}lag"}
190 @String{pub-SV:adr = "Berlin, Germany~/ Heidelberg, Germany~/ London, UK~/ etc."}
/illumos-gate/usr/src/cmd/keyserv/
H A Dsetkey.c1153 #define cachehit(pub, sec, list) \ argument
1161 readcache(pub, sec, deskey, hash) in readcache() argument
1162 char *pub; in readcache()
1182 writecache(pub, sec, deskey, hash) in writecache() argument
1183 char *pub; in writecache()
1347 char *pub = p->keybuf3_val; in hash_keys3() local
1351 p->keybuf3_len, pub)); in hash_keys3()
1355 hash ^= *pub; in hash_keys3()
1824 hash_keys(pub, sec) in hash_keys() argument
1825 char *pub; in hash_keys()
[all …]
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Devents.c366 char *pub; in event_handler() local
372 if ((pub = sysevent_get_pub_name(ev)) != NULL) { in event_handler()
373 (void) fprintf(stderr, "%s\n", pub); in event_handler()
374 free(pub); in event_handler()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/eqn/eqnchar.d/
H A DMakefile13 ROOTSHPUB = $(ROOTSHLIB)/pub
/illumos-gate/usr/src/cmd/dtrace/test/
H A DMakefile38 @cd $(SRC)/pkg; pwd; $(MAKE) SUNWdtrt.pub
/illumos-gate/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()
1928 publisher_priv_t *pub; in sysevent_bind_publisher() local
1948 SH_PRIV_DATA(shp) = (void *)pub; in sysevent_bind_publisher()
1952 free(pub); in sysevent_bind_publisher()
1958 free(pub); in sysevent_bind_publisher()
[all …]
/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c365 int pub = 0, priv = 0; in dst_write_key() local
378 if ((pub = dst_s_write_public_key(key)) < 0) in dst_write_key()
379 return (pub); in dst_write_key()
383 return (priv+pub); in dst_write_key()
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A DREADME25 ftp://ftp.butya.kz/pub/smbfs/smbfs.tar.gz
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dsubmitting-patches.md12 git clone git://git.kernel.org/pub/scm/devel/sparse/sparse.git
/illumos-gate/usr/src/data/ucode/
H A Dupdate.amd21 UPSTREAM_PATH=/pub/scm/linux/kernel/git/firmware/linux-firmware.git
H A DREADME.ucode49 git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
/illumos-gate/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()
/illumos-gate/usr/src/pkg/manifests/
H A Dtext-doctools.p5m259 dir path=usr/share/lib/pub
260 file path=usr/share/lib/pub/ascii
261 file path=usr/share/lib/pub/eqnchar
262 file path=usr/share/lib/pub/greek
263 file path=usr/share/lib/pub/iso
/illumos-gate/usr/src/uts/common/os/
H A Dlog_sysevent.c491 sysevent_alloc(char *class, char *subclass, char *pub, int flag) in sysevent_alloc() argument
501 ASSERT(pub != NULL); in sysevent_alloc()
509 pub_sz = strlen(pub) + 1; in sysevent_alloc()
542 bcopy(pub, SE_PUB_NAME(ev), pub_sz); in sysevent_alloc()
H A Devchannels.c1792 sysevent_evc_alloc(const char *class, const char *subclass, const char *pub, in sysevent_evc_alloc() argument
1842 bcopy(pub, SE_PUB_NAME(ev), pub_sz); in sysevent_evc_alloc()
1927 char pub[MAX_PUB_LEN]; in sysevent_evc_publish() local
1945 pub_sz = snprintf(pub, MAX_PUB_LEN, "%s:kern:%s", vendor, pubs) + 1; in sysevent_evc_publish()
1954 evp = sysevent_evc_alloc(class, subclass, pub, pub_sz, asz, km_flags); in sysevent_evc_publish()
/illumos-gate/usr/src/data/zoneinfo/
H A DREADME9 ftp://elsie.nci.nih.gov/pub/, therefore zoneinfo files may be added and
/illumos-gate/usr/src/
H A DTargetdirs519 /usr/pub \
613 $(ROOT)/usr/pub:= LINKDEST=share/lib/pub
/illumos-gate/usr/src/tools/smatch/src/
H A DFAQ73 Git repo: git://git.kernel.org/pub/scm/devel/sparse/sparse.git
/illumos-gate/usr/src/pkg/transforms/
H A Ddefaults69 <transform file path=usr/share/lib/pub/.+ -> default mode 0644>
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm12.h1854 TPM_DELEGATE_PUBLIC pub; member
1880 TPM_DELEGATE_PUBLIC pub; member
1893 TPM_DELEGATE_PUBLIC pub; member

12