Searched defs:type (Results 401 - 425 of 2141) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_ctl.c47 * CTFS routines for the /system/contract/<type>/<ctid>/ctl vnode.
48 * CTFS routines for the /system/contract/<type>/<ctid>/status vnode.
284 ct_type_t *type = ct->ct_type; local
306 type->ct_type_ops->contop_status(ct, VTOZONE(vp), detail, foo,
/illumos-gate/usr/src/test/zfs-tests/tests/functional/ctime/
H A Dctime_001_pos.c50 int type; member in struct:timetest
314 ret = get_file_time(tfile, timetest_table[i].type, &t1);
317 tfile, timetest_table[i].type, ret);
330 ret = get_file_time(tfile, timetest_table[i].type, &t2);
333 tfile, timetest_table[i].type, ret);
/illumos-gate/usr/src/tools/cscope-fast/
H A Dinvlib.h84 long type : 8; /* reference type (mark character) */ member in struct:__anon4457
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dutil.c119 whine(char *type, char *format, va_list ap) argument
123 fprintf(stderr, "%s: %s: ", type, progname);
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_reloc_stream.c68 enum Dwarf_Rel_Type type,
83 if (type == dwarf_drt_data_reloc) {
91 } else if (type == dwarf_drt_segment_rel) {
117 enum Dwarf_Rel_Type type,
129 if (type == dwarf_drt_data_reloc) {
137 } else if (type == dwarf_drt_segment_rel) {
167 enum Dwarf_Rel_Type type,
233 /* type */ SHT_REL,
246 /* type */ SHT_REL,
64 _dwarf_pro_reloc_name_stream64(Dwarf_P_Debug dbg, int base_sec_index, Dwarf_Unsigned offset, Dwarf_Unsigned symidx, enum Dwarf_Rel_Type type, int reltarget_length) argument
114 _dwarf_pro_reloc_name_stream32(Dwarf_P_Debug dbg, int base_sec_index, Dwarf_Unsigned offset, Dwarf_Unsigned symidx, enum Dwarf_Rel_Type type, int reltarget_length) argument
162 _dwarf_pro_reloc_length_stream(Dwarf_P_Debug dbg, int base_sec_index, Dwarf_Unsigned offset, Dwarf_Unsigned start_symidx, Dwarf_Unsigned end_symidx, enum Dwarf_Rel_Type type, int reltarget_length) argument
H A Dpro_reloc_symbolic.c58 enum Dwarf_Rel_Type type,
71 slotp->drd_type = type;
90 enum Dwarf_Rel_Type type,
110 /* ASSERT: type == dwarf_drt_first_of_length_type_pair */
111 slotp1->drd_type = type;
207 /* type */ SHT_REL,
218 /* type */ SHT_REL,
54 _dwarf_pro_reloc_name_symbolic(Dwarf_P_Debug dbg, int base_sec_index, Dwarf_Unsigned offset, Dwarf_Unsigned symidx, enum Dwarf_Rel_Type type, int reltarget_length) argument
85 _dwarf_pro_reloc_length_symbolic(Dwarf_P_Debug dbg, int base_sec_index, Dwarf_Unsigned offset, Dwarf_Unsigned start_symidx, Dwarf_Unsigned end_symidx, enum Dwarf_Rel_Type type, int reltarget_length) argument
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_mem.h47 struct nsc_mem_s *next; /* Link to next type */
49 int type; /* Memory type */ member in struct:nsc_mem_s
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_lookup.c487 int err, unit, num, type; local
500 type = flush.iplf_type;
504 if (type == IPLT_POOL || type == IPLT_ALL) {
509 if (type == IPLT_HASH || type == IPLT_ALL) {
523 void ip_lookup_deref(type, ptr, ifs)
524 int type;
532 switch (type)
594 (void) printf("type
[all...]
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_sctp.c119 socksctp_create(struct sockparams *sp, int family, int type, int protocol, argument
136 !(type == SOCK_STREAM || type == SOCK_SEQPACKET)) {
153 if (type == SOCK_STREAM) {
154 sonode_init(so, sp, family, type, protocol,
157 sonode_init(so, sp, family, type, protocol,
159 ASSERT(type == SOCK_SEQPACKET);
170 dprint(2, ("sosctp_create: %p domain %d type %d\n", (void *)so, family,
171 type));
/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/sun_fc/common/
H A DHBA.cc131 * Iterator for WWN to HBAPort map type
310 void HBA::_ioctl(int fd, int type, uchar_t *arg) { argument
322 if (ioctl(fd, type, arg) != 0) {
/illumos-gate/usr/src/test/zfs-tests/cmd/mktree/
H A Dmktree.c50 static char *getfdname(char *pdir, char type, int level, int dir, int file);
139 getfdname(char *pdir, char type, int level, int dir, int file) argument
142 "%s/%c-l%dd%df%d", pdir, type, level, dir, file);
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kutil.c114 get_ok_ack(TIUSER *tiptr, int type, int fmode) argument
136 switch (pptr->type) {
138 if (msgsz < TOKACKSZ || pptr->ok_ack.CORRECT_prim != type)
/illumos-gate/usr/src/uts/common/os/
H A Dsemaphore.c56 * is asleep on a synchronization object of this type.
100 sema_init(ksema_t *sp, unsigned count, char *name, ksema_type_t type, void *arg) argument
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcsec_defs.h152 rpc_gss_OID type; member in struct:_rpc_gss_name
/illumos-gate/usr/src/uts/common/syscall/
H A Dopen.c65 enum vtype type; local
246 type = vp->v_type;
251 if (type != VCHR)
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/uts/common/io/scsi/adapters/iscsi/
H A Discsi_cmd.c46 static char *iscsi_cmd_type_str(iscsi_cmd_type_t type);
1408 iscsi_cmd_type_str(iscsi_cmd_type_t type) argument
1410 switch (type) {
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-channel.c97 xge_hal_channel_type_e type)
103 switch(type) {
131 channel->type = type;
145 switch(channel->type) {
316 if (tmp->type == attr->type &&
328 xge_assert((channel->type == XGE_HAL_CHANNEL_TYPE_FIFO) ||
329 (channel->type == XGE_HAL_CHANNEL_TYPE_RING));
333 switch(channel->type) {
96 __hal_channel_allocate(xge_hal_device_h devh, int post_qid, xge_hal_channel_type_e type) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Draidioctl.h76 * Defines for type
84 uint8_t type; member in struct:update_flash
91 uint8_t type; member in struct:update_flash_32
H A Dhotkey_drv.h67 enum acpi_drv_type type; member in struct:acpi_drv_dev
H A Dbeep.h104 enum beep_type type; member in struct:beep_params
119 extern int beeper_freq(enum beep_type type, int freq);
121 extern int beep(enum beep_type type);
123 extern int beep_polled(enum beep_type type);
125 extern int beeper_on(enum beep_type type);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_compat.h57 krb5_int32 type; member in struct:old_krb5_principal_data
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfdcmore.c260 static int moreexcept(Sfio_t* f, int type, Void_t* data, Sfdisc_t* dp) argument
262 static int moreexcept(f, type, data, dp)
264 int type;
271 if (type == SF_FINAL || type == SF_DPOP)
286 else if (type == SF_SYNC)
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregdecomp.c72 decomp(register Rex_t* e, Sfio_t* sp, int type, int delimiter, regflags_t flags) argument
91 switch (e->type)
94 if (decomp(e->re.group.expr.binary.left, sp, type, delimiter, flags))
97 if (e->re.group.expr.binary.right && decomp(e->re.group.expr.binary.right, sp, type, delimiter, flags))
104 if (type < SRE)
108 if (type < SRE)
112 meta(sp, '<', type, 1, delimiter);
115 meta(sp, '<', type, 1, delimiter);
125 if (type >= SRE)
144 switch (e->type)
398 int type; local
[all...]

Completed in 105 milliseconds

<<11121314151617181920>>