Searched defs:type (Results 301 - 325 of 2141) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/print/libipp-core/common/
H A Dwrite.c43 papi_attribute_to_ipp_type(papi_attribute_value_type_t type) argument
45 switch (type) {
121 int8_t type; local
128 if ((type = name_to_ipp_type(name)) == 0)
129 type = papi_attribute_to_ipp_type(attribute->type);
132 if ((status = papi_ipp_type_match(attribute->type, type)) != PAPI_OK)
138 type = VTAG_UNSUPPORTED;
139 if (iwrite(fd, &type,
319 ipp_write_attribute_group(ipp_writer_t iwrite, void *fd, int8_t type, papi_attribute_t **attributes) argument
[all...]
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-misc.c126 lpd_open(service_t *svc, char type, char **args, int timeout) argument
153 snprintf(buf, sizeof (buf), "-%c", type);
/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_enclosure_ctl.c321 uint64_t type; local
323 VERIFY(nvlist_lookup_uint64(props, SES_PROP_ELEMENT_TYPE, &type) == 0);
325 if (type == SES_ET_ENCLOSURE &&
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_mptsas/
H A Dfac_prov_mptsas.c125 uint32_t type, ledmode = 0; local
144 &type, &err) != 0) {
149 switch (type) {
160 topo_mod_dprintf(mod, "%s: Invalid LED type: 0x%x\n", __func__,
161 type);
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/hostbridge/
H A Dhb_mdesc.c173 uint32_t type = 0; local
182 (void) ldom_get_type(lhp, &type);
183 if ((type & LDOM_TYPE_CONTROL) != 0) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dccbase.c133 * Register a new credentials cache type
134 * If override is set, replace any existing ccache with that type tag
172 * The name is currently constrained to be of the form "type:residual";
174 * The "type" portion corresponds to one of the predefined credential
176 * particular cache type.
270 * Generate a new unique ccache, given a ccache type and a hint
276 const char *type,
285 err = krb5int_cc_getops(context, type, &ops);
274 krb5_cc_new_unique( krb5_context context, const char *type, const char *hint, krb5_ccache *id) argument
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_base.c91 for (t = typehead;t && strcmp(t->ops->type,ops->type);t = t->next)
111 char *type)
118 for (t = typehead;t && strcmp(t->ops->type,type);t = t->next)
133 return id->ops->type;
182 char *type; local
191 if (!(type = malloc(diff + 1)))
193 (void) strncpy(type, string_name, diff);
194 type[residua
110 krb5_rc_resolve_type(krb5_context context, krb5_rcache *id, char *type) argument
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_newmsg.c157 ns_nname_ct name, ns_type type,
184 NS_PUT16(type, t);
188 if (rdcpy(handle, type, rdata, rdlen) < 0)
220 rdcpy(ns_newmsg *handle, ns_type type, const u_char *rdata, size_t rdlen) { argument
227 switch (type) {
156 ns_newmsg_rr(ns_newmsg *handle, ns_sect sect, ns_nname_ct name, ns_type type, ns_class rr_class, u_int32_t ttl, u_int16_t rdlen, const u_char *rdata) argument
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkquery.c119 int class, int type, /*!< class and type of query */
136 _res_opcodes[op], dname, p_class(class), p_type(type));
180 ns_put16(type, cp);
215 ns_put16(type, cp);
116 res_nmkquery(res_state statp, int op, const char *dname, int class, int type, const u_char *data, int datalen, const u_char *newrr_in, u_char *buf, int buflen) argument
/illumos-gate/usr/src/lib/libresolv2/common/sunw/
H A Dsunw_updrec.c218 res_mkupdrec(int section, const char *dname, uint_t class, uint_t type, argument
224 n = __ISC_res_mkupdrec(section, dname, class, type, ttl);
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dulimit.h166 unsigned char type; member in struct:Limit_s
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dtrestore.c45 #define getnode(s,type) ((Shnode_t*)stkalloc((s),sizeof(struct type)))
60 register int type; local
64 type = l;
65 switch(type&COMMSK)
74 t->tre.tretyp = type;
115 if(type&FLINENO)
124 if(type&FLINENO)
127 if(type&COMSCAN)
163 if((type
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceURL.java143 * @return The service type name.
152 * Set service type and naming authority if this is not a service: URL.
154 * @param type The new ServiceType object.
155 * @exception IllegalArgumentException If the service type name or
159 public void setServiceType(ServiceType type) { argument
161 serviceType = type;
309 // First token must be service type name.
317 // type name.
324 // Create service type, remove trailing colon.
331 // Separator between service type nam
[all...]
H A DUARequester.java95 * the service type names.
146 * @param type The type of the service (e.g. printer, etc.).
158 findServices(ServiceType type, Vector scopes, String query) argument
161 Assert.nonNullParameter(type, "type");
168 type,
170 type,
317 * service type in the locale of the Locator.
319 * @param type Th
340 findAttributes(ServiceType type, Vector scopes, Vector attributeIds) argument
411 createMessages(int msgType, Object t1, Object t2, ServiceType type, Vector scopes) argument
[all...]
/illumos-gate/usr/src/lib/libcontract/common/
H A Dlibcontract_priv.c84 contract_open(ctid_t ctid, const char *type, const char *file, int oflag) argument
91 if (type == NULL)
92 type = "all";
94 n = snprintf(path, PATH_MAX, CTFS_ROOT "/%s/%ld/%s", type, ctid, file);
146 ct_typeid_t type; local
149 type = info->event.ctev_cttype;
150 types[type].type_event(file, hdl, verbose);
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dcontroller.c44 controller_get_assoc_descriptors(descriptor_t *desc, dm_desc_type_t type, argument
47 switch (type) {
H A Dpath.c44 path_get_assoc_descriptors(descriptor_t *desc, dm_desc_type_t type, int *errp) argument
46 switch (type) {
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_xlator.c48 dt_xlator_create_member(const char *name, ctf_id_t type, ulong_t off, void *arg) argument
74 dt_node_type_assign(enp, dxp->dx_dst_ctfp, type, B_FALSE);
78 * appropriate name, output type, and member expression set to 'enp'.
88 dt_node_type_assign(mnp, dxp->dx_dst_ctfp, type, B_FALSE);
201 * create member nodes for every member of the output type. Otherwise
278 * Translators are always defined using a struct or union type, so if
279 * we are attempting to translate to type "T *", we internally look
280 * for a translation to type "T" by following the pointer reference.
294 * translation from the exact source type to the resolved destination.
295 * Second, we look for a translation from the resolved source type t
361 dt_xlator_ident(dt_xlator_t *dxp, ctf_file_t *ctfp, ctf_id_t type) argument
[all...]
/illumos-gate/usr/src/lib/libfruutils/
H A Dfru_tag.h45 unsigned type : 1; member in struct:__anon3266::__anon3267
50 unsigned type : 2; member in struct:__anon3266::__anon3268
55 unsigned type : 3; member in struct:__anon3266::__anon3269
60 unsigned type : 4; member in struct:__anon3266::__anon3270
65 unsigned type : 5; member in struct:__anon3266::__anon3271
70 unsigned type : 6; member in struct:__anon3266::__anon3272
75 unsigned type : 7; member in struct:__anon3266::__anon3273
85 unsigned type : 1; member in struct:__anon3274::__anon3275
90 unsigned type : 2; member in struct:__anon3274::__anon3276
95 unsigned type member in struct:__anon3274::__anon3277
100 unsigned type : 4; member in struct:__anon3274::__anon3278
105 unsigned type : 5; member in struct:__anon3274::__anon3279
110 unsigned type : 6; member in struct:__anon3274::__anon3280
115 unsigned type : 7; member in struct:__anon3274::__anon3281
[all...]
/illumos-gate/usr/src/lib/libstmf/common/
H A Dlibstmf_impl.h36 uint16_t type; member in struct:_luResourceImpl
/illumos-gate/usr/src/lib/libwanbootutil/common/
H A Dkey_util.c117 wbku_keyattr_init(wbku_key_attr_t *attr, wbku_key_type_t type, uint_t atype, argument
121 attr->ka_type = type;
133 * This routine is used to build a key attribute structure of the type
136 * specific key type.
182 * initialized by the caller) for the key of type 'ka'. The search is further
187 * - Check for the existence of key of type foo.
188 * - Get the value for the key of type foo.
189 * - Return the file position of the key of type foo.
342 * another, omitting the key of the type defined by 'ka'.
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwgetn_ws.c65 int type; member in struct:t_key_entry
105 int type; local
160 type = wget_wch(fld_window, &fld_key);
162 for (k = key_table; k->type != ERR; ++k)
163 if (k->type == type && k->code == fld_key)
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dscratchops.c70 lock_op(int fd, int type) argument
74 lock.l_type = type;
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_glob.c66 __local_addUpdate(log_entry_t type, char *name, int numAttr, nis_attr *attr, argument
H A Dldap_structs.h57 * Holds multiple values of the specified type.
60 __nis_value_type_t type; member in struct:__anon3621

Completed in 94 milliseconds

<<11121314151617181920>>