Searched defs:type (Results 326 - 350 of 2141) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dline.c99 * type -> type
102 * type is unused, but needed for compatibility
109 fixline(int tty, int spwant, int type) argument
H A Dstoa.c146 * for type.
152 dobase(char *s, char *buf, int type) argument
158 for (end = s; *end && ((type == OCT) ? isodigit(*end) :
178 if (type == OCT) {
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgethostent.c75 gethostbyaddr(const void *addr, socklen_t len, int type) argument
80 if (type == AF_INET6)
81 return (getipnodebyaddr(addr, len, type, &h_errno));
85 return (gethostbyaddr_r(addr, len, type,
/illumos-gate/usr/src/lib/libpcp/common/
H A Dpcp_utils.c330 platsvc_name_to_path(char *svc_or_path, pcp_xport_t *type) argument
343 *type = VLDC_STREAMING;
350 *type = GLVC_NON_STREAM;
/illumos-gate/usr/src/lib/libpp/common/
H A Dppexpr.c46 register int type; local
56 type = pplex();
59 switch (type)
89 else c = ppsearch(file, type, SEARCH_EXISTS) >= 0;
158 register int type; local
185 type = pppredargs();
187 switch (type)
193 unlex(type);
220 if (type != T_ID) error(1, "%s: identifier argument expected", pred);
224 if (pp.hosted == 1 && pp.in->prev->type
[all...]
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dlibdevinfo_sun4u.c77 char *name, *type, *model, *compatible_array; local
99 type = get_node_type(pnode);
100 if (type == NULL)
101 type = "";
120 else if ((strcmp(type, "cpu") == 0) &&
129 if (type != NULL)
130 printf("type=%s\n", type);
142 D_PRINTF("ADDED BOARD name=%s type=%s model=%s "
143 "portid =%d\n", name, type, mode
[all...]
H A Dpdevinfo_sun4v.c153 char *type; local
182 type = get_node_type(pnode);
188 if (type != NULL)
189 printf("type=%s ", type);
194 if (type == NULL)
195 type = "";
201 printf("ADDED BOARD name=%s type=%s compatible=%s\n",
202 name, type, compatible);
204 } else if (strcmp(type, "cp
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetnetent.c87 getnetbyaddr(unsigned long net, int type) { argument
90 return (getnetbyaddr_p(net, type, net_data));
146 getnetbyaddr_p(unsigned long net, int type, struct net_data *net_data) { argument
154 if (type == net_data->nw_last->n_addrtype &&
H A Dlcl_nw.c166 nw_byaddr(struct irs_nw *this, void *net, int length, int type) { argument
174 if (p->n_addrtype == type && p->n_length == length)
181 nw_byname(struct irs_nw *this, const char *name, int type) { argument
191 p->n_addrtype == type)
195 (p->n_addrtype == type))
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dcancel.c87 * the type of cancellation is ASYNCHRONOUS, and a cancel request
144 * pthread_setcanceltype: sets the type DEFERRED or ASYNCHRONOUS
145 * If the type is being set as ASYNC, then it becomes
149 pthread_setcanceltype(int type, int *oldtype) argument
162 switch (type) {
H A Dsema.c47 sema_init(sema_t *sp, unsigned int count, int type, void *arg) argument
51 if ((type != USYNC_THREAD && type != USYNC_PROCESS) ||
56 sp->type = (uint16_t)type;
117 if (lsp->type == USYNC_PROCESS) { /* kernel-level */
244 if (lsp->type == USYNC_PROCESS) { /* kernel-level */
311 if (lsp->type == USYNC_PROCESS) { /* kernel-level */
/illumos-gate/usr/src/lib/libcmd/common/
H A Dfds.c178 int type; local
260 type = 0;
263 len = sizeof(type);
264 if (getsockopt(i, SOL_SOCKET, SO_TYPE, (void*)&type, (void*)&len))
265 type = -1;
275 switch (type)
322 for (type = 0; family[type].name && family[type].value != addr.sin_family; type
[all...]
/illumos-gate/usr/src/lib/libidmap/common/
H A Ddirectory_helper.c55 char *type,
85 de = directory_get_v(d1, &ret_list, &name, 1, type, attrs);
52 directory_sid_from_name_common( directory_t d, char *name, char *type, char **sid, uint64_t *classes) argument
H A Didmap_impl.h88 int type; member in struct:idmap_iter
/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_util.c157 ipmi_sensor_type_name(uint8_t type, char *buf, size_t len) argument
162 if (ntp->int_value == type) {
168 (void) snprintf(buf, len, "0x%02x", type);
172 ipmi_sensor_units_name(uint8_t type, char *buf, size_t len) argument
177 if (ntp->int_value == type) {
183 (void) snprintf(buf, len, "0x%02x", type);
237 * sensor data records. If the type is 6-bit packed ASCII, then it converts
242 ipmi_decode_string(uint8_t type, uint8_t len, char *data, char *buf) argument
252 * If the type is 8-bit ASCII, we can simply copy the string and return
254 if (type
[all...]
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_libssl_setup.c268 solaris_locking_callback(int mode, int type, char *file, int line) argument
271 (void) mutex_lock(&(lock_cs[type]));
272 lock_count[type]++;
274 (void) mutex_unlock(&(lock_cs[type]));
/illumos-gate/usr/src/lib/libm/common/C/
H A D_SVID_error.c123 _SVID_libm_err(double x, double y, int type) { argument
137 switch (type) {
140 exc.type = DOMAIN;
155 exc.type = DOMAIN;
172 exc.type = DOMAIN;
188 exc.type = OVERFLOW;
202 exc.type = OVERFLOW;
216 exc.type = OVERFLOW;
230 exc.type = UNDERFLOW;
241 exc.type
[all...]
/illumos-gate/usr/src/common/crypto/aes/
H A Daes_impl.h121 int type; /* key schedule size (32 or 64 bits) */ member in struct:aes_key
/illumos-gate/usr/src/common/ctf/
H A Dctf_lookup.c69 * Attempt to convert the given C type name into the corresponding CTF type ID.
70 * It is not possible to do complete and proper conversion of type names
86 ctf_id_t type = 0; local
104 * Find a pointer to type by looking in fp->ctf_ptrtab.
105 * If we can't find a pointer to the given type, see if
106 * we can compute a pointer to the type resulting from
107 * resolving the type down to its base type and use
112 ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)];
182 ctf_id_t type; local
216 ctf_lookup_by_id(ctf_file_t **fpp, ctf_id_t type) argument
[all...]
/illumos-gate/usr/src/common/iscsi/
H A Dutils.c146 parse_addr_port_tpgt(char *in, char **addr, int *type, char **port, char **tpgt) argument
166 *type = AF_INET6;
174 *type = AF_INET;
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Ddev.h51 int type; /* Type of device I am probing for */ member in struct:dev
55 int type_index; /* Index of this device (within type) */
H A Dnfs.h44 uint32_t type; member in struct:rpc_t::__anon2093::__anon2094
53 uint32_t type; member in struct:rpc_t::__anon2093::__anon2095
H A Dpnic.c159 unsigned int type, /* Type */
163 unsigned int nstype = htons ( type );
261 .type = NIC_DRIVER,
156 pnic_transmit( struct nic *nic, const char *dest, unsigned int type, unsigned int size, const char *data) argument
/illumos-gate/usr/src/head/
H A Dnss_netdir.h101 int type; member in struct:nss_netdirbyaddr_in::__anon2313::__anon2314::__anon2315
/illumos-gate/usr/src/lib/brand/shared/librtld_db/common/
H A Dbrand_librtld_db.c136 brand_ldb_getauxval32(struct ps_prochandle *php, int type) argument
144 if (auxvp->a_type == type)

Completed in 92 milliseconds

<<11121314151617181920>>