Searched refs:type (Results 51 - 75 of 3417) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libsmbfs/netsmb/
H A Dsmb_netshareenum.h10 uint16_t type; member in struct:share_info
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DComponent.java39 * The type of the component.
41 private final String type; field in class:Component
63 Value val = getProperty("type", comp);
64 type = val.getString();
66 val = getProperty(type + ".sys_id", comp);
69 key = type + "." + sys_id;
80 return (_conf.checkComponent(type, sys_id));
106 buf.append(type);
126 if (type.compareTo(other.getType()) != 0 ||
143 return (type
[all...]
/illumos-gate/usr/src/tools/cscope-fast/
H A Dvpfopen.c42 vpfopen(char *filename, char *type) argument
48 if ((returncode = fopen(filename, type)) == NULL &&
49 filename[0] != '/' && strcmp(type, "r") == 0) {
53 if ((returncode = fopen(buf, type)) != NULL) {
/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/lib/libast/common/regex/
H A Dregrecord.c33 return p && p->env && p->env->rex->type == REX_BM;
H A Dregstat.c36 if (e && e->type == REX_BM)
38 if (e && e->type == REX_BEG)
40 if (e && e->type == REX_STRING)
42 if (!e || e->type == REX_END && !e->next)
44 p->env->stats.re_record = (p && p->env && p->env->rex->type == REX_BM) ? p->env->rex->re.bm.size : -1;
/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_types.h54 #define TAG_DATA(type) type##_tag_data
55 #define _TAG_DATA(type) _##type##_tag_data
57 #define TAG_SNAP(type) TAG_DATA(type) = &_TAG_DATA(type)
58 #define TAG_EXPORT(type) tnf_tag_data_t *TAG_SNAP(type)
74 #define TAG_SET(type) TAG_SNA
[all...]
/illumos-gate/usr/src/lib/common/amd64/
H A Dcrti.s43 .type _init,@function
54 .type _fini,@function
/illumos-gate/usr/src/lib/common/sparc/
H A Dcrti.s45 .type _init, #function
56 .type _fini, #function
/illumos-gate/usr/src/lib/common/sparcv9/
H A Dcrti.s46 .type _init, #function
56 .type _fini, #function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dctl_transact.c56 ctl_transact(target, msg, type, response)
59 int type;
73 msg.type = type;
82 * type is obtained
142 } while (nready > 0 && response->type != type);
144 } while (response->type != type);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dprint.c51 (void) printf("type is %d, l_user %s, r_user %s, r_tty %s\n",
52 request->type, request->l_name, request->r_name,
61 (void) printf("type is %d, answer is %d, id = %d\n\n", response->type,
/illumos-gate/usr/src/tools/ctf/common/
H A Dsymbol.c37 uchar_t type = GELF_ST_TYPE(sym->st_info); local
48 * linker, and will never have associated type information.
58 if (type == STT_OBJECT && sym->st_shndx == SHN_ABS &&
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_debug.c41 dapl_internal_dbg_log(DAPL_DBG_TYPE type, const char *fmt, ...) argument
45 if (type & g_dapl_dbg_type) {
/illumos-gate/usr/src/uts/sun4/os/
H A Dcpupm_mach.c33 cpupm_plat_domain_id(struct cpu *cp, cpupm_dtype_t type) argument
40 cpupm_plat_state_enumerate(struct cpu *cp, cpupm_dtype_t type, argument
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Doutput.c52 int output (type)
53 int type;
64 switch (type) {
103 if ((rc = mrecv(buffer, MSGMAX)) != type) {
108 switch(type) {
126 rc = getmessage(buffer, type, &status);
130 rc = getmessage(buffer, type, &status, &dummy);
131 CheckRC: if (rc != type) {
/illumos-gate/usr/src/boot/sys/sys/
H A Dstddef.h41 #define offsetof(type, field) __offsetof(type, field)
/illumos-gate/usr/src/boot/sys/x86/include/
H A Dstdarg.h47 #define va_arg(ap, type) \
48 __builtin_va_arg((ap), type)
63 #define __va_size(type) \
64 (((sizeof(type) + sizeof(long) - 1) / sizeof(long)) * sizeof(long))
69 #define va_arg(ap, type) \
70 (*(type *)((ap) += __va_size(type), (ap) - __va_size(type)))
/illumos-gate/usr/src/lib/libast/common/cdt/
H A Ddtmethod.c41 if(!meth || meth->type == oldmeth->type)
53 if(dt->data->type&(DT_LIST|DT_STACK|DT_QUEUE) )
55 else if(dt->data->type&(DT_SET|DT_BAG) )
63 dt->data->type = (dt->data->type&~(DT_METHODS|DT_FLATTEN)) | meth->type;
68 if(meth->type&(DT_LIST|DT_STACK|DT_QUEUE) )
69 { if(!(oldmeth->type&(DT_LIST|DT_STACK|DT_QUEUE)) )
79 else if(meth->type
[all...]
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dset_charset.c63 char * type
66 set_charset (char_set, putout, type)
69 char *type;
136 && cat_charset(char_set_nm, 0, type, putout) != -1
137 || cat_charset((char *)0, cs, type, putout) != -1
138 || cat_charset(char_set, 0, type, putout) != -1
154 && cat_charset(char_set_nm, 0, type, putout) != -1
155 || cat_charset((char *)0, cs, type, putout) != -1
156 || cat_charset(char_set, 0, type, putout) != -1
186 char * type,
183 cat_charset( char * name, int number, char * type, int putout ) argument
[all...]
/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dmgetputm.c62 int mgetm ( MESG * md, int type, ... ) argument
64 int mgetm (md, type, va_alist)
66 int type;
75 va_start(vp, type);
99 ret = _getmessage(MBG, type, vp);
107 int mputm ( MESG * md, int type, ... ) argument
109 int mputm (md, type, va_alist)
111 int type;
119 va_start(vp, type);
123 needsize = _putmessage(NULL, type, v
[all...]
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfdopen.c56 fdopen(int fd, const char *type) /* associate file desc. with stream */ argument
72 switch (type[0]) {
87 if ((plus = type[1]) == 'b') /* Unix ignores 'b' ANSI std */
88 plus = type[2];
98 } else if (_file_set(iop, fd, type) != 0) {
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dpc_slice.h119 #define PC_SLICE_TYPE_SOLARIS2 0xbf /* new Solaris type */
126 /* Check if TYPE is a FAT partition type. Clear the hidden flag before
128 #define IS_PC_SLICE_TYPE_FAT(type) \
129 ({ int _type = (type) & ~PC_SLICE_TYPE_HIDDEN_FLAG; \
136 || type == PC_SLICE_TYPE_SOLARIS_BOOT \
137 || type == PC_SLICE_TYPE_DELL_UTIL; })
139 #define IS_PC_SLICE_TYPE_EXTENDED(type) \
140 (((type) == PC_SLICE_TYPE_EXTENDED) \
141 || ((type) == PC_SLICE_TYPE_WIN95_EXTENDED) \
142 || ((type)
[all...]
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmexit.c77 void exit(int type) argument
79 void exit(type)
80 int type;
92 _exit(type);
93 return type;

Completed in 108 milliseconds

1234567891011>>