| /onnv-gate/usr/src/cmd/agents/snmp/parser/ |
| H A D | parse.c | 60 int type; member 312 print_error(string, token, type) in print_error() argument 315 int type; 317 if (type == ENDOFFILE) 481 tp->type = 0; 510 np->parent, np->subid, np->type); 578 tp->type = translation_table[np->type]; 662 int type; local 670 if ((type = get_token(fp, token)) != LEFTBRACKET){ 671 print_error("Expected \"{\"", token, type); [all …]
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
| H A D | encrypt.c | 139 findencryption(int type) in findencryption() argument 143 if (!(I_SUPPORT_ENCRYPT & remote_supports_decrypt & typemask(type))) in findencryption() 145 for (; (ep->type != NULL) && (ep->type != type); ep++); in findencryption() 146 return (ep->type ? ep : NULL); in findencryption() 150 finddecryption(int type) in finddecryption() argument 154 if (!(I_SUPPORT_DECRYPT & remote_supports_encrypt & typemask(type))) in finddecryption() 156 while (ep->type && ep->type != type) in finddecryption() 158 return (ep->type ? ep : NULL); in finddecryption() 194 while (ep->type) { in encrypt_init() 198 Name, ENCTYPE_NAME(ep->type)); in encrypt_init() [all …]
|
| /onnv-gate/usr/src/pkg/manifests/ |
| H A D | storage-storage-server.mf | 30 depend fmri=benchmark/filebench type=require 31 depend fmri=developer/debug/mdb/module/module-fibre-channel type=require 32 depend fmri=developer/debug/mdb/module/module-qlc type=require 33 depend fmri=driver/network/emlxs type=require 34 depend fmri=driver/network/fcip type=require 35 depend fmri=driver/network/fcoet type=require 36 depend fmri=driver/network/fcp type=require 37 depend fmri=driver/network/fcsm type=require 38 depend fmri=driver/network/fp type=require 39 depend fmri=driver/network/ibdma type=require [all …]
|
| H A D | developer-opensolaris-osnet.mf | 33 depend fmri=SUNWadmj type=require 34 depend fmri=SUNWjsnmp type=require 35 depend fmri=SUNWwbapi type=require 36 depend fmri=SUNWwbcou type=require 37 depend fmri=SUNWwbdev type=require 38 depend fmri=cde/cde-runtime@0.5.11-0.133 type=require 39 depend fmri=data/docbook@0.5.11-0.133 type=require 40 depend fmri=developer/astdev@0.5.11-0.133 type=require 41 depend fmri=developer/build/make@0.5.11-0.133 type=require 42 depend fmri=developer/build/onbld@0.5.11-0.133 type=require [all …]
|
| /onnv-gate/usr/src/common/openssl/crypto/pem/ |
| H A D | pem.h | 164 int type; /* what type of object */ member 214 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument 215 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument 216 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument 220 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument 221 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u)\ 223 return(((type *(*)(D2I_OF(type),char *,FILE *,type **,pem_password_cb *,void *))openssl_fcast(PEM_A… 226 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument 227 int PEM_write_##name(FILE *fp, type *x) \ 229 return(((int (*)(I2D_OF(type),const char *,FILE *,type *, const EVP_CIPHER *,unsigned char *,int, p… [all …]
|
| /onnv-gate/usr/src/cmd/sendmail/db/include/ |
| H A D | shqueue.h | 55 #define SH_LIST_FIRSTP(head, type) \ argument 56 ((struct type *)(((u_int8_t *)(head)) + (head)->slh_first)) 58 #define SH_LIST_FIRST(head, type) \ argument 60 ((struct type *)(((u_int8_t *)(head)) + (head)->slh_first))) 62 #define SH_LIST_NEXTP(elm, field, type) \ argument 63 ((struct type *)(((u_int8_t *)(elm)) + (elm)->field.sle_next)) 65 #define SH_LIST_NEXT(elm, field, type) \ argument 67 ((struct type *)(((u_int8_t *)(elm)) + (elm)->field.sle_next))) 87 #define SH_LIST_INSERT_AFTER(listelm, elm, field, type) do { \ argument 90 SH_LIST_NEXTP(listelm, field, type)); \ [all …]
|
| /onnv-gate/usr/src/common/openssl/crypto/objects/ |
| H A D | o_names.c | 117 ret=a->type-b->type; in obj_name_cmp() 121 && (sk_NAME_FUNCS_num(name_funcs_stack) > a->type)) in obj_name_cmp() 124 a->type)->cmp_func(a->name,b->name); in obj_name_cmp() 138 if ((name_funcs_stack != NULL) && (sk_NAME_FUNCS_num(name_funcs_stack) > a->type)) in obj_name_hash() 141 a->type)->hash_func(a->name); in obj_name_hash() 147 ret^=a->type; in obj_name_hash() 151 const char *OBJ_NAME_get(const char *name, int type) in OBJ_NAME_get() argument 159 alias=type&OBJ_NAME_ALIAS; in OBJ_NAME_get() 160 type&= ~OBJ_NAME_ALIAS; in OBJ_NAME_get() 163 on.type=type; in OBJ_NAME_get() [all …]
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/tests/ |
| H A D | test_tnf.nawk | 35 type = $7; 45 if (match(type, "_end")) { 46 type = substr(type, 1, match(type, "_end") - 1); 48 if (int(start[thread "" type]) == 0) { 53 total[type]++; 56 elapsed = time - start[thread "" type]; 58 if (longest[type] < elapsed) { 59 longest[type] = elapsed; 64 type, thread, elapsed, val, vchar); 66 average[type] = (average[type] + elapsed)/total[type]; [all …]
|
| /onnv-gate/usr/src/uts/common/tnf/ |
| H A D | tnf_types.h | 54 #define TAG_DATA(type) type##_tag_data argument 55 #define _TAG_DATA(type) _##type##_tag_data argument 57 #define TAG_SNAP(type) TAG_DATA(type) = &_TAG_DATA(type) argument 58 #define TAG_EXPORT(type) tnf_tag_data_t *TAG_SNAP(type) argument 74 #define TAG_SET(type) TAG_SNAP(type) argument 79 #define TAG_SET(type) TAG_EXPORT(type) argument 116 #define TNF_ABSTRACT_TAG(type) \ argument 117 static tnf_tag_data_t _TAG_DATA(type) = { \ 121 TNF_STRINGIFY(type) } 127 #define TNF_SCALAR_TAG(type, size, align, kind) \ argument [all …]
|
| /onnv-gate/usr/src/cmd/geniconvtbl/ |
| H A D | itm_comp.y | 62 %type <intval> itm_def 63 %type <obj> def_element_list 64 %type <tbl_hdr> def_element 66 %type <tbl_hdr> direction 67 %type <obj> direction_unit_list 68 %type <obj> direction_unit 70 %type <action> action 72 %type <itmc_ref> condition 73 %type <obj> condition_list 74 %type <obj> condition_expr [all …]
|
| /onnv-gate/usr/src/lib/libkmsagent/common/SOAP/ |
| H A D | KMS_CertificateC.cpp | 183 SOAP_FMAC3 void * SOAP_FMAC4 soap_getelement(struct soap *soap, int *type) in soap_getelement() argument 187 if (!*soap->id || !(*type = soap_lookup_type(soap, soap->id))) in soap_getelement() 188 *type = soap_lookup_type(soap, soap->href); in soap_getelement() 189 switch (*type) in soap_getelement() 249 { const char *t = soap->type; in soap_getelement() 253 { *type = SOAP_TYPE_KMS_Certificate_byte; in soap_getelement() 257 { *type = SOAP_TYPE_KMS_Certificate_int; in soap_getelement() 261 { *type = SOAP_TYPE_KMS_Certificate_xsd__int; in soap_getelement() 265 { *type = SOAP_TYPE_KMS_Certificate_long; in soap_getelement() 269 { *type = SOAP_TYPE_KMS_Certificate_xsd__long; in soap_getelement() [all …]
|
| H A D | KMS_CAC.cpp | 183 SOAP_FMAC3 void * SOAP_FMAC4 soap_getelement(struct soap *soap, int *type) in soap_getelement() argument 187 if (!*soap->id || !(*type = soap_lookup_type(soap, soap->id))) in soap_getelement() 188 *type = soap_lookup_type(soap, soap->href); in soap_getelement() 189 switch (*type) in soap_getelement() 253 { const char *t = soap->type; in soap_getelement() 257 { *type = SOAP_TYPE_KMS_CA_byte; in soap_getelement() 261 { *type = SOAP_TYPE_KMS_CA_int; in soap_getelement() 265 { *type = SOAP_TYPE_KMS_CA_xsd__int; in soap_getelement() 269 { *type = SOAP_TYPE_KMS_CA_long; in soap_getelement() 273 { *type = SOAP_TYPE_KMS_CA_xsd__long; in soap_getelement() [all …]
|
| H A D | KMS_DiscoveryC.cpp | 183 SOAP_FMAC3 void * SOAP_FMAC4 soap_getelement(struct soap *soap, int *type) in soap_getelement() argument 187 if (!*soap->id || !(*type = soap_lookup_type(soap, soap->id))) in soap_getelement() 188 *type = soap_lookup_type(soap, soap->href); in soap_getelement() 189 switch (*type) in soap_getelement() 265 { const char *t = soap->type; in soap_getelement() 269 { *type = SOAP_TYPE_KMS_Discovery_byte; in soap_getelement() 273 { *type = SOAP_TYPE_KMS_Discovery_int; in soap_getelement() 277 { *type = SOAP_TYPE_KMS_Discovery_xsd__int; in soap_getelement() 281 { *type = SOAP_TYPE_KMS_Discovery_long; in soap_getelement() 285 { *type = SOAP_TYPE_KMS_Discovery_xsd__long; in soap_getelement() [all …]
|
| H A D | envC.cpp | 185 SOAP_FMAC3 void * SOAP_FMAC4 soap_getelement(struct soap *soap, int *type) in soap_getelement() argument 189 if (!*soap->id || !(*type = soap_lookup_type(soap, soap->id))) in soap_getelement() 190 *type = soap_lookup_type(soap, soap->href); in soap_getelement() 191 switch (*type) in soap_getelement() 208 { const char *t = soap->type; in soap_getelement() 212 { *type = SOAP_TYPE_byte; in soap_getelement() 216 { *type = SOAP_TYPE_int; in soap_getelement() 221 *type = SOAP_TYPE__QName; in soap_getelement() 227 *type = SOAP_TYPE_string; in soap_getelement() 282 if (soap_putelement(soap, pp->ptr, "id", pp->id, pp->type)) in soap_putindependent() [all …]
|
| H A D | KMS_AgentC.cpp | 183 SOAP_FMAC3 void * SOAP_FMAC4 soap_getelement(struct soap *soap, int *type) in soap_getelement() argument 187 if (!*soap->id || !(*type = soap_lookup_type(soap, soap->id))) in soap_getelement() 188 *type = soap_lookup_type(soap, soap->href); in soap_getelement() 189 switch (*type) in soap_getelement() 349 { const char *t = soap->type; in soap_getelement() 353 { *type = SOAP_TYPE_KMS_Agent_byte; in soap_getelement() 357 { *type = SOAP_TYPE_KMS_Agent_int; in soap_getelement() 361 { *type = SOAP_TYPE_KMS_Agent_xsd__int; in soap_getelement() 365 { *type = SOAP_TYPE_KMS_Agent_long; in soap_getelement() 369 { *type = SOAP_TYPE_KMS_Agent_xsd__long; in soap_getelement() [all …]
|
| /onnv-gate/usr/src/lib/libast/common/regex/ |
| H A D | regdecomp.c | 72 decomp(register Rex_t* e, Sfio_t* sp, int type, int delimiter, regflags_t flags) in decomp() argument 91 switch (e->type) in decomp() 94 if (decomp(e->re.group.expr.binary.left, sp, type, delimiter, flags)) in decomp() 97 …if (e->re.group.expr.binary.right && decomp(e->re.group.expr.binary.right, sp, type, delimiter, fl… in decomp() 104 if (type < SRE) in decomp() 108 if (type < SRE) in decomp() 112 meta(sp, '<', type, 1, delimiter); in decomp() 115 meta(sp, '<', type, 1, delimiter); in decomp() 125 if (type >= SRE) in decomp() 144 switch (e->type) in decomp() [all …]
|
| /onnv-gate/usr/src/cmd/ssh/libssh/common/ |
| H A D | dispatch.c | 42 dispatch_protocol_error(int type, u_int32_t seq, void *ctxt) in dispatch_protocol_error() argument 44 log("dispatch_protocol_error: type %d seq %u", type, seq); in dispatch_protocol_error() 53 dispatch_protocol_ignore(int type, u_int32_t seq, void *ctxt) in dispatch_protocol_ignore() argument 55 log("dispatch_protocol_ignore: type %d seq %u", type, seq); in dispatch_protocol_ignore() 76 dispatch_set(int type, dispatch_fn *fn) in dispatch_set() argument 78 dispatch[type] = fn; in dispatch_set() 84 int type; in dispatch_run() local 88 type = packet_read_seqnr(&seqnr); in dispatch_run() 90 type = packet_read_poll_seqnr(&seqnr); in dispatch_run() 91 if (type == SSH_MSG_NONE) in dispatch_run() [all …]
|
| /onnv-gate/usr/src/cmd/acctadm/ |
| H A D | main.c | 116 int type = 0; /* type of accounting */ in main() local 207 type |= AC_PROC; in main() 209 type |= AC_TASK; in main() 211 type |= AC_FLOW; in main() 213 type |= AC_NET; in main() 220 type = AC_PROC | AC_TASK | AC_FLOW | AC_NET; in main() 226 if ((type & AC_NET) == 0) { in main() 250 printgroups(type); in main() 260 aconf_print(stdout, type); in main() 282 assert(type == AC_PROC || type == AC_TASK || type == AC_FLOW || in main() [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/ |
| H A D | h2xs.PL | 998 my($type, $post) = @{ $vdecl_hash{$var} }; 1000 warn "Can't handle variable '$type $var $post', skipping.\n"; 1004 $type = normalize_type($type); 1005 $vdecl_hash{$var} = $type; 1405 my $type = shift; 1406 my $out = $pointer_typedefs{$type}; 1408 my $otype = $type; 1409 $out = ($type =~ /\*$/); 1412 and $typedef_rex and $type =~ s/($typedef_rex)/$typedefs_pre{$1}/go) { 1413 $type = normalize_type($type); [all …]
|
| H A D | c2ph.PL | 581 next unless defined($name = $type[$i]); 768 $type[$typeno] = $ident; 793 unless (defined $type[$typeno]) { 795 $type[$typeno] = $name unless defined $type[$typeno]; 797 if ($extra =~ /\*/ && defined $type[$struct]) { 798 print ", a typedef for a pointer to " , $type[$struct] if $debug; 802 print ", a typedef for " , $type[$typeno] if $debug; 807 #$type[$struct] = $name; 823 $type[$typeno] = $2; 844 local($type, $tname); [all …]
|
| /onnv-gate/usr/src/cmd/lp/lib/lp/ |
| H A D | isterminfo.c | 110 char * type in isterminfo() argument 113 isterminfo (type) in isterminfo() 114 char *type; in isterminfo() 122 if (!type || !*type) 126 if (tfind(type, (A2)&hit_cache, (A3)strcmp)) 131 if (tfind(type, (A2)&miss_cache, (A3)strcmp)) 139 && _isterminfo(type, envTERMINFO) 141 || _isterminfo(type, TERMINFO) 150 (void)tsearch (Strdup(type), (A2)&hit_cache, (A3)strcmp); 160 (void)tsearch (Strdup(type), (A2)&miss_cache, (A3)strcmp); [all …]
|
| /onnv-gate/usr/src/cmd/sendmail/libsmdb/ |
| H A D | smdb.c | 82 smdb_lockfile(fd, type) in smdb_lockfile() argument 84 int type; 93 if (bitset(LOCK_UN, type)) 95 else if (bitset(LOCK_EX, type)) 100 if (bitset(LOCK_NB, type)) 123 if (!bitset(LOCK_NB, type) || 131 filename, ext, fd, type, omode, euid); 138 while ((i = flock(fd, type)) < 0 && errno == EINTR) 144 if (!bitset(LOCK_NB, type) || save_errno != EWOULDBLOCK) 151 filename, ext, fd, type, omode, euid); [all …]
|
| /onnv-gate/usr/src/lib/libfruutils/ |
| H A D | fru_tag.h | 45 unsigned type : 1; member 50 unsigned type : 2; member 55 unsigned type : 3; member 60 unsigned type : 4; member 65 unsigned type : 5; member 70 unsigned type : 6; member 75 unsigned type : 7; member 85 unsigned type : 1; 90 unsigned type : 2; 95 unsigned type : 3; [all …]
|
| /onnv-gate/usr/src/lib/libdtrace/common/ |
| H A D | dt_grammar.y | 137 %type <l_node> d_expression 138 %type <l_node> d_program 139 %type <l_node> d_type 141 %type <l_node> translation_unit 142 %type <l_node> external_declaration 143 %type <l_node> inline_definition 144 %type <l_node> translator_definition 145 %type <l_node> translator_member_list 146 %type <l_node> translator_member 147 %type <l_node> provider_definition [all …]
|
| /onnv-gate/usr/src/uts/common/io/1394/ |
| H A D | s1394_fa.c | 54 s1394_fa_claim_addr(s1394_hal_t *hal, s1394_fa_type_t type, in s1394_fa_claim_addr() argument 58 s1394_fa_hal_t *falp = &hal->hal_fa[type]; in s1394_fa_claim_addr() 83 "", tnf_int, type, type, tnf_int, ret, ret); in s1394_fa_claim_addr() 97 s1394_fa_free_addr(s1394_hal_t *hal, s1394_fa_type_t type) in s1394_fa_free_addr() argument 99 s1394_fa_hal_t *falp = &hal->hal_fa[type]; in s1394_fa_free_addr() 124 s1394_fa_type_t type) in s1394_fa_list_add() argument 126 s1394_fa_hal_t *fal = &hal->hal_fa[type]; in s1394_fa_list_add() 132 fal->fal_tail->target_fa[type].fat_next = target; in s1394_fa_list_add() 145 s1394_fa_type_t type) in s1394_fa_list_remove() argument 147 s1394_fa_hal_t *fal = &hal->hal_fa[type]; in s1394_fa_list_remove() [all …]
|