Searched defs:type (Results 226 - 250 of 2141) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_intaddr.c41 int type; member in struct:nscd_int_addr
83 * Add an address of 'type' to the internal address database.
88 int type,
110 int_addr->type = type;
86 _nscd_add_int_addr( void *ptr, int type, nscd_seq_num_t seq_num) argument
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSystemMonitor.java156 * Add all resources of the supplied type in the monitored
161 * @param type The type of the resources to be added
163 private void setResourceMonitors(String type) throws PoolsException, argument
166 Value val = new Value("type", type);
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DComponent.java39 * The type of the component.
41 private final String type; field in class:Component
63 Value val = getProperty("type", comp);
64 type = val.getString();
66 val = getProperty(type + ".sys_id", comp);
69 key = type + "." + sys_id;
80 return (_conf.checkComponent(type, sys_id));
106 buf.append(type);
126 if (type.compareTo(other.getType()) != 0 ||
143 return (type
[all...]
H A DResource.java40 * The type of the resource.
42 private final String type; field in class:Resource
62 Value val = getProperty("type", resource);
63 type = val.getString();
65 val = getProperty(type + ".name", resource);
68 key = type + "." + name;
81 return (_conf.checkResource(type, name));
170 buf.append(type);
190 if (type.compareTo(other.getType()) != 0 ||
207 return (type
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dctl.h60 /* the values for type */
79 char type; member in struct:ctl_response
88 char type; member in struct:ctl_msg
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_solarnet.c75 int type,
101 if (type == CALL) {
200 if (type == CALL) {
73 interpret_solarnet_fw( int flags, int type, int xid, int vers, int proc, char *data, int len) argument
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs_msg.c269 print_msg_hdr(dcs_msg_type_t type, rdr_msg_hdr_t *hdr) argument
301 /* clamp an invalid type */
307 (type == DCS_RECEIVE) ? "received" : "sent",
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevpolicy.c230 char type; local
233 &dp->dps_himin, &type) == -1) {
237 dp->dps_isblock = type == 'b';
H A Dmd_link.c107 char *type, *dir; local
136 * md@<set>,<mdev>,<type>
138 * <mdev> is the metadevice number, and <type>
146 if (ret == 1 && (type = strrchr(mn, ',')) != NULL) {
147 type++;
148 if (strcmp(type, "blk") == 0) {
/illumos-gate/usr/src/cmd/mail/
H A Dcopylet.c39 int copylet(int letnum, FILE *f, int type)
47 type -> copy type
53 copylet(int letnum, FILE *f, int type) argument
56 int rc = xxxcopylet(letnum, f, type);
72 xxxcopylet(int letnum, FILE *f, int type) argument
92 int htype; /* header type */
93 int sav_htype; /* Header type of last non-H_CONT header line */
104 Dout(pn, 1, "(letnum = %d, type = %d), k = %ld\n", letnum, type,
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dirm.c38 irm_get_type(int type) argument
40 if (type == (DDI_INTR_TYPE_MSI | DDI_INTR_TYPE_MSIX))
43 switch (type) {
/illumos-gate/usr/src/cmd/filesync/
H A Dacls.c226 int type, perm, id; local
242 type = list[i].a_type;
250 if (type & ACL_DEFAULT) {
255 /* print out the entry type */
256 if (type & (USER_OBJ|USER)) {
259 } else if (type & (GROUP_OBJ|GROUP)) {
262 } else if (type & OTHER_OBJ) {
265 } else if (type & CLASS_OBJ) {
271 if (type & (USER_OBJ|GROUP_OBJ))
273 else if (type
[all...]
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_tblout.c150 proc->args.decls->decl.type);
162 printit(char *prefix, char *type) argument
168 if (streq(type, "oneway"))
171 len = fprintf(fout, "\t(xdrproc_t)xdr_%s,", stringfix(type));
182 if (streq(type, "void") || streq(type, "oneway")) {
187 ptype(prefix, type, 0);
/illumos-gate/usr/src/cmd/rpcsvc/
H A Dspray.c72 char *type; local
79 type = "netpath";
93 type = optarg;
107 clnt = clnt_create(host, SPRAYPROG, SPRAYVERS, type);
109 sprintf(msgbuf, "spray: cannot clnt_create %s:%s", host, type);
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dtxn_auto.h8 u_int32_t type; member in struct:_txn_regop_args
18 u_int32_t type; member in struct:_txn_ckp_args
29 u_int32_t type; member in struct:_txn_xa_regop_args
44 u_int32_t type; member in struct:_txn_child_args
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsm_resolve.c78 ** DNS_STRING_TO_TYPE -- convert resource record name into type
81 ** name -- name of resource record type
84 ** type if succeeded.
101 ** DNS_TYPE_TO_STRING -- convert resource record type into name
104 ** type -- resource record type
112 dns_type_to_string(type)
113 int type;
118 if (type == p->st_type)
212 int type, clas local
[all...]
/illumos-gate/usr/src/cmd/acctadm/
H A Dutils.c101 * Return the localized name of an accounting type.
104 ac_type_name(int type) argument
106 switch (type) {
116 die(gettext("invalid type %d\n"), type);
125 * requested type. Needs euid 0 to open the root-owned accounting file.
131 open_exacct_file(const char *file, int type) argument
140 if (!verify_exacct_file(file, type)) {
142 ac_type_name(type));
151 rc = acctctl(type | AC_FILE_SE
189 verify_exacct_file(const char *file, int type) argument
[all...]
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioFile.h44 // A 'primitive type' for memory mapped file access types
51 vmaccess_t type; // combined mode member in class:VMAccess
53 VMAccess(vmaccess_t x = NormalAccess): type(x) { } // Constructor
55 { return (type); }
57 switch (type) {
78 VMAccess vmaccess; // vm (mmap) access type
120 inline VMAccess GetAccessType() const { // get vm access type
/illumos-gate/usr/src/cmd/sgs/librtld/amd64/
H A D_relocate.c128 Xword type = ELF_R_TYPE(rel->r_info, M_MACH); local
131 if (type == R_AMD64_JUMP_SLOT) {
144 } else if (type == R_AMD64_COPY) {
148 (void) do_reloc_rtld(type, oaddr, &value, reloc->r_name, name,
/illumos-gate/usr/src/cmd/sgs/librtld/i386/
H A D_relocate.c120 Xword type = ELF_R_TYPE(rel->r_info, M_MACH); local
123 if (type == R_386_JMP_SLOT) {
135 } else if (type == R_386_COPY) {
139 (void) do_reloc_rtld(type, oaddr, &value, reloc->r_name, name,
/illumos-gate/usr/src/cmd/sgs/librtld/sparc/
H A D_relocate.c118 Xword type = ELF_R_TYPE(rel->r_info, M_MACH); local
121 if (type == R_SPARC_JMP_SLOT) {
134 } else if (type == R_SPARC_COPY) {
138 if (IS_EXTOFFSET(type))
140 (void) do_reloc_rtld(type, oaddr, &value, reloc->r_name, name,
/illumos-gate/usr/src/cmd/sgs/librtld/sparcv9/
H A D_relocate.c118 Xword type = ELF_R_TYPE(rel->r_info, M_MACH); local
121 if (type == R_SPARC_JMP_SLOT) {
134 } else if (type == R_SPARC_COPY) {
138 if (IS_EXTOFFSET(type))
140 (void) do_reloc_rtld(type, oaddr, &value, reloc->r_name, name,
/illumos-gate/usr/src/cmd/sh/
H A Dfunc.c53 int type; local
55 type = t->tretyp & COMMSK;
57 switch (type)
235 int type; local
237 type = t->tretyp & COMMSK;
239 switch(type)
332 if (type == TWH)
/illumos-gate/usr/src/cmd/krb5/kproplog/
H A Dkproplog.c36 print_attr(kdbe_attr_type_t type) argument
38 switch (type) {
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dklog.c183 lt_stat_type_t type, uint64_t value)
225 lt_update_stat_value(entry, type, value);
182 lt_klog_log(int level, pid_t pid, char *stack, lt_stat_type_t type, uint64_t value) argument

Completed in 134 milliseconds

1234567891011>>