Searched refs:type (Results 426 - 450 of 3417) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_phy.c391 __in efx_phy_stat_t type)
395 EFSYS_ASSERT3U(type, <, EFX_PHY_NSTATS);
397 return (__efx_phy_stat_name[type]);
454 __in efx_bist_type_t type)
462 EFSYS_ASSERT3U(type, !=, EFX_BIST_TYPE_UNKNOWN);
463 EFSYS_ASSERT3U(type, <, EFX_BIST_TYPE_NTYPES);
471 if ((rc = epop->epo_bist_start(enp, type)) != 0)
474 epp->ep_current_bist = type;
489 __in efx_bist_type_t type,
501 EFSYS_ASSERT3U(type, !
389 efx_phy_stat_name( __in efx_nic_t *enp, __in efx_phy_stat_t type) argument
452 efx_bist_start( __in efx_nic_t *enp, __in efx_bist_type_t type) argument
487 efx_bist_poll( __in efx_nic_t *enp, __in efx_bist_type_t type, __out efx_bist_result_t *resultp, __out_opt uint32_t *value_maskp, __out_ecount_opt(count) unsigned long *valuesp, __in size_t count) argument
526 efx_bist_stop( __in efx_nic_t *enp, __in efx_bist_type_t type) argument
[all...]
/illumos-gate/usr/src/lib/pam_modules/passwd_auth/
H A Dpasswd_auth.c138 pwu_rep->type = auth_rep->type;
216 al[0].type = ATTR_PASSWD; al[0].next = &al[1];
217 al[1].type = ATTR_MIN; al[1].next = &al[2];
218 al[2].type = ATTR_MAX; al[2].next = &al[3];
219 al[3].type = ATTR_LSTCHG; al[3].next = &al[4];
220 al[4].type = ATTR_WARN; al[4].next = &al[5];
221 al[5].type = ATTR_INACT; al[5].next = &al[6];
222 al[6].type = ATTR_EXPIRE; al[6].next = &al[7];
223 al[7].type
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dticscan.c76 char bad_token[] = m_textstr(3136, "Bad token type", "E");
108 int type; local
119 type = EOF;
152 type = NAMES;
168 type = BOOLEAN;
175 type = CANCEL;
186 type = NUMBER;
195 type = STRING;
210 switch (type)
248 type
[all...]
/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_util.c157 ipmi_sensor_type_name(uint8_t type, char *buf, size_t len) argument
162 if (ntp->int_value == type) {
168 (void) snprintf(buf, len, "0x%02x", type);
172 ipmi_sensor_units_name(uint8_t type, char *buf, size_t len) argument
177 if (ntp->int_value == type) {
183 (void) snprintf(buf, len, "0x%02x", type);
237 * sensor data records. If the type is 6-bit packed ASCII, then it converts
242 ipmi_decode_string(uint8_t type, uint8_t len, char *data, char *buf) argument
252 * If the type is 8-bit ASCII, we can simply copy the string and return
254 if (type
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dqry.c90 /* The type of spanning tree of query graph. */
165 isns_type_t type = lcp->data[1].ui; local
166 uint32_t *uidp = get_child_t(obj, type);
189 isns_type_t type
202 lcp->data[1].ui = type;
265 isns_type_t type = lcp->type; local
275 ec = (type == OBJ_DD) ?
388 lc.type = OBJ_PG;
454 lc.type
601 validate_qry_key( isns_type_t type, isns_tlv_t *key, uint16_t key_len, isns_attr_t *attrs ) argument
719 attrs_match( isns_type_t type, uint32_t uid, isns_attr_t *attrs ) argument
789 qry_and_match( uint32_t **obj_uids, uint32_t *num_of_objs, uint32_t *size, isns_type_t type, uint32_t src_uid, isns_type_t src_type, isns_attr_t *attrs ) argument
894 get_qry_keys( bmp_t *nodes_bmp, uint32_t num_of_nodes, isns_type_t *type, isns_tlv_t *key, uint16_t key_len, uint32_t **obj_uids, uint32_t *num_of_objs ) argument
1028 get_next_obj( isns_tlv_t *tlv, uint32_t tlv_len, isns_type_t type, uint32_t *uids, uint32_t num ) argument
1138 isns_type_t type = obj->type; local
1179 get_qry_attrs( uint32_t uid, isns_type_t type, isns_tlv_t *tlv, uint16_t tlv_len, conn_arg_t *conn ) argument
1203 get_qry_attrs1( uint32_t uid, isns_type_t type, isns_tlv_t *tlv, uint16_t tlv_len, conn_arg_t *conn ) argument
[all...]
/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/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...]
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dutility.h63 /* field type status flags */
64 #define LINKED 0x0001 /* conjunctive field type */
78 /* field type macros */
79 #define MakeArg(f, p, err) (_makearg((f) -> type, p, err))
80 #define CopyArg(f, err) (_copyarg((f) -> type, (f) -> arg, err))
81 #define FreeArg(f) (_freearg((f) -> type, (f) -> arg))
82 #define CheckField(f) (_checkfield((f) -> type, (f), (f) -> arg))
83 #define CheckChar(f, c) (_checkchar((f) -> type, (c), (f) -> arg))
84 #define NextChoice(f) (_nextchoice((f) -> type, (f), (f) -> arg))
85 #define PrevChoice(f) (_prevchoice((f) -> type, (
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_netbios.c59 uchar_t type; member in struct:nbt_ss
395 char *type; local
422 switch (ss->type) {
424 type = "SESSION MESSAGE";
427 type = "SESSION REQUEST";
432 type = "POSITIVE SESSION RESPONSE";
435 type = "NEGATIVE SESSION RESPONSE";
438 type = "RETARGET SESSION RESPONSE";
441 type = "SESSION KEEP ALIVE";
444 type
448 "NBT Type=%s %sLength=%d", type, extrainfo, length); local
[all...]
H A Dsnoop_nfs_acl.c171 interpret_nfs_acl(flags, type, xid, vers, proc, data, len)
172 int flags, type, xid, vers, proc;
178 interpret_nfs_acl2(flags, type, xid, vers, proc, data, len);
183 interpret_nfs_acl3(flags, type, xid, vers, proc, data, len);
188 interpret_nfs_acl4(flags, type, xid, vers, proc, data, len);
194 interpret_nfs_acl2(int flags, int type, int xid, int vers, int proc, argument
209 if (type == CALL) {
279 if (type == CALL)
288 interpret_nfs_acl3(int flags, int type, int xid, int vers, int proc, argument
303 if (type
363 interpret_nfs_acl4(int flags, int type, int xid, int vers, int proc, char *data, int len) argument
687 int type; local
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h19 * your system. In addition, no data type can require larger alignment than
114 * | level | type | index |
151 #define P_INVALID 0 /* Invalid page type. */
159 u_int8_t type; /* 25: Page type. */ member in struct:_db_page
171 #define TYPE(p) (((PAGE *)p)->type)
263 * we do with B+tree on-page structures. Because we frequently want the type
275 * | type | key/data ... |
282 * | type | len1 | element1 | len1 | len2 | element2 | len2 |
289 u_int8_t type; /* 0 member in struct:_hkeydata
340 u_int8_t type; /* 00: Page type and delete flag. */ member in struct:_hoffpage
360 u_int8_t type; /* 00: Page type and delete flag. */ member in struct:_hoffdup
405 u_int8_t type; /* 02: Page type AND DELETE FLAG. */ member in struct:_bkeydata
428 u_int8_t type; /* 02: Page type AND DELETE FLAG. */ member in struct:_boverflow
465 u_int8_t type; /* 02: Page type AND DELETE FLAG. */ member in struct:_binternal
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dstab.c25 ** type -- the type of symbol.
44 stab(name, type, op)
46 int type;
56 sm_dprintf("STAB: %s %d ", name, type);
62 hfunc = type;
70 if (type == ST_MACRO || type == ST_RULESET)
73 (s->s_symtype != type || strcmp(name, s->s_name)))
79 (s->s_symtype != type || sm_strcasecm
[all...]
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsftmp.c56 static int _tmprmfile(Sfio_t* f, int type, Void_t* val, Sfdisc_t* disc) argument
58 static int _tmprmfile(f, type, val, disc)
60 int type;
69 if(type == SF_DPOP) /* don't allow this to pop */
72 if(type == SF_CLOSING)
285 static int _tmpexcept(Sfio_t* f, int type, Void_t* val, Sfdisc_t* disc) argument
287 static int _tmpexcept(f,type,val,disc)
289 int type;
302 if(type != SF_WRITE && type !
[all...]
/illumos-gate/usr/src/cmd/bart/
H A Dcompare.c33 static void extract_fname_ftype(char *line, char *fname, char *type);
34 static int report_add(char *fname, char *type);
35 static int report_delete(char *fname, char *type);
38 static void report_error(char *fname, char *type, char *ctrl_val,
42 static void parse_line(char *line, char *fname, char *type, char *size,
229 parse_line(char *line, char *fname, char *type, char *size, char *mode, argument
239 get_token(line, &pos, line_len, type, TYPE_SIZE);
254 if (type[0] == 'F')
256 else if ((type[0] == 'B') || (type[
283 extract_fname_ftype(char *line, char *fname, char *type) argument
301 report_add(char *fname, char *type) argument
319 report_delete(char *fname, char *type) argument
491 report_error(char *fname, char *type, char *ctrl_val, char *test_val, boolean_t prog_fmt) argument
[all...]
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c90 * is asleep on a synchronization object of this type.
123 #define UPIMUTEX(type) ((type) & LOCK_PRIO_INHERIT)
184 * We do this only for the obsolete type
376 lwpchan_cache_mapping(caddr_t addr, int type, int pool, lwpchan_t *lwpchan, argument
384 if (ent->lwpchan_type != type ||
392 ent->lwpchan_type = (uint16_t)type;
409 int type, lwpchan_t *lwpchan, int pool)
432 if (lwpchan_cache_mapping(addr, type, pool, lwpchan, hashbucket) == 0) {
450 count = lwpchan_cache_mapping(addr, type, poo
408 lwpchan_get_mapping(struct as *as, caddr_t addr, caddr_t uaddr, int type, lwpchan_t *lwpchan, int pool) argument
483 get_lwpchan(struct as *as, caddr_t addr, int type, lwpchan_t *lwpchan, int pool) argument
635 lwp_upimutex_owned(lwp_mutex_t *lp, uint8_t type) argument
706 lwp_upimutex_lock(lwp_mutex_t *lp, uint8_t type, int try, lwp_timer_t *lwptp) argument
972 lwp_upimutex_unlock(lwp_mutex_t *lp, uint8_t type) argument
1162 volatile uint8_t type = 0; local
1504 volatile uint8_t type = 0; local
1586 volatile uint16_t type = 0; local
1851 volatile uint16_t type = 0; local
1915 volatile uint16_t type = 0; local
1970 volatile uint16_t type = 0; local
2038 volatile uint16_t type = 0; local
2177 volatile uint16_t type = 0; local
2343 volatile uint16_t type = 0; local
2714 volatile uint16_t type = 0; local
2980 uint8_t type; local
3039 volatile uint8_t type = 0; local
3145 volatile uint8_t type = 0; local
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_context.c501 /* remeber the IP type and h_val to know where and how much
566 /* allocate a free context by type
572 lm_status_t lm_allocate_cid(struct _lm_device_t *pdev, u32_t type, void * cookie, s32_t * out_cid){ argument
584 ERR_IF(type >= ARRSIZE(pdev->context_info->proto_pending)) )
592 DbgBreakIf(type >= ARRSIZE(pdev->context_info->proto_pending)) ;
602 if (context->proto_ffree[type]==0) {
603 if ((pdev->params.cid_allocation_mode == LM_CID_ALLOC_REGULAR) || (context->proto_pending[type] == 0)) {
614 cid = context->proto_pending[type];
615 context->proto_pending[type] = context->array[cid].next;
617 context->array[cid].cid_resc.cookies[type]
749 lm_free_cid(struct _lm_device_t *pdev, u32_t type, u32_t cid, u8_t notify_fw) argument
831 u32_t type = MAX_PROTO+1; local
923 lm_cid_cookie(struct _lm_device_t *pdev, u32_t type, u32_t cid) argument
973 u8_t type = MAX_PROTO+1; local
1012 lm_set_cid_resc( IN struct _lm_device_t *pdev, IN u32_t type, IN void *cookie, IN u32_t cid) argument
1046 lm_free_cid_resc( IN struct _lm_device_t *pdev, IN u32_t type, IN u32_t cid, IN u8_t notify_fw) argument
[all...]
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y51 ** TRIGGER. "a" is the event type, one of TK_UPDATE, TK_INSERT,
96 %type temp {int}
110 // column. The type is always just "text". But the code will accept
113 column ::= columnid type carglist.
119 %type id {Token}
151 %type ids {Token}
157 %type nm {Token}
162 type ::= . label
163 type ::= typename(X). {sqliteAddColumnType(pParse,&X,&X);} label
164 type label
165 type ::= typename(X) LP signed COMMA signed RP(Y). label
[all...]
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dprintfr.c25 u_32_t type; local
31 type = fp->fr_type & ~FR_T_BUILTIN;
130 if (type == FR_T_IPF) {
147 if (type == FR_T_NONE) {
149 } else if (type == FR_T_IPF) {
167 int type = fp->fr_icmp, code; local
169 type = ntohs(fp->fr_icmp);
170 code = type & 0xff;
171 type /= 256;
172 if (type < (sizeo
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_hio.c139 nhd->type = NXGE_HIO_TYPE_SERVICE;
152 nxge->tx_hio_groups[i].type = MAC_RING_TYPE_TX;
160 nxge->rx_hio_groups[i].type = MAC_RING_TYPE_RX;
197 * type The type of channel this is: Tx or Rx.
209 vpc_type_t type,
215 switch (type) {
295 * type Tx or Rx
305 nxge_grp_type_t type)
315 switch (type) {
207 nxge_dci_map( nxge_t *nxge, vpc_type_t type, int index) argument
303 nxge_grp_add( nxge_t *nxge, nxge_grp_type_t type) argument
355 vpc_type_t type; local
422 nxge_grp_dc_add( nxge_t *nxge, nxge_grp_t *group, vpc_type_t type, int channel) argument
544 nxge_grp_dc_remove( nxge_t *nxge, vpc_type_t type, int channel) argument
606 nxge_grp_dc_find( nxge_t *nxge, vpc_type_t type, int channel) argument
1336 nxge_hio_group_get(void *arg, mac_ring_type_t type, int groupid, mac_group_info_t *infop, mac_group_handle_t ghdl) argument
1616 nxge_hio_share_query(mac_share_handle_t shandle, mac_ring_type_t type, mac_ring_handle_t *rings, uint_t *n_rings) argument
1968 nxge_hio_addres(nxge_hio_vr_t *vr, mac_ring_type_t type, uint64_t *map) argument
2031 nxge_hio_remres( nxge_hio_vr_t *vr, mac_ring_type_t type, res_map_t res_map) argument
2299 nxge_hio_dc_share( nxge_t *nxge, nxge_hio_vr_t *vr, mac_ring_type_t type, int channel) argument
2529 nxge_hio_dc_unshare( nxge_t *nxge, nxge_hio_vr_t *vr, mac_ring_type_t type, int channel) argument
[all...]
/illumos-gate/usr/src/lib/fm/libldom/sparc/
H A Dldom.c61 #define MD_STR_DEVICE_TYPE "device-type"
301 get_type(ldom_hdl_t *lhp, uint32_t *type) argument
311 *type = 0;
316 *type = LDOM_TYPE_LEGACY;
330 *type |= LDOM_TYPE_CONTROL;
359 *type |= LDOM_TYPE_ROOT;
366 *type |= LDOM_TYPE_IO;
378 ldom_get_type(ldom_hdl_t *lhp, uint32_t *type) argument
393 *type = ltype;
406 *type
606 uint32_t type = 0; local
682 uint32_t type = 0; local
713 uint32_t type = 0; local
729 uint32_t type = 0; local
742 uint32_t type = 0; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Dser_rc.c54 * Serialization entry for this type.
85 if (rcache->ops && rcache->ops->type)
86 required += (strlen(rcache->ops->type)+1);
90 * <type>:<name>
129 namelen = (rcache->ops && rcache->ops->type) ?
130 strlen(rcache->ops->type)+1 : 0;
136 if (rcache->ops && rcache->ops->type)
137 sprintf(rcname, "%s:%s", rcache->ops->type, fnamep);
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_rdata.c88 ns_type type, const u_char *rdata, size_t rdlen,
94 switch (type) {
179 ns_rdata_equal(ns_type type, argument
183 switch (type) {
252 ns_rdata_refers(ns_type type, argument
256 switch (type) {
87 ns_rdata_unpack(const u_char *msg, const u_char *eom, ns_type type, const u_char *rdata, size_t rdlen, u_char *nrdata, size_t nrdsiz) argument
/illumos-gate/usr/src/lib/libbsm/common/
H A Dgetdadefs.c157 * specified by its type.
163 getdadeftype(char *type) argument
169 if ((type == NULL) || (_df == NULL) || (dadeff == NULL))
173 if (strstr(line1, type) == NULL)
177 if (dadef_matchtype(da_def, type))
187 * checks if the specified da_defs_t is for the device type specified.
191 dadef_matchtype(da_defs_t *da_def, char *type) argument
196 return ((strcmp(da_def->devtype, type) == 0));
/illumos-gate/usr/src/common/ctf/
H A Dctf_hash.c95 ctf_hash_insert(ctf_hash_t *hp, ctf_file_t *fp, ushort_t type, uint_t name) argument
102 if (type == 0)
118 hep->h_type = type;
132 ctf_hash_define(ctf_hash_t *hp, ctf_file_t *fp, ushort_t type, uint_t name) argument
138 return (ctf_hash_insert(hp, fp, type, name));
140 hep->h_type = type;
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dconfig.c37 find_pci(dev->type, &state->dev);
96 if (state->driver->type != dev->type)
129 if ((dev->type >= 0) &&
130 (dev->type < sizeof(driver_name)/sizeof(driver_name[0]))) {
131 type_name = driver_name[dev->type];

Completed in 111 milliseconds

<<11121314151617181920>>