Searched refs:type (Results 176 - 200 of 3417) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dctl.h60 /* the values for type */
79 char type; member in struct:ctl_response
88 char type; member in struct:ctl_msg
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dctl.h75 * The values for type.
95 char type; member in struct:ctl_response
104 char type; member in struct:ctl_msg
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_grammar.y60 %type <l_decl> decl_memlist
61 %type <l_declmem> decl_mem
62 %type <l_declmem> decl_baremem
63 %type <l_declmem> decl_mem_intr
64 %type <l_number> decl_intr_type
65 %type <l_number> decl_arraydim
66 %type <l_declmem> decl_mem_cplx
67 %type <l_hash> decl_enumlist
69 %type <l_defn> defn_memlist
70 %type <l_defnme
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dbtree_auto.h16 u_int32_t type; member in struct:_bam_pg_alloc_args
31 u_int32_t type; member in struct:_bam_pg_free_args
45 u_int32_t type; member in struct:_bam_split_args
63 u_int32_t type; member in struct:_bam_rsplit_args
78 u_int32_t type; member in struct:_bam_adj_args
93 u_int32_t type; member in struct:_bam_cadjust_args
108 u_int32_t type; member in struct:_bam_cdel_args
121 u_int32_t type; member in struct:_bam_repl_args
H A Dhash_auto.h16 u_int32_t type; member in struct:_ham_insdel_args
32 u_int32_t type; member in struct:_ham_newpage_args
49 u_int32_t type; member in struct:_ham_splitmeta_args
63 u_int32_t type; member in struct:_ham_splitdata_args
77 u_int32_t type; member in struct:_ham_replace_args
94 u_int32_t type; member in struct:_ham_newpgno_args
112 u_int32_t type; member in struct:_ham_ovfl_args
127 u_int32_t type; member in struct:_ham_copypage_args
H A Dqueue.h80 #define LIST_HEAD(name, type) \
82 struct type *lh_first; /* first element */ \
85 #define LIST_ENTRY(type) \
87 struct type *le_next; /* next element */ \
88 struct type **le_prev; /* address of previous next element */ \
134 #define TAILQ_HEAD(name, type) \
136 struct type *tqh_first; /* first element */ \
137 struct type **tqh_last; /* addr of last next element */ \
140 #define TAILQ_ENTRY(type) \
142 struct type *tqe_nex
[all...]
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dvarargs.h44 # define SM_VA_ARG(ap, type) va_arg(ap, type)
/illumos-gate/usr/src/cmd/bnu/
H A Dsystat.c37 * type -> ?
42 systat(name, type, text, retry)
43 register int type;
71 switch (type) {
121 type, count, prestime, retry, text, name);
140 int count, type; local
159 sscanf(line, "%d%d%ld%ld", &type, &count, &lasttime, &retrytime);
160 t = type;
180 return(type);
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_mr_util.c54 dapl_mr_get_address(DAT_REGION_DESCRIPTION desc, DAT_MEM_TYPE type) argument
56 switch (type) {
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_devtype.c33 prom_devicetype(pnode_t id, char *type) argument
44 if (prom_strcmp(type, buf) == 0)
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfsk.c29 Sfoff_t sfsk(Sfio_t* f, Sfoff_t addr, int type, Sfdisc_t* disc) argument
31 Sfoff_t sfsk(f,addr,type,disc)
34 int type;
61 if((type &= (SEEK_SET|SEEK_CUR|SEEK_END)) > SEEK_END)
68 if(type == SEEK_SET)
70 else if(type == SEEK_CUR)
77 { SFDCSK(f,addr,type,dc,p);
80 { p = syslseekf(f->file,(sfoff_t)addr,type);
H A Dsfgetr.c31 char* sfgetr(Sfio_t *f, int rc, int type) argument
33 char* sfgetr(f,rc,type)
36 int type;
58 type = type < 0 ? SF_LASTR : type == 1 ? SF_STRING : type;
60 if(type&SF_LASTR) /* return the broken record */
108 (!(type&SF_STRING) || !(f->flags&SF_STRING) ||
149 if(found && rc != 0 && (type
[all...]
/illumos-gate/usr/src/uts/i86xpv/ml/
H A Dxenguest.s44 #define NOTE(class, id, type, value) \
54 type value; \
/illumos-gate/usr/src/lib/common/i386/
H A Dcrt1.s49 .type _environ,@object
56 .type __environ_lock,@object
63 .type ___Argv,@object
83 .type _start,@function
124 .type __get_exit_frame_monitor_ptr,@object
130 .type __do_exit_code_ptr,@object
204 .type _mcount,@function
212 .type __longdouble_used,@object
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_barrier.c92 int type; local
95 type = PTHREAD_PROCESS_PRIVATE;
97 type = ap->pshared;
99 type = -1;
102 (type != PTHREAD_PROCESS_PRIVATE && type != PTHREAD_PROCESS_SHARED))
109 (void) mutex_init(mp, type, NULL);
110 (void) cond_init(cvp, type, NULL);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dddt.c56 ddt_object_create(ddt_t *ddt, enum ddt_type type, enum ddt_class class, argument
61 uint64_t *objectp = &ddt->ddt_object[type][class];
66 ddt_object_name(ddt, type, class, name);
69 VERIFY(ddt_ops[type]->ddt_op_create(os, objectp, tx, prehash) == 0);
77 &ddt->ddt_histogram[type][class], tx) == 0);
81 ddt_object_destroy(ddt_t *ddt, enum ddt_type type, enum ddt_class class, argument
86 uint64_t *objectp = &ddt->ddt_object[type][class];
89 ddt_object_name(ddt, type, class, name);
92 ASSERT(ddt_object_count(ddt, type, class) == 0);
93 ASSERT(ddt_histogram_empty(&ddt->ddt_histogram[type][clas
103 ddt_object_load(ddt_t *ddt, enum ddt_type type, enum ddt_class class) argument
135 ddt_object_sync(ddt_t *ddt, enum ddt_type type, enum ddt_class class, dmu_tx_t *tx) argument
159 ddt_object_lookup(ddt_t *ddt, enum ddt_type type, enum ddt_class class, ddt_entry_t *dde) argument
170 ddt_object_prefetch(ddt_t *ddt, enum ddt_type type, enum ddt_class class, ddt_entry_t *dde) argument
181 ddt_object_update(ddt_t *ddt, enum ddt_type type, enum ddt_class class, ddt_entry_t *dde, dmu_tx_t *tx) argument
191 ddt_object_remove(ddt_t *ddt, enum ddt_type type, enum ddt_class class, ddt_entry_t *dde, dmu_tx_t *tx) argument
201 ddt_object_walk(ddt_t *ddt, enum ddt_type type, enum ddt_class class, uint64_t *walk, ddt_entry_t *dde) argument
211 ddt_object_count(ddt_t *ddt, enum ddt_type type, enum ddt_class class) argument
220 ddt_object_info(ddt_t *ddt, enum ddt_type type, enum ddt_class class, dmu_object_info_t *doi) argument
231 ddt_object_exists(ddt_t *ddt, enum ddt_type type, enum ddt_class class) argument
237 ddt_object_name(ddt_t *ddt, enum ddt_type type, enum ddt_class class, char *name) argument
675 enum ddt_type type; local
[all...]
/illumos-gate/usr/src/lib/libsecdb/common/
H A Dgetexecattr.c69 getexecprof(const char *name, const char *type, const char *id, int search_flag) argument
86 if ((name == NULL) && (type == NULL) && (id == NULL)) {
105 type,
117 getexecuser(const char *username, const char *type, const char *id, argument
140 head = userprof((const char *)(utmp->name), type, id,
143 head = userprof((const char *)(utmp->name), type, id,
152 type, id, search_flag)) != NULL) {
167 head = userprof(username, type, id, search_flag);
175 match_execattr(execattr_t *exec, const char *profname, const char *type, argument
183 (type
223 const char *type; member in struct:call
260 userprof(const char *username, const char *type, const char *id, int search_flag) argument
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dbeep.c216 beeper_freq(enum beep_type type, int freq) argument
220 BEEP_DEBUG1((CE_CONT, "beeper_freq(%d, %d) : start", type, freq));
228 for (bp = beep_params; bp->type != BEEP_DEFAULT; bp++) {
229 if (bp->type == type)
233 if (bp->type != type) {
234 BEEP_DEBUG((CE_WARN, "beeper_freq : invalid type."));
247 * Start beeping for period specified by the type value,
251 beep(enum beep_type type) argument
277 beep_polled(enum beep_type type) argument
297 beeper_on(enum beep_type type) argument
[all...]
/illumos-gate/usr/src/uts/common/syscall/
H A Dppriv.c55 setppriv(priv_op_t op, priv_ptype_t type, priv_set_t *in_pset) argument
62 if (!PRIV_VALIDSET(type) || !PRIV_VALIDOP(op))
76 audit_setppriv(op, type, &pset, pcr);
79 * Filter out unallowed request (bad op and bad type)
89 if (type == PRIV_LIMIT &&
96 !priv_issubset(&pset, priv_getset(pcr, type))) {
99 if (type != PRIV_INHERITABLE ||
127 if (type != PRIV_INHERITABLE)
130 target = &(CR_PRIVS(cr)->crprivs[type]);
154 if (type
208 getppriv(priv_ptype_t type, priv_set_t *pset) argument
373 privsys(int code, priv_op_t op, priv_ptype_t type, void *buf, size_t bufsize, int itype) argument
415 privsys32(int code, priv_op_t op, priv_ptype_t type, caddr32_t buf, size32_t bufsize, int itype) argument
[all...]
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c55 * type, and offset of each member to the specified callback function.
58 ctf_member_iter(ctf_file_t *fp, ctf_id_t type, ctf_member_f *func, void *arg) argument
66 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
69 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL)
109 ctf_enum_iter(ctf_file_t *fp, ctf_id_t type, ctf_enum_f *func, void *arg) argument
118 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
121 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL)
141 * Iterate over every root (user-visible) type i
168 ctf_type_resolve(ctf_file_t *fp, ctf_id_t type) argument
201 ctf_type_qlname(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len, const char *qname) argument
315 ctf_type_lname(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len) argument
325 ctf_type_name(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len) argument
332 ctf_type_qname(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len, const char *qname) argument
345 ctf_type_size(ctf_file_t *fp, ctf_id_t type) argument
394 ctf_type_align(ctf_file_t *fp, ctf_id_t type) argument
458 ctf_type_kind(ctf_file_t *fp, ctf_id_t type) argument
473 ctf_type_reference(ctf_file_t *fp, ctf_id_t type) argument
501 ctf_type_pointer(ctf_file_t *fp, ctf_id_t type) argument
528 ctf_type_encoding(ctf_file_t *fp, ctf_id_t type, ctf_encoding_t *ep) argument
651 ctf_member_info(ctf_file_t *fp, ctf_id_t type, const char *name, ctf_membinfo_t *mip) argument
702 ctf_array_info(ctf_file_t *fp, ctf_id_t type, ctf_arinfo_t *arp) argument
730 ctf_enum_name(ctf_file_t *fp, ctf_id_t type, int value) argument
767 ctf_enum_value(ctf_file_t *fp, ctf_id_t type, const char *name, int *valp) argument
810 ctf_type_rvisit(ctf_file_t *fp, ctf_id_t type, ctf_visit_f *func, void *arg, const char *name, ulong_t offset, int depth) argument
867 ctf_type_visit(ctf_file_t *fp, ctf_id_t type, ctf_visit_f *func, void *arg) argument
[all...]
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_sun4u.c167 char *type; local
201 type = get_node_type(pnode);
206 if (type != NULL)
207 printf("type=%s ", type);
214 if (type == NULL)
215 type = "";
221 printf("ADDED BOARD name=%s type=%s model=%s\n",
222 name, type, model);
226 (strcmp(type, "cp
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Deqn_term.c55 if (bp->type == EQN_LIST ||
56 (bp->type == EQN_PILE && (bp->prev || bp->next)) ||
58 if (bp->parent->type == EQN_SUBEXPR && bp->prev != NULL)
73 } else if (bp->type == EQN_SUBEXPR) {
96 if (bp->type == EQN_MATRIX && child->type == EQN_LIST)
100 bp->type == EQN_PILE &&
101 child->type == EQN_LIST &&
110 if (bp->type == EQN_LIST ||
111 (bp->type
[all...]
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_fcp.c47 t1394_fcp_evts_t *evts, s1394_fa_type_t type, s1394_fa_descr_t *descr);
49 s1394_fa_type_t type);
53 s1394_fa_type_t type);
135 s1394_fa_type_t type, s1394_fa_descr_t *descr)
142 if (s1394_fa_list_is_empty(hal, type)) {
143 if (s1394_fa_claim_addr(hal, type, descr) != DDI_SUCCESS) {
150 s1394_fa_list_add(hal, target, type);
152 fcp = &target->target_fa[type].fat_u.fcp;
161 s1394_fcp_unregister_common(s1394_target_t *target, s1394_fa_type_t type) argument
168 result = s1394_fa_list_remove(hal, target, type);
134 s1394_fcp_register_common(s1394_target_t *target, t1394_fcp_evts_t *evts, s1394_fa_type_t type, s1394_fa_descr_t *descr) argument
244 s1394_fcp_recv_write_request(cmd1394_cmd_t *req, s1394_fa_type_t type) argument
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-queue.h85 #define LIST_HEAD(name, type) \
87 struct type *lh_first; /* first element */ \
90 #define LIST_ENTRY(type) \
92 struct type *le_next; /* next element */ \
93 struct type **le_prev; /* address of previous next element */ \
128 #define TAILQ_HEAD(name, type) \
130 struct type *tqh_first; /* first element */ \
131 struct type **tqh_last; /* addr of last next element */ \
134 #define TAILQ_ENTRY(type) \
136 struct type *tqe_nex
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c27 * Postmortem type identification
34 * type of an arbitrary memory buffer, however, one has historically been
36 * object of known type is finally reached, types can be back-propagated to
37 * determine the type of the unknown object.
48 * Once the graph is constructed, we start at nodes of known type, and use the
49 * type information to determine the type of each pointer represented by an
50 * outgoing edge. Determining the pointer type allows us to determine the
51 * type of the edge's destination node, and therefore to iteratively continue
52 * the process of type identificatio
379 typegraph_resolve(mdb_ctf_id_t type) argument
406 typegraph_type_name(mdb_ctf_id_t type, mdb_ctf_id_t utype) argument
428 typegraph_size(mdb_ctf_id_t type) argument
457 typegraph_offiter(const char *name, mdb_ctf_id_t type, ulong_t off, tg_typeoffs_t *toffs) argument
538 typegraph_union(const char *name, mdb_ctf_id_t type, ulong_t off, tg_typeoffs_t *toffs) argument
611 typegraph_lastmember(const char *name, mdb_ctf_id_t type, ulong_t off, void *last) argument
628 typegraph_hasfam(mdb_ctf_id_t type, mdb_ctf_id_t *atype) argument
681 typegraph_type_offset(mdb_ctf_id_t type, size_t offset, tg_edge_t *e, const char **member) argument
858 typegraph_couldbe(uintptr_t addr, mdb_ctf_id_t type) argument
1050 mdb_ctf_id_t type; local
1200 typegraph_build_anchored(uintptr_t addr, size_t size, mdb_ctf_id_t type) argument
1345 mdb_ctf_id_t type; local
1387 typegraph_build_anchored(addr, (size_t)sym.st_size, type); local
1394 typegraph_thread(uintptr_t addr, const kthread_t *t, mdb_ctf_id_t *type) argument
1413 typegraph_kstat(uintptr_t addr, const vmem_seg_t *seg, mdb_ctf_id_t *type) argument
1423 typegraph_node_addtype(tg_node_t *node, tg_edge_t *edge, mdb_ctf_id_t rtype, const char *rmember, size_t roffs, mdb_ctf_id_t utype, mdb_ctf_id_t type) argument
1601 typegraph_pass1_node(tg_node_t *node, mdb_ctf_id_t type) argument
1789 mdb_ctf_id_t type, ntype; local
2028 mdb_ctf_id_t type, ntype; local
2280 mdb_ctf_id_t type; local
2331 mdb_ctf_id_t type; local
2378 mdb_ctf_id_t type; local
2703 mdb_ctf_id_t type; local
2852 findlocks_findmutex(const char *name, mdb_ctf_id_t type, ulong_t offs, findlocks_t *fl) argument
3019 mdb_ctf_id_t type = node->tgn_type, ntype; local
3210 findfalse_findsync(const char *name, mdb_ctf_id_t type, ulong_t offs, void *ignored) argument
3217 mdb_ctf_id_t type; member in struct:__anon919
3287 mdb_ctf_id_t type = node->tgn_type; local
[all...]

Completed in 119 milliseconds

1234567891011>>