Searched refs:type (Results 26 - 50 of 3417) sorted by relevance

1234567891011>>

/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/krb5/plugins/preauth/pkinit/
H A Dpkinit_accessor.c34 #define DEF_FUNC_PTRS(type) \
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) \
39 krb5_error_code (*k5int_encode_##type)(const type **, krb5_data **); \
40 krb5_error_code (*k5int_decode_##type)(const krb5_data *, type ***)
[all...]
H A Dpkinit_accessor.h39 #define DEF_EXT_FUNC_PTRS(type) \
40 extern krb5_error_code (*k5int_encode_##type)(const type *, krb5_data **); \
41 extern krb5_error_code (*k5int_decode_##type)(const krb5_data *, type **)
43 #define DEF_EXT_FUNC_PTRS_ARRAY(type) \
44 extern krb5_error_code (*k5int_encode_##type)(const type **, krb5_data **); \
45 extern krb5_error_code (*k5int_decode_##type)(const krb5_data *, type ***)
[all...]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dtgetwch.c48 int c, n, type, width; local
57 type = TYPE(c);
58 width = cswidth[type] - ((type == 1 || type == 2) ? 0 : 1);
H A Dwgetwch.c45 int c, n, type, width; local
56 type = TYPE(c);
57 width = cswidth[type] - ((type == 1 || type == 2) ? 0 : 1);
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dgetnattype.c23 * Get a nat filter type given its kernel address.
32 int type; local
37 type = nat->nat_redir;
42 type = ipnatbuff.in_redir;
45 switch (type)
60 sprintf(unknownbuf, "unknown(%04x)", type & 0xffffffff);
/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dsetvbuf.c27 setvbuf(Sfio_t* f, char* buf, int type, size_t size) argument
29 STDIO_INT(f, "setvbuf", int, (Sfio_t*, char*, int, size_t), (f, buf, type, size))
31 if (type == _IOLBF)
35 else if (type == _IONBF)
40 else if (type == _IOFBF)
/illumos-gate/usr/src/lib/libsocket/socket/
H A Dsocketpair.c59 _socketpair(int family, int type, int protocol, int sv[2]) argument
61 return (_socketpair_create(family, type, protocol, sv, SOV_DEFAULT));
68 _socketpair_bsd(int family, int type, int protocol, int sv[2]) argument
70 return (_socketpair_create(family, type, protocol, sv, SOV_SOCKBSD));
74 _socketpair_svr4(int family, int type, int protocol, int sv[2]) argument
76 return (_socketpair_create(family, type, protocol, sv,
81 __xnet_socketpair(int family, int type, int protocol, int sv[2]) argument
83 return (_socketpair_create(family, type, protocol, sv,
88 _socketpair_create(int family, int type, int protocol, int sv[2], int version) argument
97 fd1 = _socket_create(family, type, protoco
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dppline.c34 static char type[5]; local
45 type[1] = PP_sync_ignore;
51 type[1] = ((pp.flags & PP_linetype) && !*pp.lineid && pp.lastfile) ? (line <= 1 ? (file == pp.firstfile ? PP_sync : PP_sync_push) : PP_sync_pop) : PP_sync;
58 type[1] = PP_sync;
60 if (!(pp.flags & PP_linetype) || *pp.lineid || type[1] == PP_sync)
61 type[0] = 0;
64 type[0] = ' ';
67 type[2] = ' ';
68 type[3] = PP_sync_hosted;
71 type[
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dpci_intr_lib.h39 extern int pci_msi_get_cap(dev_info_t *rdip, int type, int *flagsp);
40 extern int pci_msi_configure(dev_info_t *rdip, int type, int count,
42 extern int pci_msi_unconfigure(dev_info_t *rdip, int type, int inum);
43 extern int pci_is_msi_enabled(dev_info_t *rdip, int type);
44 extern int pci_msi_enable_mode(dev_info_t *rdip, int type);
45 extern int pci_msi_disable_mode(dev_info_t *rdip, int type);
46 extern int pci_msi_set_mask(dev_info_t *rdip, int type, int inum);
47 extern int pci_msi_clr_mask(dev_info_t *rdip, int type, int inum);
48 extern int pci_msi_get_pending(dev_info_t *rdip, int type, int inum,
50 extern int pci_msi_get_nintrs(dev_info_t *rdip, int type, in
[all...]
H A Dva_impl.h57 * the macro __va_arg(list, type) getting the current arg and iterating
64 * the type __va_alist_type for the variable list pseudo parameter
65 * the type __va_list defining the type of the variable list iterator
114 #define __va_arg(list, type) ((type *)(list))[0]
127 #define __va_arg(list, type) \
128 ((type *)__builtin_va_arg_incr(list, (type *)0))[0]
136 #define __va_arg(list, type) \
[all...]
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_nvram.c40 sfxge_nvram_rw(sfxge_t *sp, sfxge_nvram_ioc_t *snip, efx_nvram_type_t type, argument
51 if ((rc = efx_nvram_rw_start(enp, type, &chunk_size)) != 0)
59 if ((rc = op(enp, type, snip->sni_offset + off, buf, len)) != 0)
66 efx_nvram_rw_finish(enp, type);
71 efx_nvram_rw_finish(enp, type);
79 sfxge_nvram_erase(sfxge_t *sp, sfxge_nvram_ioc_t *snip, efx_nvram_type_t type) argument
86 if ((rc = efx_nvram_rw_start(enp, type, &chunk_size)) != 0)
89 if ((rc = efx_nvram_erase(enp, type)) != 0)
92 efx_nvram_rw_finish(enp, type);
97 efx_nvram_rw_finish(enp, type);
107 efx_nvram_type_t type; local
[all...]
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfraise.c30 static int _sfraiseall(int type, Void_t* data) argument
32 static int _sfraiseall(type, data)
33 int type; /* type of event */
49 if(sfraise(f, type, data) < 0)
57 int sfraise(Sfio_t* f, int type, Void_t* data) argument
59 int sfraise(f, type, data)
61 int type; /* type of event */
70 return _sfraiseall(type,dat
[all...]
H A Dsfwalk.c30 int sfwalk(Sfwalk_f walkf, Void_t* data, int type) argument
32 int sfwalk(walkf, data, type)
35 int type; /* walk streams with all given flags */
54 if(type != 0 && (f->_flags&type) != type )
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_shash.h21 * type: the structure type of the elements that are linked in each bucket.
22 * field: the name of the field by which the "type" structures are linked.
26 * hash_func: the hash function that operates on elements of the type of elt
27 * cmp_func: compare elements of the type of elt with those in the table (of
28 * type "type").
33 #define HASHLOOKUP(begin, type, field, elt, r, n, hash, cmp) do { \
39 for (r = SH_TAILQ_FIRST(__bucket, type); \
40 r != NULL; r = SH_TAILQ_NEXT(r, field, type)) \
[all...]
H A Dshqueue.h27 * the normal macros, although the macro calls require an additional type
55 #define SH_LIST_FIRSTP(head, type) \
56 ((struct type *)(((u_int8_t *)(head)) + (head)->slh_first))
58 #define SH_LIST_FIRST(head, type) \
60 ((struct type *)(((u_int8_t *)(head)) + (head)->slh_first)))
62 #define SH_LIST_NEXTP(elm, field, type) \
63 ((struct type *)(((u_int8_t *)(elm)) + (elm)->field.sle_next))
65 #define SH_LIST_NEXT(elm, field, type) \
67 ((struct type *)(((u_int8_t *)(elm)) + (elm)->field.sle_next)))
87 #define SH_LIST_INSERT_AFTER(listelm, elm, field, type) d
[all...]
/illumos-gate/usr/src/lib/libast/common/cdt/
H A Ddtrestore.c40 reg int type; local
43 type = dt->data->type&DT_FLATTEN;
45 { if(!type)
52 type = 0;
54 dt->data->type &= ~DT_FLATTEN;
56 if(dt->data->type&(DT_SET|DT_BAG))
58 if(type) /* restoring a flattened dictionary */
77 { if(dt->data->type&(DT_OSET|DT_OBAG))
79 else /*if(dt->data->type
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_messages.c39 * FUNCTION: print_layout_volume_msg(char *type, uint64_t nbytes)
42 * layout process for a volume of the indicated type and
47 char *type,
56 type, spstr);
62 * FUNCTION: print_layout_explicit_msg(char *type)
66 * for a volume of the indicated type.
70 char *type)
75 type);
103 * FUNCTION: print_insufficient_resources_msg(char *type)
109 * the metassist command failed. The volume type i
46 print_layout_volume_msg( char *type, uint64_t nbytes) argument
69 print_layout_explicit_msg( char *type) argument
113 print_insufficient_resources_msg( char *type) argument
196 print_debug_failure_msg( char *type, char *err) argument
280 print_layout_submirrors_msg( char *type, uint64_t nbytes, int nsubs) argument
305 print_layout_submirrors_failed_msg( char *type, int count, int nsubs) argument
330 print_populate_volume_msg( char *type, uint64_t nbytes) argument
354 print_populate_volume_ncomps_msg( char *type, uint64_t nbytes, int ncomps) argument
[all...]
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmweek.c44 * type is week type
55 tmweek(Tm_t* tm, int type, int week, int day) argument
63 week = (tm->tm_yday + offset[day][type]) / 7;
64 if (type == 2)
74 day = type != 0;
79 tm->tm_mday = week * 7 - offset[d][type] + ((day || type != 2) ? day : 7);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c139 findencryption(int type) argument
143 if (!(I_SUPPORT_ENCRYPT & remote_supports_decrypt & typemask(type)))
145 for (; (ep->type != NULL) && (ep->type != type); ep++);
146 return (ep->type ? ep : NULL);
150 finddecryption(int type) argument
154 if (!(I_SUPPORT_DECRYPT & remote_supports_encrypt & typemask(type)))
156 while (ep->type && ep->type !
226 EncryptEnable(char *type, char *mode) argument
242 EncryptDisable(char *type, char *mode) argument
277 EncryptType(char *type, char *mode) argument
497 register int type, use_type = 0; local
510 Name, ENCTYPE_NAME(type), type); local
539 register int type, ret; local
584 register int ret, type; local
818 encrypt_start_output(int type) argument
962 register int type = data[1]; local
[all...]
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dsocket.c36 socket(family, type, protocol)
38 register int type;
43 if ((a = _socket_bsd(family, map[type], protocol)) == -1) {
H A Dsocketpair.c36 socketpair(family, type, protocol, sv)
38 register int type;
44 if ((ret = _socketpair_bsd(family, map[type], protocol,
/illumos-gate/usr/src/lib/sun_fc/common/
H A DAdapterEvent.h39 * event of this type will be sent to registered
51 wwn(myWwn), type(myType) { }
53 EVENT_TYPE getType() { return (type); }
57 EVENT_TYPE type; member in class:AdapterEvent
H A DAdapterPortStatEvent.h39 * event of this type will be sent to registered
49 wwn(myWwn), type(myType) { }
51 EVENT_TYPE getType() { return (type); }
55 EVENT_TYPE type; member in class:AdapterPortStatEvent
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/old/
H A Ddes_stringtokey.c46 int type; local
50 type = parm->data[0];
52 else type = 0;
53 switch(type) {

Completed in 113 milliseconds

1234567891011>>