Searched defs:type (Results 351 - 375 of 2141) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rep.c142 lock_register(int fd, int cmd, int type, off_t offset, int whence, off_t len) argument
146 lock.l_type = type;
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_scsi.c507 int type; local
519 type = scsi_get_devtype(session->ns_scsi.sd_adapter_name, sid,
521 if (type != DTYPE_SEQUENTIAL && type != DTYPE_CHANGER) {
/illumos-gate/usr/src/cmd/pathchk/
H A Dpathchk.c137 checkPathConf(const char *path, int type, long *valp) argument
140 *valp = pathconf(path, type);
147 if (type == _PC_PATH_MAX)
154 type == _PC_PATH_MAX?"_PC_PATH_MAX" :
156 type == _PC_PATH_MAX ? "PATH_MAX" : "NAME_MAX",
/illumos-gate/usr/src/cmd/pcidr/
H A Dpcidr_common.c149 * if <name> is recognized, function will return its type through <typep> and
155 /* string type */
175 data_type_t type; local
183 type = nvpair_type(nvpairp);
186 switch (type) {
197 dprint(lvl, "%s: unsupported type: name = %s, "
198 "type = 0x%x\n", fn, name, (int)type);
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/pri/
H A Dio_dev_label.c53 char *type, *nac, *pri_path, *saved_path; local
93 * Try to fetch the "type" as a string or as "data" until we
94 * can agree on what its tag type should be.
96 if (md_get_prop_str(mdp, components[i], "type", &type) ==
98 if (md_get_prop_data(mdp, components[i], "type",
99 (uint8_t **)&type, &type_size)) {
101 "can't get type for component %d\n", i);
107 * Isolate components of type "io".
109 if (strcmp((const char *)type, "i
[all...]
H A Dpriplugin.c61 set_prop_info(ptree_propinfo_t *propinfo, int size, char *name, int type) argument
66 propinfo->piclinfo.type = type;
87 add_md_prop(picl_nodehdl_t node, int size, char *name, void* value, int type) argument
93 set_prop_info(&propinfo, size, name, type);
/illumos-gate/usr/src/cmd/pools/poolbind/
H A Dpoolbind.c92 print_resource_binding(const char *type, pid_t pid) argument
96 if ((resource_name = pool_get_resource_binding(type, pid)) == NULL)
97 warn(gettext("getting '%s' binding for %d: %s\n"), type,
100 (void) printf("%d\t%s\t%s\n", (int)pid, type, resource_name);
/illumos-gate/usr/src/cmd/prstat/
H A Dprsort.c108 list_setkeyfunc(char *arg, optdesc_t *opt, list_t *list, int type) argument
114 list->l_type = type;
/illumos-gate/usr/src/cmd/renice/
H A Drenice.c374 type_t *type = types; local
376 while (type->name != NULL) {
377 if (strcmp(type->name, name) == 0)
378 return (type->id);
379 type++;
381 (void) fprintf(stderr, gettext("renice: unknown id type: %s\n"), name);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/ickey/
H A Dickey.c46 "type",
142 knownkeytype(char *type) argument
147 if (strcmp(keylist[i].handle, type) == 0)
281 "usage: %s [ -d ] -o type=keytype\nwhere keytype is one of "),
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dctl.h75 * The values for type.
95 char type; member in struct:ctl_response
104 char type; member in struct:ctl_msg
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c159 "Hardware address type (htype) = %d (%s)", dp->htype,
492 char *type; local
496 type = "Broadcast Node";
499 type = "Point To Point Node";
502 type = "Mixed Mode Node";
505 type = "Hybrid Node";
508 type = "??? Node";
514 type, *start);
534 "Message type = %s",
610 show_msgtype(unsigned char type) argument
[all...]
H A Dsnoop_rpcsec.c141 rpcsec_gss_pre_proto(int type, int flags, int xid, argument
161 "RPC RPCSEC_GSS", type == CALL ? 'C' : 'R',
182 "RPC RPCSEC_GSS", type == CALL ? 'C' : 'R',
193 type == CALL ? "CALL" : "REPLY", args_len);
255 rpcsec_gss_control_proc(int type, int flags, int xid) argument
266 if (type == CALL) {
269 type == CALL ? 'C' : 'R',
276 if (type == CALL) {
291 * put service and control type in the xid cache.
/illumos-gate/usr/src/cmd/csh/
H A Dsh.sem.c516 unsigned short type; local
523 type = stb.st_mode & S_IFMT;
524 if (type == S_IFCHR || type == S_IFIFO)
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_messages.c39 * FUNCTION: print_layout_volume_msg(char *type, uint64_t nbytes)
42 * layout process for a volume of the indicated type and
47 char *type,
56 type, spstr);
62 * FUNCTION: print_layout_explicit_msg(char *type)
66 * for a volume of the indicated type.
70 char *type)
75 type);
103 * FUNCTION: print_insufficient_resources_msg(char *type)
109 * the metassist command failed. The volume type i
46 print_layout_volume_msg( char *type, uint64_t nbytes) argument
69 print_layout_explicit_msg( char *type) argument
113 print_insufficient_resources_msg( char *type) argument
196 print_debug_failure_msg( char *type, char *err) argument
280 print_layout_submirrors_msg( char *type, uint64_t nbytes, int nsubs) argument
305 print_layout_submirrors_failed_msg( char *type, int count, int nsubs) argument
330 print_populate_volume_msg( char *type, uint64_t nbytes) argument
354 print_populate_volume_ncomps_msg( char *type, uint64_t nbytes, int ncomps) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnvpair.c130 * given the '-q' option, the type of elements is hidden, and elements are
134 data_type_t type; member in struct:__anon915
170 data_type_t type)
183 } else if (type == DATA_TYPE_BOOLEAN_VALUE ||
184 type == DATA_TYPE_BOOLEAN_ARRAY) {
222 data_type_t type = DATA_TYPE_UNKNOWN; local
253 /* lookup type decoding information for this nvpair */
254 type = NVP_TYPE(nvpair);
257 if (nvpair_info[i].type == type) {
169 nvpair_print_value(char *data, int32_t elem_size, int32_t nelem, data_type_t type) argument
[all...]
/illumos-gate/usr/src/cmd/eqn/
H A Dio.c49 int i, type; local
53 while ((type = getaline(in)) != EOF) {
87 } else if (type == lefteq)
H A Dlex.c227 define(int type) argument
233 if (type != DEFINE) {
/illumos-gate/usr/src/cmd/file/
H A Delf_read.h34 unsigned core_type; /* core? what type of core? */
38 unsigned type; /* e_type */ member in struct:Elf_Info
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_eventq.c327 fmd_eventq_cancel(fmd_eventq_t *eq, uint_t type, void *data) argument
336 if (fmd_event_match(eqe->eqe_event, type, data)) {
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_decl.c64 inj_decl_lookup(const char *name, inj_itemtype_t type) argument
66 inj_hash_t *hash = item2hash(type);
85 inj_decl_mem_create(const char *name, inj_memtype_t type) argument
90 dlm->dlm_type = type;
98 inj_itemtype_t type)
103 dlm->dlm_type = inj_item2mem(type);
105 if ((dlm->dlm_decl = inj_decl_lookup(declnm, type)) == NULL) {
106 yyerror("unknown %s %s", inj_item2str(type), declnm);
235 inj_decl_finish(inj_decl_t *decl, const char *name, inj_itemtype_t type) argument
244 inj_hash_t *hash = item2hash(type);
97 inj_decl_mem_create_defined(const char *name, const char *declnm, inj_itemtype_t type) argument
[all...]
/illumos-gate/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_main.c176 const char *type = strrchr(sp->subr_class, '.') + 1; local
185 gmem_evdisp_names[i].evn_name, type);
190 gmem_evdisp_names[i].evn_desc, type);
/illumos-gate/usr/src/cmd/format/
H A Dmenu_defect.c265 int type, deflt, index; local
280 type = input(FIO_INT, "Select input format (enter its number)", ':',
284 if (type) {
560 * type OSTR.
625 * input will be malloc'd space since we inputted type OSTR.
/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb.c72 ** type -- type of the lock. Bits can be:
82 smdb_lockfile(fd, type)
84 int type;
93 if (bitset(LOCK_UN, type))
95 else if (bitset(LOCK_EX, type))
100 if (bitset(LOCK_NB, type))
114 ** as type "tmp" (that is, served from swap space), the
123 if (!bitset(LOCK_NB, type) ||
130 syslog(LOG_ERR, "cannot lockf(%s%s, fd=%d, type
526 SMDB_DBTYPE type; member in struct:__anon1379
[all...]
/illumos-gate/usr/src/cmd/acctadm/
H A Dmain.c116 int type = 0; /* type of accounting */ local
119 char *typestr = NULL; /* type of accounting argument string */
207 type |= AC_PROC;
209 type |= AC_TASK;
211 type |= AC_FLOW;
213 type |= AC_NET;
215 warn(gettext("unknown accounting type -- %s\n"),
220 type = AC_PROC | AC_TASK | AC_FLOW | AC_NET;
226 if ((type
[all...]

Completed in 100 milliseconds

<<11121314151617181920>>