/titanic_51/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 ! in finddecryption() 226 EncryptEnable(char * type,char * mode) EncryptEnable() argument 242 EncryptDisable(char * type,char * mode) EncryptDisable() argument 277 EncryptType(char * type,char * mode) EncryptType() argument 497 register int type, use_type = 0; encrypt_support() local 539 register int type, ret; encrypt_is() local 584 register int ret, type; encrypt_reply() local 818 encrypt_start_output(int type) encrypt_start_output() argument 962 register int type = data[1]; encrypt_printsub() local [all...] |
H A D | auth.c | 90 static int auth_onoff(const char *type, boolean_t on); 136 * Traverse the Authenticator array until we find the authentication type 138 * Authenticator type array. 140 * Returns: 0 - type not found (error) 144 findauthenticator(int type, int way) in findauthenticator() argument 148 while (ap->type && (ap->type != type || ap->way != way)) in findauthenticator() 150 return (ap->type ? ap : NULL); in findauthenticator() 154 * For each authentication type i 208 getauthmask(const char * type,uint_t * maskp) getauthmask() argument 227 auth_enable(char * type) auth_enable() argument 233 auth_disable(char * type) auth_disable() argument 250 auth_onoff(const char * type,boolean_t on) auth_onoff() argument [all...] |
/titanic_51/usr/src/cmd/sendmail/db/include/ |
H A D | shqueue.h | 27 * the normal macros, although the macro calls require an additional type 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) d argument 99 SH_LIST_INSERT_HEAD(head,elm,field,type) global() argument 111 SH_LIST_REMOVE(elm,field,type) global() argument 138 SH_TAILQ_FIRSTP(head,type) global() argument 141 SH_TAILQ_FIRST(head,type) global() argument 144 SH_TAILQ_NEXTP(elm,field,type) global() argument 147 SH_TAILQ_NEXT(elm,field,type) global() argument 166 SH_TAILQ_INSERT_HEAD(head,elm,field,type) global() argument 197 SH_TAILQ_INSERT_AFTER(head,listelm,elm,field,type) global() argument 212 SH_TAILQ_REMOVE(head,elm,field,type) global() argument 244 SH_CIRCLEQ_FIRSTP(head,type) global() argument 247 SH_CIRCLEQ_FIRST(head,type) global() argument 251 SH_CIRCLEQ_LASTP(head,type) global() argument 254 SH_CIRCLEQ_LAST(head,type) global() argument 257 SH_CIRCLEQ_NEXTP(elm,field,type) global() argument 260 SH_CIRCLEQ_NEXT(head,elm,field,type) global() argument 264 SH_CIRCLEQ_PREVP(elm,field,type) global() argument 267 SH_CIRCLEQ_PREV(head,elm,field,type) global() argument 278 SH_CIRCLEQ_INSERT_AFTER(head,listelm,elm,field,type) global() argument 292 SH_CIRCLEQ_INSERT_BEFORE(head,listelm,elm,field,type) global() argument 306 SH_CIRCLEQ_INSERT_HEAD(head,elm,field,type) global() argument 318 SH_CIRCLEQ_INSERT_TAIL(head,elm,field,type) global() argument 330 SH_CIRCLEQ_REMOVE(head,elm,field,type) global() argument [all...] |
/titanic_51/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_SNA argument 79 TAG_SET(type) global() argument 116 TNF_ABSTRACT_TAG(type) global() argument 127 TNF_SCALAR_TAG(type,size,align,kind) global() argument 139 TNF_STD_SCALAR_TAG(type,kind) global() argument 148 TNF_ARRAY_TAG(type,eltag,props,slots,kind) global() argument 162 TNF_STD_ARRAY_TAG(type,eltype,kind) global() argument 170 TNF_DERIVED_TAG(type,basetag,props,size,align,kind) global() argument 183 TNF_STD_DERIVED_TAG(type,base,props,kind) global() argument 192 TNF_STRUCT_TAG(type,props,slots,names,size) global() argument 207 TNF_STD_STRUCT_TAG(type,slots,names,size) global() argument 216 TNF_METATAG(type,props,slots,desc) global() argument [all...] |
/titanic_51/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 <ob [all...] |
/titanic_51/usr/src/contrib/ast/src/lib/libast/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, flags)) 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() 398 int type; regdecomp() local [all...] |
/titanic_51/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 …]
|
/titanic_51/usr/src/cmd/acctadm/ |
H A D | main.c | 116 int type = 0; /* type of accounting */ in main() local 119 char *typestr = NULL; /* type of accounting argument string */ in main() 207 type |= AC_PROC; in main() 209 type |= AC_TASK; in main() 211 type |= AC_FLOW; in main() 213 type |= AC_NET; in main() 215 warn(gettext("unknown accounting type -- %s\n"), in main() 220 type = AC_PROC | AC_TASK | AC_FLOW | AC_NET; in main() 226 if ((type in main() [all...] |
/titanic_51/usr/src/cmd/sendmail/libsmdb/ |
H A D | smdb.c | 72 ** type -- type of the lock. Bits can be: 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)) 114 ** as type "tmp" (that is, served from swap space), the 123 if (!bitset(LOCK_NB, type) || 130 syslog(LOG_ERR, "cannot lockf(%s%s, fd=%d, type 192 smdb_open_database(database,db_name,mode,mode_mask,sff,type,user_info,params) smdb_open_database() argument 377 smdb_lock_map(database,type) smdb_lock_map() argument 526 SMDB_DBTYPE type; global() member 539 smdb_db_definition(type) smdb_db_definition() argument [all...] |
/titanic_51/usr/src/lib/libm/common/m9x/ |
H A D | __fex_i386.c | 235 * Determine which type of invalid operation exception occurred 373 /* determine the type of operation */ in __fex_get_invalid_type() 566 * exceptions, and set a code indicating the type of operation 577 /* get the exception type, status word, opcode, and data address */ in __fex_get_op() 594 info->op2.type = fex_nodata; in __fex_get_op() 602 info->op1.type = info->op2.type = info->res.type = fex_nodata; in __fex_get_op() 606 info->op1.type = fex_float; in __fex_get_op() 608 info->res.type in __fex_get_op() [all...] |
/titanic_51/usr/src/cmd/lp/lib/lp/ |
H A D | isterminfo.c | 44 * that a type names a valid entry in the Terminfo database. 55 * submitting print requests with goofball types, or every valid type 62 * database. The "terminfo" type is not likely to be an oft used feature, 106 char * type in isterminfo() argument 109 isterminfo (type) in isterminfo() 110 char *type; in isterminfo() 118 if (!type || !*type) 122 if (tfind(type, (A2)&hit_cache, (A3)strcmp)) 127 if (tfind(type, (A 169 _isterminfo(char * type,char * parent) _isterminfo() argument [all...] |
/titanic_51/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 [all...] |
/titanic_51/usr/src/contrib/ast/src/lib/libast/cdt/ |
H A D | dtlist.c | 62 Void_t* lfirstlast(Dt_t* dt, int type) in lfirstlast() argument 64 Void_t* lfirstlast(dt, type) in lfirstlast() 66 int type; 74 { if(type&DT_LAST) 110 Void_t* llist(Dt_t* dt, Dtlink_t* lnk, int type) in llist() argument 112 Void_t* llist(dt, lnk, type) in llist() 115 int type; 120 if(type&(DT_FLATTEN|DT_EXTRACT) ) 125 if(type&DT_EXTRACT) 130 else /* if(type 163 dtlist(Dt_t * dt,Void_t * obj,int type) dtlist() argument [all...] |
H A D | dtopen.c | 31 static int _dttype2005(Dt_t* dt, int type) in _dttype2005() argument 33 if (type == DT_DELETE && (dt->meth->type&(DT_OBAG|DT_BAG))) in _dttype2005() 34 type = DT_REMOVE; in _dttype2005() 35 return type; in _dttype2005() 49 int ev, type; local 56 type = meth->type; 68 { if((data->type & DT_METHODS) != meth->type) 122 _dtmake(Dt_t * dt,Void_t * obj,int type) _dtmake() argument 146 _dtfree(Dt_t * dt,Dtlink_t * l,int type) _dtfree() argument 157 dtuserlock(Dt_t * dt,unsigned int key,int type) dtuserlock() argument [all...] |
/titanic_51/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 171 s1394_fa_list_is_empty(s1394_hal_t * hal,s1394_fa_type_t type) s1394_fa_list_is_empty() argument 184 s1394_fa_list_gen(s1394_hal_t * hal,s1394_fa_type_t type) s1394_fa_list_gen() argument 196 s1394_fa_init_cmd(s1394_cmd_priv_t * s_priv,s1394_fa_type_t type) s1394_fa_init_cmd() argument [all...] |
/titanic_51/usr/src/lib/libdtrace/common/ |
H A D | dt_grammar.y | 141 %type <l_node> d_expression 142 %type <l_node> d_program 143 %type <l_node> d_type 145 %type <l_node> translation_unit 146 %type <l_node> external_declaration 147 %type <l_node> inline_definition 148 %type <l_node> translator_definition 149 %type <l_node> translator_member_list 150 %type <l_node> translator_member 151 %type <l_nod [all...] |
/titanic_51/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | typegraph.c | 27 * Postmortem type identification 34 * type of an arbitrary memory buffer, however, one has historically been 36 * object of known type is finally reached, types can be back-propagated to 37 * determine the type of the unknown object. 48 * Once the graph is constructed, we start at nodes of known type, and use the 49 * type information to determine the type of each pointer represented by an 50 * outgoing edge. Determining the pointer type allows us to determine the 51 * type of the edge's destination node, and therefore to iteratively continue 52 * the process of type identificatio 379 typegraph_resolve(mdb_ctf_id_t type) typegraph_resolve() argument 406 typegraph_type_name(mdb_ctf_id_t type,mdb_ctf_id_t utype) typegraph_type_name() argument 428 typegraph_size(mdb_ctf_id_t type) typegraph_size() argument 457 typegraph_offiter(const char * name,mdb_ctf_id_t type,ulong_t off,tg_typeoffs_t * toffs) typegraph_offiter() argument 538 typegraph_union(const char * name,mdb_ctf_id_t type,ulong_t off,tg_typeoffs_t * toffs) typegraph_union() argument 612 typegraph_lastmember(const char * name,mdb_ctf_id_t type,ulong_t off,void * last) typegraph_lastmember() argument 628 typegraph_hasfam(mdb_ctf_id_t type,mdb_ctf_id_t * atype) typegraph_hasfam() argument 681 typegraph_type_offset(mdb_ctf_id_t type,size_t offset,tg_edge_t * e,const char ** member) typegraph_type_offset() argument 858 typegraph_couldbe(uintptr_t addr,mdb_ctf_id_t type) typegraph_couldbe() argument 1050 mdb_ctf_id_t type; typegraph_kmem() local 1200 typegraph_build_anchored(uintptr_t addr,size_t size,mdb_ctf_id_t type) typegraph_build_anchored() argument 1345 mdb_ctf_id_t type; typegraph_build() local 1394 typegraph_thread(uintptr_t addr,const kthread_t * t,mdb_ctf_id_t * type) typegraph_thread() argument 1413 typegraph_kstat(uintptr_t addr,const vmem_seg_t * seg,mdb_ctf_id_t * type) typegraph_kstat() argument 1424 typegraph_node_addtype(tg_node_t * node,tg_edge_t * edge,mdb_ctf_id_t rtype,const char * rmember,size_t roffs,mdb_ctf_id_t utype,mdb_ctf_id_t type) typegraph_node_addtype() argument 1601 typegraph_pass1_node(tg_node_t * node,mdb_ctf_id_t type) typegraph_pass1_node() argument 1789 mdb_ctf_id_t type, ntype; typegraph_pass2_node() local 2028 mdb_ctf_id_t type, ntype; typegraph_pass4_node() local 2280 mdb_ctf_id_t type; typegraph_modctl() local 2331 mdb_ctf_id_t type; typegraph_known_node() local 2378 mdb_ctf_id_t type; typegraph() local 2703 mdb_ctf_id_t type; istype() local 2852 findlocks_findmutex(const char * name,mdb_ctf_id_t type,ulong_t offs,findlocks_t * fl) findlocks_findmutex() argument 3019 mdb_ctf_id_t type = node->tgn_type, ntype; findlocks_node() local 3210 findfalse_findsync(const char * name,mdb_ctf_id_t type,ulong_t offs,void * ignored) findfalse_findsync() argument 3217 mdb_ctf_id_t type; findfalse_findsync() member 3287 mdb_ctf_id_t type = node->tgn_type; findfalse_node() local [all...] |
/titanic_51/usr/src/grub/grub-0.97/stage2/ |
H A D | pc_slice.h | 119 #define PC_SLICE_TYPE_SOLARIS2 0xbf /* new Solaris type */ 126 /* Check if TYPE is a FAT partition type. Clear the hidden flag before 128 #define IS_PC_SLICE_TYPE_FAT(type) \ argument 129 ({ int _type = (type) & ~PC_SLICE_TYPE_HIDDEN_FLAG; \ 136 || type == PC_SLICE_TYPE_SOLARIS_BOOT \ 137 || type == PC_SLICE_TYPE_DELL_UTIL; }) 139 #define IS_PC_SLICE_TYPE_EXTENDED(type) \ argument 140 (((type) == PC_SLICE_TYPE_EXTENDED) \ 141 || ((type) == PC_SLICE_TYPE_WIN95_EXTENDED) \ 142 || ((type) 144 IS_PC_SLICE_TYPE_MINIX(type) global() argument 155 IS_PC_SLICE_TYPE_BSD_WITH_FS(type,fs) global() argument 160 IS_PC_SLICE_TYPE_BSD(type) global() argument 162 IS_PC_SLICE_TYPE_SOLARIS(type) global() argument [all...] |
/titanic_51/usr/src/common/zfs/ |
H A D | zprop_common.c | 53 zprop_get_proptable(zfs_type_t type) in zprop_get_proptable() argument 55 if (type == ZFS_TYPE_POOL) in zprop_get_proptable() 62 zprop_get_numprops(zfs_type_t type) in zprop_get_numprops() argument 64 if (type == ZFS_TYPE_POOL) in zprop_get_numprops() 71 zprop_register_impl(int prop, const char *name, zprop_type_t type, in zprop_register_impl() argument 87 pd->pd_proptype = type; in zprop_register_impl() 131 zprop_register_hidden(int prop, const char *name, zprop_type_t type, in zprop_register_hidden() argument 134 zprop_register_impl(prop, name, type, 0, NULL, attr, in zprop_register_hidden() 136 type == PROP_TYPE_NUMBER, B_FALSE, NULL); in zprop_register_hidden() 167 boolean_t ordered, zfs_type_t type) in zprop_iter_common() argument 254 zprop_name_to_prop(const char * propname,zfs_type_t type) zprop_name_to_prop() argument 270 zprop_string_to_index(int prop,const char * string,uint64_t * index,zfs_type_t type) zprop_string_to_index() argument 296 zprop_index_to_string(int prop,uint64_t index,const char ** string,zfs_type_t type) zprop_index_to_string() argument 324 zprop_random_value(int prop,uint64_t seed,zfs_type_t type) zprop_random_value() argument 340 zprop_values(int prop,zfs_type_t type) zprop_values() argument 356 zprop_valid_for_type(int prop,zfs_type_t type) zprop_valid_for_type() argument 375 zprop_width(int prop,boolean_t * fixed,zfs_type_t type) zprop_width() argument [all...] |
/titanic_51/usr/src/uts/common/fs/zfs/ |
H A D | ddt.c | 56 ddt_object_create(ddt_t *ddt, enum ddt_type type, enum ddt_class class, in ddt_object_create() argument 61 uint64_t *objectp = &ddt->ddt_object[type][class]; in ddt_object_create() 66 ddt_object_name(ddt, type, class, name); in ddt_object_create() 69 VERIFY(ddt_ops[type]->ddt_op_create(os, objectp, tx, prehash) == 0); in ddt_object_create() 77 &ddt->ddt_histogram[type][class], tx) == 0); in ddt_object_create() 81 ddt_object_destroy(ddt_t *ddt, enum ddt_type type, enum ddt_class class, in ddt_object_destroy() argument 86 uint64_t *objectp = &ddt->ddt_object[type][class]; in ddt_object_destroy() 89 ddt_object_name(ddt, type, class, name); in ddt_object_destroy() 92 ASSERT(ddt_object_count(ddt, type, class) == 0); in ddt_object_destroy() 93 ASSERT(ddt_histogram_empty(&ddt->ddt_histogram[type][clas in ddt_object_destroy() 103 ddt_object_load(ddt_t * ddt,enum ddt_type type,enum ddt_class class) ddt_object_load() argument 135 ddt_object_sync(ddt_t * ddt,enum ddt_type type,enum ddt_class class,dmu_tx_t * tx) ddt_object_sync() argument 159 ddt_object_lookup(ddt_t * ddt,enum ddt_type type,enum ddt_class class,ddt_entry_t * dde) ddt_object_lookup() argument 170 ddt_object_prefetch(ddt_t * ddt,enum ddt_type type,enum ddt_class class,ddt_entry_t * dde) ddt_object_prefetch() argument 181 ddt_object_update(ddt_t * ddt,enum ddt_type type,enum ddt_class class,ddt_entry_t * dde,dmu_tx_t * tx) ddt_object_update() argument 191 ddt_object_remove(ddt_t * ddt,enum ddt_type type,enum ddt_class class,ddt_entry_t * dde,dmu_tx_t * tx) ddt_object_remove() argument 201 ddt_object_walk(ddt_t * ddt,enum ddt_type type,enum ddt_class class,uint64_t * walk,ddt_entry_t * dde) ddt_object_walk() argument 211 ddt_object_count(ddt_t * ddt,enum ddt_type type,enum ddt_class class) ddt_object_count() argument 220 ddt_object_info(ddt_t * ddt,enum ddt_type type,enum ddt_class class,dmu_object_info_t * doi) ddt_object_info() argument 231 ddt_object_exists(ddt_t * ddt,enum ddt_type type,enum ddt_class class) ddt_object_exists() argument 237 ddt_object_name(ddt_t * ddt,enum ddt_type type,enum ddt_class class,char * name) ddt_object_name() argument 449 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { ddt_get_dedup_object_stats() local 473 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { ddt_get_dedup_histogram() local 675 enum ddt_type type; ddt_lookup() local 751 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { ddt_prefetch() local 831 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { ddt_load() local 877 for (enum ddt_type type = 0; type < DDT_TYPES; type++) ddt_class_contains() local 895 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { ddt_repair_start() local 1079 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { ddt_sync_table() local [all...] |
/titanic_51/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_accessor.c | 34 #define DEF_FUNC_PTRS(type) \ argument 35 krb5_error_code (*k5int_encode_##type)(const type *, krb5_data **); \ 36 krb5_error_code (*k5int_decode_##type)(const krb5_data *, type **) 38 #define DEF_FUNC_PTRS_ARRAY(type) \ argument 39 krb5_error_code (*k5int_encode_##type)(const type **, krb5_data **); \ 40 krb5_error_code (*k5int_decode_##type)(const krb5_data *, type ***) 93 SET_PTRS(type) pkinit_accessor_init() argument [all...] |
/titanic_51/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | CryptoAlg.c | 91 mDNSexport AlgContext *AlgCreate(AlgType type, mDNSu8 alg) in AlgCreate() argument 96 if (type == CRYPTO_ALG) in AlgCreate() 101 else if (type == DIGEST_ALG) in AlgCreate() 106 else if (type == ENC_ALG) in AlgCreate() 129 ctx->type = type; in AlgCreate() 141 if (ctx->type == CRYPTO_ALG) in AlgDestroy() 143 else if (ctx->type == DIGEST_ALG) in AlgDestroy() 145 else if (ctx->type == ENC_ALG) in AlgDestroy() 166 if (ctx->type in AlgLength() [all...] |
/titanic_51/usr/src/cmd/hal/hald/ |
H A D | property.c | 40 int type; member 60 if (prop->type == HAL_PROPERTY_TYPE_STRING) { in hal_property_free() 62 } else if (prop->type == HAL_PROPERTY_TYPE_STRLIST) { in hal_property_free() 82 prop->type = HAL_PROPERTY_TYPE_STRING; in hal_property_new_string() 107 prop->type = HAL_PROPERTY_TYPE_INT32; in hal_property_new_int() 121 prop->type = HAL_PROPERTY_TYPE_UINT64; in hal_property_new_uint64() 135 prop->type = HAL_PROPERTY_TYPE_BOOLEAN; in hal_property_new_bool() 149 prop->type = HAL_PROPERTY_TYPE_DOUBLE; in hal_property_new_double() 169 return prop->type; in hal_property_get_type() 176 g_return_val_if_fail (prop->type in hal_property_get_string() [all...] |
/titanic_51/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | objects.c | 185 nwamd_get_object_list(nwam_object_type_t type) in nwamd_get_object_list() argument 187 assert(type < sizeof (object_lists) / sizeof (object_lists[0])); in nwamd_get_object_list() 188 return (&object_lists[type]); in nwamd_get_object_list() 192 nwamd_object_list_lock(nwam_object_type_t type) in nwamd_object_list_lock() argument 194 nwamd_object_list_t *object_list = nwamd_get_object_list(type); in nwamd_object_list_lock() 201 nwamd_object_list_rlock(nwam_object_type_t type) in nwamd_object_list_rlock() argument 203 nwamd_object_list_t *object_list = nwamd_get_object_list(type); in nwamd_object_list_rlock() 214 nwamd_object_list_unlock(nwam_object_type_t type) in nwamd_object_list_unlock() argument 216 nwamd_object_list_t *object_list = nwamd_get_object_list(type); in nwamd_object_list_unlock() 225 nwamd_object_init(nwam_object_type_t type, cons argument 277 nwamd_object_find(nwam_object_type_t type,const char * name) nwamd_object_find() argument 417 nwamd_object_set_state_timed(nwam_object_type_t type,const char * name,nwam_state_t state,nwam_aux_state_t aux_state,uint32_t when) nwamd_object_set_state_timed() argument 431 nwamd_object_set_state(nwam_object_type_t type,const char * name,nwam_state_t state,nwam_aux_state_t aux_state) nwamd_object_set_state() argument 438 nwamd_object_event_methods(nwam_object_type_t type) nwamd_object_event_methods() argument 450 nwamd_walk_objects(nwam_object_type_t type,int (* cb)(nwamd_object_t,void *),void * data) nwamd_walk_objects() argument [all...] |
/titanic_51/usr/src/uts/sun4v/io/ |
H A D | vsw_phys.c | 80 static int vsw_maccl_open(vsw_t *vswp, vsw_port_t *port, int type); 81 static void vsw_maccl_close(vsw_t *vswp, vsw_port_t *port, int type); 82 static void vsw_mac_multicast_add_all(vsw_t *vswp, vsw_port_t *portp, int type); 84 vsw_port_t *portp, int type); 90 static void vsw_maccl_set_bandwidth(vsw_t *vswp, vsw_port_t *port, int type, 94 static void vsw_notify_cb(void *arg, mac_notify_type_t type); 104 int type); 106 mcst_addr_t *mcst_p, int type); 107 int vsw_mac_client_init(vsw_t *vswp, vsw_port_t *port, int type); 108 void vsw_mac_client_cleanup(vsw_t *vswp, vsw_port_t *port, int type); 140 WRITE_MACCL_ENTER(vswp,port,type) global() argument 144 READ_MACCL_ENTER(vswp,port,type) global() argument 148 RW_MACCL_EXIT(vswp,port,type) global() argument 334 vsw_mac_multicast_add(vsw_t * vswp,vsw_port_t * port,mcst_addr_t * mcst_p,int type) vsw_mac_multicast_add() argument 365 vsw_mac_multicast_remove(vsw_t * vswp,vsw_port_t * port,mcst_addr_t * mcst_p,int type) vsw_mac_multicast_remove() argument 384 vsw_mac_multicast_add_all(vsw_t * vswp,vsw_port_t * portp,int type) vsw_mac_multicast_add_all() argument 427 vsw_mac_multicast_remove_all(vsw_t * vswp,vsw_port_t * portp,int type) vsw_mac_multicast_remove_all() argument 460 vsw_update_bandwidth(vsw_t * vswp,vsw_port_t * port,int type,uint64_t maxbw) vsw_update_bandwidth() argument 477 vsw_mac_client_init(vsw_t * vswp,vsw_port_t * port,int type) vsw_mac_client_init() argument 516 vsw_maccl_open(vsw_t * vswp,vsw_port_t * port,int type) vsw_maccl_open() argument 569 vsw_mac_client_cleanup(vsw_t * vswp,vsw_port_t * port,int type) vsw_mac_client_cleanup() argument 582 vsw_maccl_close(vsw_t * vswp,vsw_port_t * port,int type) vsw_maccl_close() argument 624 vsw_set_hw(vsw_t * vswp,vsw_port_t * port,int type) vsw_set_hw() argument 657 vsw_unset_hw(vsw_t * vswp,vsw_port_t * port,int type) vsw_unset_hw() argument 824 vsw_unset_hw_addr(vsw_t * vswp,vsw_port_t * port,int type) vsw_unset_hw_addr() argument 1341 vsw_notify_cb(void * arg,mac_notify_type_t type) vsw_notify_cb() argument 1385 vsw_maccl_set_bandwidth(vsw_t * vswp,vsw_port_t * port,int type,uint64_t maxbw) vsw_maccl_set_bandwidth() argument [all...] |