Searched defs:type (Results 601 - 625 of 894) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_element_ctl.c1818 uint64_t type; local
1824 &type) == 0);
1827 if (dp->scd_et == type)
1841 uint64_t type; local
1843 VERIFY(nvlist_lookup_uint64(props, SES_PROP_ELEMENT_TYPE, &type) == 0);
1846 if (dp->scd_et == type)
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c85 uint_t type; member in struct:str_type
119 * SENA/SUNWGS type enclosure disk table. This table contains vendor IDs and
122 * in the SENA/SUNWGS type enclosures that do not have a corresponding match
124 * that utilize the SUNWGS type enclosure. SENA is EOL'd. The risk of new
1005 * The FCA type and Xport type if found in the path on success
1086 path_type |= search_arr_ptr->type;
1101 if ((search_arr_ptr->type == FC_GEN_XPORT) &&
1106 path_type |= search_arr_ptr->type;
/osnet-11/usr/src/lib/udapl/libdat/common/
H A Ddat_api.c72 OUT DAT_HANDLE_TYPE *type)
78 type);
70 dat_get_handle_type( IN DAT_HANDLE dat_handle, OUT DAT_HANDLE_TYPE *type) argument
H A Dudat_sr_parser.c96 DAT_SR_TOKEN_TYPE type; member in struct:__anon2844
97 char *value; /* valid if type is DAT_SR_TOKEN_STRING */
121 DAT_SR_API_TYPE type; member in struct:__anon2847
154 DAT_SR_TOKEN_TYPE type);
333 if ((DAT_SR_API_UDAT == entry->api_version.type) &&
385 DAT_SR_TOKEN_TYPE type)
389 if ((type < 0) || (2 < type)) {
390 return ("error: invalid token type");
393 return (str_array[type]);
384 dat_sr_type_to_str( DAT_SR_TOKEN_TYPE type) argument
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A DPcore.c604 * and the size of the gwindows_t type. It doesn't matter if the read
680 dprintf("skipping unsupported note type\n");
685 * Populate a table of function pointers indexed by Note type with our
686 * functions to process each type of core file note:
1035 * Perform elf_begin on efp->e_fd and verify the ELF file's type and class.
1038 core_elf_fdopen(elf_file_t *efp, GElf_Half type, int *perr) argument
1051 * check, and convert the file header manually in case type == ET_CORE.
1059 e32.e_type != type || (isa_err = (e32.e_ident[EI_DATA] != order)) ||
1187 * zero. We try to detect and correct that specific type of
1252 * So if type i
1278 core_elf_open(elf_file_t *efp, const char *path, GElf_Half type, int *perr) argument
[all...]
H A DPgcore.c94 shstrtab_ndx(shstrtab_t *s, shstrtype_t type) argument
98 if ((ret = s->sst_ndx[type]) != 0 || type == STR_NONE)
101 ret = s->sst_ndx[type] = s->sst_cur;
102 s->sst_cur += strlen(shstrtab_data[type]) + 1;
389 write_note(int fd, uint_t type, const void *desc, size_t descsz, off64_t *offp) argument
402 n.nhdr.n_type = type;
615 write_shdr(pgcore_t *pgc, shstrtype_t name, uint_t type, ulong_t flags, argument
624 shdr.sh_type = type;
645 shdr.sh_type = type;
[all...]
/osnet-11/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo_sun4u.h136 enum board_type type; /* board type */ member in struct:grp
/osnet-11/usr/src/lib/libradproto/common/
H A Dradclient.c145 rc_arraytype(rc_object_t *o, adr_type_t *type) argument
361 if (strcmp(mw->message.message_u.edata.type, name) == 0)
506 rc_response_data(message_wrapper_t *mw, adr_data_t **data, adr_type_t *type) argument
509 bool_t success = xdr_unembed_optdata(data, type,
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h167 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; member in struct:evEvent_p
182 uint32_t type; /* READ, WRITE, EXCEPT, nonblk */ member in struct:__anon2439
188 ctx->field.type = ev; \
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c208 fprintf(file, ";;\t%s, type = %s, class = %s\n",
482 * that T_ANY is a qtype but not a type. (You can ask for records of type
483 * T_ANY, but you can't have any records of that type in the database.)
629 * Return a string for the type.
632 p_type(int type) { argument
637 result = sym_ntos(__p_type_syms, type, &success);
640 if (type < 0 || type > 0xffff)
642 sprintf(typebuf, "TYPE%d", type);
[all...]
H A Dres_send.c220 * look for (name,type,class) in the query section of packet (buf,eom)
234 res_nameinquery(const char *name, int type, int class, argument
252 if (ttype == type && tclass == class &&
260 * is there a 1:1 mapping of (name,type,class)
/osnet-11/usr/src/lib/libsasl/lib/
H A Dsaslint.h170 enum Sasl_conn_type type; member in struct:sasl_conn
566 enum Sasl_conn_type type,
/osnet-11/usr/src/lib/libsec/common/
H A Dacltext.c307 * compute entry type string, such as user:joe, group:staff,...
385 * compute entry type string such as, owner@:, user:joe, group:staff,...
615 * compute string of access type, such as allow, deny, ...
618 ace_access_txt(dynaclstr_t *dstr, int type) argument
622 if (type == ACE_ACCESS_ALLOWED_ACE_TYPE)
624 else if (type == ACE_ACCESS_DENIED_ACE_TYPE)
626 else if (type == ACE_SYSTEM_AUDIT_ACE_TYPE)
628 else if (type == ACE_SYSTEM_ALARM_ACE_TYPE)
710 * of type DEF_USER, USER, DEF_GROUP or GROUP, can exceed LOGNAME_MAX. We
/osnet-11/usr/src/lib/libshare_plugins/smb/
H A Dlibshare_smb.c169 int type; member in struct:sa_smb_share_opt
201 values_for_type(int type) argument
205 switch (type) {
239 values_list_for_type(int type, uint_t *n) argument
247 switch (type) {
288 if (opt->type == OPT_TYPE_BOOLEAN) {
300 values_list = values_list_for_type(opt->type, &n);
303 inheritable, values_for_type(opt->type),
349 return (opt->type);
619 * if property type i
[all...]
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h87 Namval_t *type; member in struct:Namfun
112 Namval_t *tp; /* point to type */
136 #define NV_CLASS ".sh.type"
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dhistory.c90 # define new_of(type,x) ((type*)malloc((unsigned)sizeof(type)+(x)))
91 # define NIL(type) ((type)0)
1182 static int hist_exceptf(Sfio_t* fp, int type, void *data, Sfdisc_t *handle) argument
1184 static int hist_exceptf(Sfio_t* fp, int type, Sfdisc_t *handle)
1189 if(type==SF_WRITE)
/osnet-11/usr/src/lib/libshell/common/include/
H A Dnval.h78 Namval_t *type; member in struct:Namfun
103 Namval_t *tp; /* point to type */
127 #define NV_CLASS ".sh.type"
/osnet-11/usr/src/lib/libshell/common/sh/
H A Darray.c623 if(ap->hdr.type && ap->hdr.type!=nv_type(mp))
624 nv_arraysettype(np,ap->hdr.type,nv_getsub(np),0);
701 if(string && ap->hdr.type && nv_isvtree(np))
702 nv_arraysettype(np,ap->hdr.type,nv_getsub(np),0);
1608 register int type; local
1696 type = nv_isattr(np,NV_PUBLIC&~(NV_ARRAY|NV_CHILD|NV_MINIMAL));
1707 nv_onattr(mp,type);
H A Dlex.c143 static void refvar(Lex_t *lp, int type) argument
147 off_t off = (fcseek(0)-(type+1))-(lp->lexd.first?lp->lexd.first:fcfirst());
151 off = (fcseek(0)-(type+1)) - lp->lexd.first;
152 r=kiaentity(lp,lp->lexd.first+lp->lexd.kiaoff+type,off-lp->lexd.kiaoff,'v',-1,-1,lp->current,'v',0,"");
158 off = offset + (fcseek(0)-(type+1)) - fcfirst();
163 sfwrite(stkp,fcfirst()+type,off-offset);
170 begin = fcfirst()+(type+lp->lexd.kiaoff-offset);
321 * Returns the token type
2383 static int alias_exceptf(Sfio_t *iop,int type,void *data, Sfdisc_t *handle) argument
2385 static int alias_exceptf(Sfio_t *iop,int type,Sfdisc_
[all...]
H A Dnvdisc.c190 #define isblocked(bp,type) ((bp)->flags & (1<<(type)))
191 #define block(bp,type) ((bp)->flags |= (1<<(type)))
192 #define unblock(bp,type) ((bp)->flags &= ~(1<<(type)))
253 int type = (flags&NV_APPEND)?APPEND:ASSIGN; local
255 register Namval_t *nq = vp->disc[type];
275 if(val || isblocked(bp,type))
277 if(!nq || isblocked(bp,type))
368 lookup(Namval_t *np, int type, Sfdouble_t *dp,Namfun_t *handle) argument
449 register int type; local
559 register int type,getname=0; local
[all...]
H A Dnvtype.c31 "[-1c?\n@(#)$Id: type (AT&T Labs Research) 2008-07-01 $\n]"
33 "[+NAME?\f?\f - set the type of variables to \b\f?\f\b]"
34 "[+DESCRIPTION?\b\f?\f\b sets the type on each of the variables specified "
39 "variables of this type are written to standard output.]"
44 "[a]:?[type?Indexed array. Each \aname\a will converted to an index "
45 "array of type \b\f?\f\b. If a variable already exists, the current "
48 "type \atype\a.]"
50 "array of type \b\f?\f\b. If a variable already exists, the current "
52 "[h]:[string?Used within a type definition to provide a help string "
54 "[S?Used with a type definitio
1404 char *type; member in struct:_field_
[all...]
H A Dparse.c70 # define NIL(type) ((type)0)
88 #define getnode(type) ((Shnode_t*)stakalloc(sizeof(struct type)))
94 * type=='V' for variable assignment lists
95 * Otherwise type is determined by the command */
96 static unsigned long writedefs(Lex_t *lexp,struct argnod *arglist, int line, int type, struct argnod *cmd) argument
107 if(type==0)
110 type = 'v';
114 type
298 makelist(Lex_t *lexp, int type, Shnode_t *l, Shnode_t *r) argument
490 register int type = FINT|FAMP; local
937 assign(Lex_t *lexp, register struct argnod *ap, int type) argument
1502 int type = 0; local
2008 kiaentity(Lex_t *lexp,const char *name,int len,int type,int first,int last,unsigned long parent, int pkind, int width, const char *attr) argument
[all...]
H A Dpath.c1570 Pathcomp_t *path_addpath(Shell_t *shp,Pathcomp_t *first, register const char *path,int type) argument
1577 if(!path && type!=PATH_PATH)
1579 if(type!=PATH_FPATH)
1590 if(type!=PATH_FPATH)
1591 first = path_addcomp(shp,first,old,".",type);
1600 first = path_addcomp(shp,first,old,cp,type);
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h87 Namval_t *type; member in struct:Namfun
112 Namval_t *tp; /* point to type */
136 #define NV_CLASS ".sh.type"
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h87 Namval_t *type; member in struct:Namfun
112 Namval_t *tp; /* point to type */
136 #define NV_CLASS ".sh.type"

Completed in 99 milliseconds

<<21222324252627282930>>