Searched refs:type (Results 101 - 125 of 3417) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/mail/
H A Ddumprcv.c33 void dumprcv (type, htype, didrcvlines, suppress, f)
34 register int type;
44 Dout(pn, 15, "type=%d, htype=%d/%s, *didrcvlines=%d, *suppress=%d\n", type, htype, htype >= 0 ? header[htype].tag : "None", *didrcvlines, *suppress);
69 printhdr(type, H_RECEIVED, hptr, f);
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dtxn_auto.h8 u_int32_t type; member in struct:_txn_regop_args
18 u_int32_t type; member in struct:_txn_ckp_args
29 u_int32_t type; member in struct:_txn_xa_regop_args
44 u_int32_t type; member in struct:_txn_child_args
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Drelocate_amd64.c64 conv_reloc_amd64_type(Word type, Conv_fmt_flags_t fmt_flags, argument
67 if (type >= R_AMD64_NUM)
68 return (conv_invalid_val(inv_buf, type, fmt_flags));
69 return (MSG_ORIG(rels[type]));
H A Drelocate_i386.c67 conv_reloc_386_type(Word type, Conv_fmt_flags_t fmt_flags, argument
69 { if (type >= R_386_NUM)
70 return (conv_invalid_val(inv_buf, type, fmt_flags));
71 return (MSG_ORIG(rels[type]));
H A Dsymbols_machelf.c38 conv_sym_value(Half mach, uchar_t type, Addr value, Conv_inv_buf_t *inv_buf) argument
41 (mach == EM_SPARCV9)) && (type == STT_SPARC_REGISTER))
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dmaptype.h41 itmc_map_type_t type; member in struct:__anon603
H A Ditm_comp.y62 %type <intval> itm_def
63 %type <obj> def_element_list
64 %type <tbl_hdr> def_element
66 %type <tbl_hdr> direction
67 %type <obj> direction_unit_list
68 %type <obj> direction_unit
70 %type <action> action
72 %type <itmc_ref> condition
73 %type <obj> condition_list
74 %type <ob
[all...]
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_info.h41 dbus_bool_t di_search_and_merge (HalDevice *d, DeviceInfoType type);
H A Dutil_pm.h30 const char *util_get_battery_technology (const char *type);
H A Dutil_pm.c52 * @param type The battery type recieved from the hardware
57 util_get_battery_technology (const char *type) argument
59 if (type == NULL) {
63 if (strcasecmp (type, "li-ion") == 0 ||
64 strcasecmp (type, "lion") == 0) {
67 if (strcasecmp (type, "pb") == 0 ||
68 strcasecmp (type, "pbac") == 0) {
71 if (strcasecmp (type, "lip") == 0) {
74 if (strcasecmp (type, "nim
[all...]
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dprintaddr.c13 void printaddr(v, type, ifname, addr, mask)
14 int v, type;
20 switch (type)
54 printf("<%d>", type);
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfdcslow.c31 static int slowexcept(Sfio_t* f, int type, Void_t* v, Sfdisc_t* disc) argument
33 static int slowexcept(f, type, v, disc)
35 int type;
44 switch (type)
/illumos-gate/usr/src/lib/libast/common/include/
H A Dmagicid.h41 char type[12]; /* specific data type */ member in struct:Magicid_s
/illumos-gate/usr/src/common/smbios/
H A Dmktables.sh118 echo "$name_funcs" | while read p name type; do
123 echo "\nconst char *\n$name($type x)\n{\n\tswitch (x) {"
137 echo "$desc_funcs" | while read p name type; do
142 echo "\nconst char *\n$name($type x)\n{\n\tswitch (x) {"
/illumos-gate/usr/src/uts/common/netinet/
H A Dip_icmp.h58 uchar_t icmp_type; /* type of message, see below */
59 uchar_t icmp_code; /* type sub code */
126 * Definition of type and code field values.
172 #define ICMP_INFOTYPE(type) \
173 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
174 (type) == ICMP_ROUTERADVERT || (type) == ICMP_ROUTERSOLICIT || \
175 (type) == ICMP_TSTAMP || (type)
[all...]
/illumos-gate/usr/src/head/iso/
H A Dstdarg_iso.h75 #define va_arg(list, type) __va_arg(list, type)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpcprint.c39 int rpcsec_gss_control_proc(int type, int flags, int xid);
41 int rpcsec_gss_pre_proto(int type, int flags, int xid,
47 protoprint(flags, type, xid, prog, vers, proc, data, len)
49 int flags, type, prog, vers, proc;
83 if (rpcsec_gss_control_proc(type, flags, xid)) {
95 type == CALL ? 'C' : 'R');
98 if (rpcsec_gss_pre_proto(type, flags, xid, prog, vers, proc))
101 (*interpreter) (flags, type, xid, vers, proc, data, len);
/illumos-gate/usr/src/uts/common/sys/
H A Dvarargs.h64 #define va_arg(list, type) __va_arg(list, type)
/illumos-gate/usr/src/uts/common/xen/public/
H A Dcallback.h50 * feature is enabled. Do not use this callback type in new code.
85 uint16_t type; member in struct:callback_register
100 uint16_t type; member in struct:callback_unregister
/illumos-gate/usr/src/boot/include/
H A Dstddef.h65 #define offsetof(type, member) __offsetof(type, member)
/illumos-gate/usr/src/cmd/acctadm/
H A Dmain.c116 int type = 0; /* type of accounting */ local
119 char *typestr = NULL; /* type of accounting argument string */
207 type |= AC_PROC;
209 type |= AC_TASK;
211 type |= AC_FLOW;
213 type |= AC_NET;
215 warn(gettext("unknown accounting type -- %s\n"),
220 type = AC_PROC | AC_TASK | AC_FLOW | AC_NET;
226 if ((type
[all...]
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dqueue.h55 #define SLIST_HEAD(name, type) \
57 struct type *slh_first; /* first element */ \
60 #define SLIST_ENTRY(type) \
62 struct type *sle_next; /* next element */ \
93 #define SLIST_REMOVE(head, elm, type, field) do { \
98 struct type *curelm = SLIST_FIRST((head)); \
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_mountd.c74 uint32_t buf[4], type; local
89 (void) aug_get_machine(clname, buf, &type);
90 aug_save_tid_ex(aug_get_port(), buf, type); local
100 uint32_t buf[4], type; local
116 (void) aug_get_machine(clname, buf, &type);
117 aug_save_tid_ex(aug_get_port(), buf, type); local
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetauxv.c49 _getaux(int type) argument
93 * Scan the auxiliary entries looking for the required type.
96 if (auxb[i].a_type == type)
110 ___getauxval(int type) argument
114 if ((auxp = _getaux(type)) != (auxv_t *)0)
120 ___getauxptr(int type) argument
124 if ((auxp = _getaux(type)) != (auxv_t *)0)
/illumos-gate/usr/src/uts/sun4/os/
H A Dbus_func.c43 bus_func_register(int type, busfunc_t func, void *arg) argument
47 bfd->bf_type = type;
59 * exactly matches the specified (type, func, arg) tuple. We expect this
63 bus_func_unregister(int type, busfunc_t func, void *arg) argument
71 if (bfd->bf_type == type && bfd->bf_func == func &&
86 * Invoke the registered bus functions of the specified type. We return the
93 bus_func_invoke(int type) argument
101 if (bfd->bf_type == type) {

Completed in 99 milliseconds

1234567891011>>