Searched defs:type (Results 376 - 400 of 2141) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/acctadm/
H A Dres.c183 name2id(char *name, int type) argument
187 if (acname->ar_type == type &&
206 id2name(int id, int type) argument
210 if (acname->ar_type == type &&
219 printgroup(int type) argument
224 if (ac_groups[g].ag_type != type)
227 (void) printf("%s", id2name(ac_groups[g].ag_mem[0], type));
229 (void) printf(",%s", id2name(id, type));
239 printgroups(int type) argument
243 if ((type
297 str2buf(ac_res_t *buf, char *str, int state, int type) argument
345 buf2str(ac_res_t *buffer, size_t bufsz, int state, int type) argument
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Daccount.c64 char type[MODSTR]; /* type of transaction */ member in struct:acData
123 acptr->type, FS,
144 * device - the type of device being used for communicaitons.
244 * type: file transfer or remote exec.
248 acInit (type)
249 char * type;
272 copyText(acptr->type, sizeof(acptr->type), type);
[all...]
H A Duucheck.c161 int type; local
165 for (type=0; type<2; type++) {
166 /* type = 0 for LOGNAME, 1 for MACHINE */
169 type == U_MACHINE
184 if (_Flds[type] == NULL)
199 error += outLine(type);
207 outLine(type)
208 int type;
[all...]
/illumos-gate/usr/src/cmd/boot/common/
H A Dbblk_einfo.h66 unsigned int type; member in struct:_hashing_function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dcbcp.c292 printer(arg, " (type %d?)", cichar);
330 u_char type, opt_len; local
338 GETCHAR(type, pckt);
351 if (type > CB_CONF_LIST) {
353 dbglog("CBCP: ignoring unknown type %d", type);
357 us->us_allowed |= (1 << type);
359 switch (type) {
462 u_char type, addr_type; local
466 GETCHAR(type, pck
[all...]
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal_set_property.c120 int type = PROP_INVALID; local
165 type = PROP_STRING;
168 type = PROP_INT;
171 type = PROP_UINT64;
174 type = PROP_DOUBLE;
184 type = PROP_BOOL;
187 type = PROP_STRLIST_PRE;
190 type = PROP_STRLIST_POST;
193 type = PROP_STRLIST_REM;
216 if ((remove && type !
[all...]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddirectory_provider_builtin.c69 int type; local
72 * Extract the type for this particular ID.
73 * Advance to the next type, if it's there, else keep
74 * using this type until we run out of IDs.
76 type = *types;
101 if (type == DIRECTORY_ID_SID[0])
105 if (type == DIRECTORY_ID_NAME[0])
107 else if (type == DIRECTORY_ID_USER[0])
109 else if (type == DIRECTORY_ID_GROUP[0])
114 "Invalid ID type \"
[all...]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon_y.y60 %type <addr> ipv4
61 %type <opt> direction dstip dstport every execute group interface
62 %type <opt> protocol result rule srcip srcport logtag matching
63 %type <opt> matchopt nattag type doopt doing save syslog nothing
64 %type <num> saveopts saveopt typeopt
109 | type { $$ = $1; }
201 type: IPM_TYPE '=' typeopt { $$ = new_opt(IPM_TYPE); label
302 static opt_t *new_opt(type)
303 int type;
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_esi.h62 ev_type_t type; member in struct:ev
H A Disns_scn.h34 /* raw scn data type */
37 int type; member in struct:scn_raw
49 /* scn context data type */
62 /* portal data type stroed in scn registry */
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Ddebug.c554 Dbg_state_str(dbg_state_t type) argument
573 assert(type < DBG_STATE_NUM);
574 return (MSG_INTL(state[type]));
H A Ddlfcns.c165 int type)
196 if (type >= DBG_DLSYM_NUM)
197 type = 0;
198 str = MSG_ORIG(dlsym_msg[type]);
164 Dbg_dl_dlsym(Rt_map *clmp, const char *sym, int *in_nfavl, const char *next, int type) argument
H A Dgot.c129 uchar_t ei_target_data, uchar_t ei_host_data, Word type, void *reloc,
151 if (type == SHT_RELA) {
128 Elf_got_entry(Lm_list *lml, Sword ndx, Addr addr, Xword value, Half mach, uchar_t ei_target_data, uchar_t ei_host_data, Word type, void *reloc, const char *name) argument
/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dklookup.c42 * Private resolver of target and type with arguments:
54 int len = 0, anslen, hostlen, nq, na, type, class; local
148 NS_GET16(type, ansp); /* type */
157 if (type == T_SRV) {
175 } else if (type == T_PTR) {
183 if (type == rr_type && class == C_IN) {
185 if (type != T_SRV && !(typestr && *typestr == 'I'))
199 if (type != T_SRV && !(typestr && *typestr == 'I'))
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Ddockspace.c73 static void warn(int type, char *name, fsblkcnt_t need, fsblkcnt_t avail,
125 warn(int type, char *name, fsblkcnt_t need, fsblkcnt_t avail, fsblkcnt_t limit) argument
128 if (type == TYPE_BLCK) {
/illumos-gate/usr/src/cmd/tbl/
H A Dtu.c25 int cr, type, shortl; local
26 type = thish(i,c);
27 if (type==0) return;
30 if (c>0 && !shortl && thish(i,c-1) == type)return;
32 for(cr=c; cr < ncol && (ctype(i,cr)=='s'||type==thish(i,cr)); cr++);
/illumos-gate/usr/src/cmd/tcpd/
H A Dinetcf.c47 int type; member in struct:inet_ent
273 void inet_set(name, type)
275 int type;
286 ip->type = type;
302 return (ip->type);
/illumos-gate/usr/src/cmd/tnf/prex/
H A Dspec.c66 spec_type_t type)
73 new_p->type = type;
76 if (type == SPEC_REGEXP) {
98 new_p = spec(strdup(spec_p->str), spec_p->type);
158 switch (spec_p->type) {
183 switch (spec_p->type) {
65 spec(char *str_p, spec_type_t type) argument
/illumos-gate/usr/src/cmd/truss/
H A Dhtbl.h76 hdtype_t type; /* type of entry we've written to disk */ member in struct:hdntry
/illumos-gate/usr/src/cmd/tsol/tninfo/
H A Dtninfo.c216 (void) printf(gettext("unsupported host type: %ld\n"),
277 iterate_mlps(tsol_mlpent_t *tsme, const char *type) argument
287 (void) printf(gettext("%s: no entries\n"), type);
294 (void) printf("%s: ", type);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_rlock.c85 * range locking mutex, and the lock type converted from RL_APPEND to
426 zfs_range_lock(znode_t *zp, uint64_t off, uint64_t len, rl_type_t type) argument
430 ASSERT(type == RL_READER || type == RL_WRITER || type == RL_APPEND);
439 new->r_type = type;
445 if (type == RL_READER) {
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dgssapi_krb5.h50 * krb5(2) krb5_name(1)}. The recommended symbolic name for this type
58 * name for this type is "GSS_KRB5_NT_HOSTBASED_SERVICE_NAME". The
59 * currently preferred symbolic name for this type is
67 * type is "GSS_KRB5_NT_USER_NAME". */
74 * this type is "GSS_KRB5_NT_MACHINE_UID_NAME". */
81 * this type is "GSS_KRB5_NT_STRING_UID_NAME". */
118 OM_uint32 type; /* key encryption type */ member in struct:gss_krb5_lucid_key
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dutil_validate.c61 int type; member in struct:_vkey
72 beware some of the uses below of type look dubious but seem
77 static int g_save(db, type, ptr)
79 int type;
102 vk.type = type;
132 ret = (g_set_entry_add(gs, ptr, (void *)(intptr_t)type) == 0);
138 static int g_validate(db, type, ptr)
140 int type;
159 vk.type
[all...]
/illumos-gate/usr/src/uts/common/inet/dlpistub/
H A Ddlpistub.c134 int type; local
145 type = SUNW_DL_VNI;
148 type = SUNW_DL_IPMP;
155 dsp->ds_type = type;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_rts.c80 rts_fill_msg_v6(int type, int rtm_addrs, const in6_addr_t *dst, argument
94 * First find the type of the message
97 header_size = rts_header_msg_size(type);
185 rtm->rtm_type = (uchar_t)type;
196 ip_rts_change_v6(int type, const in6_addr_t *dst_addr, argument
206 mp = rts_alloc_msg(type, rtm_addrs, AF_INET6, 0);
209 rts_fill_msg_v6(type, rtm_addrs, dst_addr, net_mask, gw_addr, source,

Completed in 90 milliseconds

<<11121314151617181920>>