Searched refs:type (Results 476 - 500 of 3417) sorted by relevance

<<11121314151617181920>>

/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...]
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dsetvbuf.c43 setvbuf(FILE *iop, char *abuf, int type, size_t size) argument
54 switch (type) {
55 /* note that the flags are the same as the possible values for type */
79 iop->_flag |= type; /* buffer file */
/illumos-gate/usr/src/cmd/eqn/
H A Dmatrix.c20 column(int type, int p1) argument
26 printf(".\t%d column of", type);
31 lp[ct++] = type;
/illumos-gate/usr/src/cmd/sendmail/db/lock/
H A Dlock_util.c44 if (lock_obj->type != DB_LOCK_OBJTYPE)
62 if (lock_obj->type != DB_LOCK_LOCKER)
129 if (lock_obj->type == DB_LOCK_LOCKER) {
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Dutil.c140 num_tokens, type)
145 int type;
155 local_entry = chk_entry->princ->data[type].data;
/illumos-gate/usr/src/uts/common/netinet/
H A Dicmp6.h46 uint8_t icmp6_type; /* type field */
50 uint32_t icmp6_un_data32[1]; /* type-specific field */
51 uint16_t icmp6_un_data16[2]; /* type-specific field */
52 uint8_t icmp6_un_data8[4]; /* type-specific field */
120 uint8_t mld2mar_type; /* type of record */
432 * ICMPv6 type filtering for IPPROTO_ICMPV6 ICMP6_FILTER socket option
462 /* Pass messages of a given type to the application */
463 #define ICMP6_FILTER_SETPASS(type, filterp) \
464 ((((filterp)->__icmp6_filt[(type) >> 5]) |= (1 << ((type)
[all...]
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dsfio_t.h65 #define SFNEW(data,size,file,type,disc,mutex) \
71 (unsigned short)((type)&SF_FLAGS), /* flags */ \
81 (unsigned int)(((type)&(SF_RDWR))|SF_INIT), /* mode */ \
/illumos-gate/usr/src/lib/libast/common/include/
H A Dsfio_t.h65 #define SFNEW(data,size,file,type,disc,mutex) \
71 (unsigned short)((type)&SF_FLAGS), /* flags */ \
81 (unsigned int)(((type)&(SF_RDWR))|SF_INIT), /* mode */ \
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dsfio_t.h65 #define SFNEW(data,size,file,type,disc,mutex) \
71 (unsigned short)((type)&SF_FLAGS), /* flags */ \
81 (unsigned int)(((type)&(SF_RDWR))|SF_INIT), /* mode */ \
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dsfio_t.h65 #define SFNEW(data,size,file,type,disc,mutex) \
71 (unsigned short)((type)&SF_FLAGS), /* flags */ \
81 (unsigned int)(((type)&(SF_RDWR))|SF_INIT), /* mode */ \
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio_t.h65 #define SFNEW(data,size,file,type,disc,mutex) \
71 (unsigned short)((type)&SF_FLAGS), /* flags */ \
81 (unsigned int)(((type)&(SF_RDWR))|SF_INIT), /* mode */ \
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_pwheel.c154 char type; local
166 while ((type = *list++) != '\0') switch(type) {
/illumos-gate/usr/src/boot/sys/amd64/include/pc/
H A Dbios.h51 u_int32_t type; member in struct:bios_smap
58 u_int32_t type; member in struct:bios_smap_xattr
89 uint8_t type; member in struct:smbios_structure_header
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dtsol_getrhent.c101 (argp->key.hostaddr.type != AF_INET &&
102 argp->key.hostaddr.type != AF_INET6))
106 if (argp->key.hostaddr.type == AF_INET)
115 if (argp->key.hostaddr.type == AF_INET6)
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dattribute.c52 papiAttributeValueFree(papi_attribute_value_type_t type, argument
56 switch (type) {
80 papiAttributeValuesFree(papi_attribute_value_type_t type, argument
87 papiAttributeValueFree(type, values[i]);
100 papiAttributeValuesFree(attribute->type,
134 PAPI_ATTR_APPEND, a->name, a->type,
144 a->name, a->type,
158 papiAttributeValueDup(papi_attribute_value_type_t type, argument
164 switch (type) {
196 default: /* unknown type, fai
206 papiAttributeAlloc(char *name, papi_attribute_value_type_t type) argument
219 papiAttributeListAppendValue(papi_attribute_value_t ***values, papi_attribute_value_type_t type, papi_attribute_value_t *value) argument
240 papiAttributeListAddValue(papi_attribute_t ***list, int flgs, char *name, papi_attribute_value_type_t type, papi_attribute_value_t *value) argument
437 papiAttributeListGetValue(papi_attribute_t **list, void **iter, char *name, papi_attribute_value_type_t type, papi_attribute_value_t **value) argument
646 papi_attribute_value_type_t type; member in struct:__anon4307
685 _add_attribute_value(papi_attribute_value_t ***list, papi_attribute_value_type_t type, papi_attribute_value_type_t dtype, char **parts) argument
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dpbkdf2.c70 tmpl[attrs].type = CKA_CLASS;
79 tmpl[attrs].type = CKA_KEY_TYPE;
94 tmpl[attrs].type = CKA_VALUE_LEN;
121 tmpl[0].type = CKA_VALUE;
/illumos-gate/usr/src/lib/libcontract/common/
H A Dprocess_dump.c49 uint_t type; local
53 type = ct_event_get_type(ev);
59 switch (type) {
90 switch (type) {
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dpartition.h43 dm_desc_type_t type, int *errp);
/illumos-gate/usr/src/lib/libsocket/common/
H A Dllib-lsocket71 int socket(int domain, int type, int protocol);
72 int _socket(int domain, int type, int protocol);
73 int _socket_bsd(int family, int type, int protocol);
74 int __xnet_socket(int family, int type, int protocol);
77 int socketpair(int domain, int type, int protocol, int sv[]);
78 int _socketpair(int domain, int type, int protocol, int *sv);
79 int _socketpair_bsd(int domain, int type, int protocol, int *sv);
80 int __xnet_socketpair(int domain, int type, int protocol, int *sv);
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_structs.h57 * Holds multiple values of the specified type.
60 __nis_value_type_t type; member in struct:__anon3621
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging_p.h38 log_channel_type type; member in struct:log_channel
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_rexecd.c96 uint32_t addr[4], type; local
109 rc = aug_get_machine(mach, addr, &type);
114 info.ai_termid.at_type = type;
143 uint32_t addr[4], type; local
180 rc = aug_get_machine(hostname, addr, &type);
190 tid.at_type = type;
254 uint32_t addr[4], type; local
291 rc = aug_get_machine(hostname, addr, &type);
301 tid.at_type = type;
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Duname.s37 pushl $UNAME / type
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetisax.c36 extern long ___getauxval(int type);
/illumos-gate/usr/src/common/zfs/
H A Dzfs_deleg.h81 void zfs_deleg_whokey(char *attr, zfs_deleg_who_type_t type,

Completed in 166 milliseconds

<<11121314151617181920>>