Searched defs:type (Results 151 - 175 of 2141) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/common/ctf/
H A Dctf_decl.c32 * In order to implement ctf_type_name(), we must convert a type graph back
33 * into a C type declaration. Unfortunately, a type graph represents a storage
34 * class ordering of the type whereas a type declaration must obey the C rules
36 * For example, consider these CTF type graphs and their C declarations:
43 * walking the type graph links and forming the string from left to right.
45 * The functions in this file build a set of stacks from the type graph nodes
87 ctf_decl_push(ctf_decl_t *cd, ctf_file_t *fp, ctf_id_t type) argument
97 if ((tp = ctf_lookup_by_id(&fp, type))
[all...]
/illumos-gate/usr/src/common/net/wanboot/crypt/
H A Dcbc_test.c63 cbctest(int type) argument
73 switch (type) {
87 (void) printf("Illegal encryption type\n");
98 switch (type) {
121 (void) printf("Illegal encryption type\n");
151 switch (type) {
162 (void) printf("Illegal encryption type\n");
/illumos-gate/usr/src/head/
H A Dwctype.h88 unsigned int *type; /* class type */ member in struct:_wctype
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DHost.java130 public synchronized static String getNisHost(String type) argument
133 Debug.message("SVR: Host.getNisHost() " + type);
139 if (type.equals("master")) {
147 if ((exitvalue != 0) && (type.equals("master"))) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dlook_up.c140 char type; member in struct:ctl_response_runrise
157 rsp.type = swaprsp.type;
168 char type; member in struct:ctl_response_sun3
187 rsp.type = swaprsp.type;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.h70 int type; /* ICMP type */ member in struct:icmptype_table
91 extern boolean_t settos; /* set type-of-service (IPv4 only) */
/illumos-gate/usr/src/cmd/format/
H A Dmain.c86 struct disk_type *type, *oldtype; local
208 * A disk type was forced on the command line.
215 err_print("Must specify disk as well as type.\n");
220 * Find the specified type in the list of legal types
223 for (type = disk->disk_ctlr->ctlr_ctype->ctype_dlist;
224 type != NULL; type = type->dtype_next)
225 if (strcmp(option_t, type->dtype_asciilabel) == 0)
230 if (type
[all...]
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_clntout.c122 proc->args.decls->decl.type, 1);
150 proc->args.decls->decl.type, 1);
158 } else if (streq(proc->args.decls->decl.type, "void")) {
221 ampr(char *type) argument
223 if (isvectordef(type, REL_ALIAS)) {
261 (streq(proc->args.decls->decl.type, "void"))) {
321 stringfix(proc->args.decls->decl.type),
336 stringfix(proc->args.decls->decl.type),
368 (streq(proc->args.decls->decl.type, "void"))) {
416 stringfix(proc->args.decls->decl.type),
[all...]
/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dparse.h47 keyword_type type; member in struct:keyword_table
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dipc_action.c234 * dhcp_data_type_t: the type of the payload in the reply
243 send_data_reply(ipc_action_t *ia, int error, dhcp_data_type_t type, argument
253 type);
/illumos-gate/usr/src/cmd/hal/hald/
H A Dutil_pm.c52 * @param type The battery type recieved from the hardware
57 util_get_battery_technology (const char *type) argument
59 if (type == NULL) {
63 if (strcasecmp (type, "li-ion") == 0 ||
64 strcasecmp (type, "lion") == 0) {
67 if (strcasecmp (type, "pb") == 0 ||
68 strcasecmp (type, "pbac") == 0) {
71 if (strcasecmp (type, "lip") == 0) {
74 if (strcasecmp (type, "nim
[all...]
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal_get_property.c87 int type; local
189 type = libhal_device_get_property_type (hal_ctx, udi, key, &error);
190 if (type == LIBHAL_PROPERTY_TYPE_INVALID) {
200 switch (type) {
251 printf ("Unknown type %d='%c'\n", type, type);
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dwksids.c219 * specified type.
225 find_wksid_by_name(const char *name, const char *domain, idmap_id_type type) argument
236 /* Check to see if this entry yields the desired type */
237 switch (type) {
282 * Find a wksid entry for the specified SID, of the specified type.
288 find_wksid_by_sid(const char *sid, int rid, idmap_id_type type) argument
301 /* Check to see if this entry yields the desired type */
302 switch (type) {
343 * Find a wksid entry for the specified pid, of the specified type.
/illumos-gate/usr/src/cmd/sh/
H A Dbltin.c46 builtin(int type, int argc, unsigned char **argv, struct trenod *t) argument
48 short index = initio(t->treio, (type != SYSEXEC));
51 switch (type)
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_pubtypes.c94 Dwarf_Global type = (Dwarf_Global) type_in; local
95 if (type == NULL) {
99 *ret_name = (char *) (type->gl_name);
109 Dwarf_Global type = (Dwarf_Global) type_in; local
111 return dwarf_global_die_offset(type, ret_offset, error);
119 Dwarf_Global type = (Dwarf_Global) type_in; local
121 return dwarf_global_cu_offset(type, ret_offset, error);
133 Dwarf_Global type = (Dwarf_Global) type_in; local
135 return dwarf_global_name_offsets(type,
H A Ddwarf_types.c57 (Dwarf_Global **) types, /* type punning, Dwarf_Type is
58 never a completed type */
87 Dwarf_Global type = (Dwarf_Global) type_in; local
89 if (type == NULL) {
94 *ret_name = (char *) (type->gl_name);
103 Dwarf_Global type = (Dwarf_Global) type_in; local
105 return dwarf_global_die_offset(type, ret_offset, error);
113 Dwarf_Global type = (Dwarf_Global) type_in; local
115 return dwarf_global_cu_offset(type, ret_offset, error);
125 Dwarf_Global type local
[all...]
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_parse.y92 member : advice type declarator SEMI
150 type : BASIC_TYPE label
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_session.c123 crypto_user_type_t type, char *pin, ulong_t len, crypto_call_req_t *crq)
143 type, pin, len, KCF_SWFP_RHNDL(crq));
147 NULL, sid, type, pin, len, real_provider);
122 crypto_session_login(crypto_provider_t provider, crypto_session_id_t sid, crypto_user_type_t type, char *pin, ulong_t len, crypto_call_req_t *crq) argument
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_sdp.c74 socksdp_create(struct sockparams *sp, int family, int type, int protocol, argument
80 dprint(4, ("Inside sosdp_create: domain:%d proto:%d type:%d",
81 family, protocol, type));
95 * We only support one type of SDP socket. Let sotpi_create()
99 !(type == SOCK_STREAM)) {
110 sonode_init(so, sp, family, type, protocol, &sosdp_sonodeops);
113 dprint(2, ("sosdp_create: %p domain %d type %d\n", (void *)so, family,
114 type));
/illumos-gate/usr/src/lib/sun_fc/common/
H A DAdapterPortEvent.h39 * event of this type will be sent to registered
52 wwn(myWwn), type(myType), affectedID(myID) { }
54 EVENT_TYPE getType() { return (type); }
60 EVENT_TYPE type; member in class:AdapterPortEvent
H A DLinkEvent.h36 * event of this type will be sent to registered
46 wwn(myWwn), buf(myBuf), size(mySize), type(myType) { }
50 EVENT_TYPE getType() { return (type); }
56 EVENT_TYPE type; member in class:LinkEvent
/illumos-gate/usr/src/uts/common/xen/public/
H A Dcallback.h50 * feature is enabled. Do not use this callback type in new code.
85 uint16_t type; member in struct:callback_register
100 uint16_t type; member in struct:callback_unregister
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_targetparam.c224 iscsi_targetparam_lock_list(krw_t type) { argument
225 rw_enter(&(iscsi_targets.target_list_lock), type);
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_krcvudat.c46 * On sucess, type is set to:
72 t_krcvudata(TIUSER *tiptr, struct t_kunitdata *unitdata, int *type, int *uderr) argument
87 if (type == NULL || uderr == NULL)
116 switch (pptr->type) {
229 *type = T_DATA;
279 *type = T_UDERR;
285 pptr->type);
299 KTLILOG(1, "t_krcvudata: unknown message type %x\n",
/illumos-gate/usr/src/uts/common/sys/
H A Desunddi.h92 e_ddi_getprop(dev_t dev, vtype_t type, char *name, int flags, int defaultval);
95 e_ddi_getprop_int64(dev_t dev, vtype_t type, char *name,
99 e_ddi_getproplen(dev_t dev, vtype_t type, char *name, int flags, int *lengthp);
102 e_ddi_getlongprop(dev_t dev, vtype_t type, char *name, int flags,
106 e_ddi_getlongprop_buf(dev_t dev, vtype_t type, char *name, int flags,
226 int type; member in struct:devi_branch

Completed in 124 milliseconds

1234567891011>>