Searched defs:type (Results 251 - 275 of 2141) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddrbac.c253 data.type = ecol[2].ec_value.ec_value_val;
263 data.name, data.policy, data.type, data.id);
271 data.name, data.policy, data.type, data.id);
276 data.name, data.policy, data.type, data.id);
291 char **type; local
297 type = __ns_ldap_getAttr(res->entry, "SolarisProfileType");
302 type == NULL || type[0] == NULL ||
310 (void) fprintf(stdout, "%s", type[0]);
/illumos-gate/usr/src/cmd/svr4pkg/pkgadm/
H A Dmain.c190 * Arguments: type - the severity of the message
195 log_pkgerr(LogMsgType type, PKG_ERR *err) argument
199 log_msg(type, "%s", pkgerr_get(err, i));
/illumos-gate/usr/src/cmd/tic/
H A Dtic_scan.c136 int type = UNDEF; local
145 type = EOF;
174 type = NAMES;
186 type = BOOLEAN;
193 type = CANCEL;
229 type = NUMBER;
240 type = STRING;
254 switch (type) {
285 warning("Bad token type");
290 type
[all...]
/illumos-gate/usr/src/cmd/tr/
H A Dcset.c195 cset_addclass(struct cset *cs, wctype_t type, bool invert) argument
202 csc->csc_type = type;
/illumos-gate/usr/src/uts/common/gssapi/include/
H A DgssapiP_dummy.h43 gss_OID type; member in struct:__anon4665
/illumos-gate/usr/src/tools/cscope-fast/
H A Dglobal.h32 * global type, data, and function definitions
45 typedef enum { /* boolean data type */
63 typedef enum { /* keyword type */
64 DECL, /* type declaration */
163 KEYWORD type; member in struct:keystruct
200 void putposting(char *term, int type);
208 void incfile(char *file, int type);
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcr_tty.c62 * This routine does terminal type initialization routines, and
93 setterm(char *type) argument
102 fprintf(outf, "SETTERM(\"%s\")\n", type);
105 if (type[0] == '\0')
106 type = "xx";
108 if (tgetent(genbuf, type) != 1) {
113 fprintf(outf, "SETTERM: tty = %s\n", type);
157 (void) strncpy(ttytype, longname(genbuf, type), sizeof (ttytype) - 1);
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_start.c124 unsigned type,
241 unsigned type,
331 if (type == 0) {
340 if (type == 0) {
354 if (type == 0) {
123 audit_start( unsigned type, unsigned scid, uint32_t audit_state, int error, klwp_t *lwp) argument
240 audit_finish( unsigned type, unsigned scid, int error, rval_t *rval) argument
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dcommand.h49 DbgMessage(pdev,VERBOSEl2sp | VERBOSEl4sp, "Writing SP prod %d, conn_and_cmd_data=%x, type=%d \n",pdev->sq_info.sq_chain.prod_idx, pending->command.hdr.conn_and_cmd_data, pending->command.hdr.type);
70 * @param type - The type of connection, can optionally
83 u16_t type,
87 /* In some cases type may already contain the func-id (VF specifically) so we add it only if it's not there... */
88 if (!(type & SPE_HDR_T_FUNCTION_ID))
90 type |= (FUNC_ID(pdev) << SPE_HDR_T_FUNCTION_ID_SHIFT);
95 pending->command.hdr.type = mm_cpu_to_le16(type);
79 lm_sq_post_fill_entry(struct _lm_device_t* pdev, struct sq_pending_command * pending, u32_t cid, u8_t command, u16_t type, u64_t data, u8_t release_mem_flag) argument
177 lm_command_post( struct _lm_device_t* pdev, u32_t cid, u8_t command, u8_t priority, u16_t type, u64_t data ) argument
[all...]
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_fa.c54 s1394_fa_claim_addr(s1394_hal_t *hal, s1394_fa_type_t type, argument
58 s1394_fa_hal_t *falp = &hal->hal_fa[type];
83 "", tnf_int, type, type, tnf_int, ret, ret);
97 s1394_fa_free_addr(s1394_hal_t *hal, s1394_fa_type_t type) argument
99 s1394_fa_hal_t *falp = &hal->hal_fa[type];
124 s1394_fa_type_t type)
126 s1394_fa_hal_t *fal = &hal->hal_fa[type];
132 fal->fal_tail->target_fa[type].fat_next = target;
145 s1394_fa_type_t type)
123 s1394_fa_list_add(s1394_hal_t *hal, s1394_target_t *target, s1394_fa_type_t type) argument
144 s1394_fa_list_remove(s1394_hal_t *hal, s1394_target_t *target, s1394_fa_type_t type) argument
171 s1394_fa_list_is_empty(s1394_hal_t *hal, s1394_fa_type_t type) argument
184 s1394_fa_list_gen(s1394_hal_t *hal, s1394_fa_type_t type) argument
196 s1394_fa_init_cmd(s1394_cmd_priv_t *s_priv, s1394_fa_type_t type) 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/lib/sun_fc/common/
H A DFCHBAPort.h101 HBA_UINT8 type,
99 sendLIRR(uint64_t destWWN, HBA_UINT8 function, HBA_UINT8 type, void *pRspBuffer, HBA_UINT32 *pRspBufferSize) argument
/illumos-gate/usr/src/lib/udapl/libdat/common/
H A Ddat_osd.c111 DAT_OS_DBG_TYPE_VAL type,
115 if ((DAT_OS_DBG_TYPE_ERROR == type) || (type & g_dbg_type)) {
110 dat_os_dbg_print( DAT_OS_DBG_TYPE_VAL type, const char *fmt, ...) argument
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_cookie.c133 IN DAPL_COOKIE_QUEUE_TYPE type,
159 buffer->pool[i].queue_type = type;
160 if (type == DAPL_COOKIE_QUEUE_EP) {
211 * create a new cookie buffer, the queue type and queue ptr remain the
368 cookie->type = DAPL_COOKIE_TYPE_RMR;
385 * type DTO type
399 IN DAPL_DTO_TYPE type,
410 cookie->type = DAPL_COOKIE_TYPE_DTO;
411 cookie->val.dto.type
130 dapls_cb_create( IN DAPL_COOKIE_BUFFER *buffer, IN void *queue, IN DAPL_COOKIE_QUEUE_TYPE type, IN DAT_COUNT size) argument
397 dapls_dto_cookie_alloc( IN DAPL_COOKIE_BUFFER *buffer, IN DAPL_DTO_TYPE type, IN DAT_DTO_COOKIE user_cookie, OUT DAPL_COOKIE **cookie_ptr) argument
[all...]
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauthdesubr.c89 int type; local
141 &type)) != 0) {
149 if (type == 0) {
157 error = t_krcvudata(tiptr, unitdata, &type, &uderr);
168 if (type == T_UDERR) {
184 if (type != T_DATA) {
186 "rtime: t_krcvudata returned type %d\n",
187 type);
242 error = t_kspoll(tiptr, timo, READWAIT, &type);
250 if (type
[all...]
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_dev.h55 uchar_t type; /* type of sharing done */ member in struct:segdev_crargs
90 uchar_t type; /* type of sharing done */ member in struct:segdev_data
116 * Mappings of /dev/null come from segdev and have no mapping type.
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_kstats.c101 int type; local
114 type = KSTAT_DATA_UINT64;
118 type = KSTAT_DATA_UINT32;
122 type = KSTAT_DATA_STRING;
126 type = KSTAT_DATA_CHAR;
129 kstat_named_init(knp, np, type);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_xdr.c90 * then (4 [type + length] + tl_data_length) bytes per tl_data
106 content->length += 4; /* type, length */
120 content->length += 4; /* type + length */
192 * after the base type.
200 /* tl_data is a linked list, of type, legth, contents */
219 krb5_int16 type = entry->key_data[i].key_data_type[j]; local
222 krb5_kdb_encode_int16(type, nextloc);
267 * The first part is decoding the base type. If the base type is
268 * bigger than the original base type the
[all...]
/illumos-gate/usr/src/lib/libast/common/cdt/
H A Ddthash.c27 ** type: type of search
100 static Void_t* dthash(Dt_t* dt, reg Void_t* obj, int type) argument
102 static Void_t* dthash(dt,obj,type)
105 int type;
120 dt->type &= ~DT_FOUND;
123 { if(type&(DT_NEXT|DT_PREV))
126 if(dt->data->size <= 0 || !(type&(DT_CLEAR|DT_FIRST|DT_LAST)) )
130 if(type&DT_CLEAR)
154 t = (type
[all...]
H A Ddttree.c27 ** type: search type.
33 static Void_t* dttree(Dt_t* dt, Void_t* obj, int type) argument
35 static Void_t* dttree(dt,obj,type)
38 int type;
51 dt->type &= ~DT_FOUND;
55 { if(!root || !(type&(DT_CLEAR|DT_FIRST|DT_LAST)) )
58 if(type&DT_CLEAR) /* delete all objects */
76 { if(type&DT_LAST)
80 else /* type
[all...]
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfdcdio.c46 static ssize_t diordwr(Sfio_t* f, Void_t* buf, size_t n, Direct_t* di, int type) argument
48 static ssize_t diordwr(f, buf, n, di, type)
53 int type;
76 if(type == SF_READ)
98 (rv = type == SF_READ ? read(f->file,buf,rw) : write(f->file,buf,rw)) > 0 )
131 static int dioexcept(Sfio_t* f, int type, Void_t* data, Sfdisc_t* disc) argument
133 static int dioexcept(f,type,data,disc)
135 int type;
142 if(type == SF_FINAL || type
[all...]
H A Dsfdcfilter.c132 static int filterexcept(Sfio_t* f, int type, Void_t* data, Sfdisc_t* disc) argument
134 static int filterexcept(f,type,data,disc)
136 int type;
141 if(type == SF_FINAL || type == SF_DPOP)
H A Dsfdcprefix.c95 static int pfxexcept(Sfio_t* f, int type, Void_t* data, Sfdisc_t* dp) argument
97 static int pfxexcept(f, type, data, dp)
99 int type;
104 if (type == SF_FINAL || type == SF_DPOP)
H A Dsfdcseekable.c102 static Sfoff_t skseek(Sfio_t* f, Sfoff_t addr, int type, Sfdisc_t* disc) argument
104 static Sfoff_t skseek(f, addr, type, disc)
107 int type;
119 switch (type)
164 static int skexcept(Sfio_t* f, int type, Void_t* data, Sfdisc_t* disc) argument
166 static int skexcept(f,type,data,disc)
168 int type;
177 switch (type)
H A Dsfdcsubstr.c42 static ssize_t streamio(Sfio_t* f, Void_t* buf, size_t n, Sfdisc_t* disc, int type) argument
44 static ssize_t streamio(f, buf, n, disc, type)
49 int type;
72 { if(type == SF_WRITE)
112 static Sfoff_t streamseek(Sfio_t* f, Sfoff_t pos, int type, Sfdisc_t* disc) argument
114 static Sfoff_t streamseek(f, pos, type, disc)
117 int type;
126 switch(type)
157 static int streamexcept(Sfio_t* f, int type, Void_t* data, Sfdisc_t* disc) argument
159 static int streamexcept(f, type, dat
[all...]

Completed in 423 milliseconds

<<11121314151617181920>>