Searched refs:type (Results 276 - 300 of 3417) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dlook_up.c140 char type; member in struct:ctl_response_runrise
157 rsp.type = swaprsp.type;
168 char type; member in struct:ctl_response_sun3
187 rsp.type = swaprsp.type;
/illumos-gate/usr/src/cmd/eqn/
H A Ddiacrit.c21 diacrit(int p1, int type) argument
47 switch (type) {
120 if (type != UNDER)
124 type, p1, lfont[p1], rfont[p1], eht[p1], ebase[p1]);
126 if (type != UNDER)
130 type, p1, eht[p1], ebase[p1]);
H A Dpile.c20 lpile(int type, int p1, int p2) argument
29 if (type == '-') gap = 0;
48 printf(".\tS%d <- %c pile of:", yyval, type);
61 type == 'R' ? 1 : 0, yyval);
65 switch (type) {
85 type != 'R' ? 1 : 0, yyval);
/illumos-gate/usr/src/uts/common/io/
H A Dpci_intr_lib.c106 pci_get_msi_ctrl(dev_info_t *dip, int type, ushort_t *msi_ctrl, argument
120 (type == DDI_INTR_TYPE_MSI)) {
132 (type == DDI_INTR_TYPE_MSIX)) {
155 pci_msi_get_cap(dev_info_t *rdip, int type, int *flagsp) argument
165 if (pci_get_msi_ctrl(rdip, type, &msi_ctrl,
169 if (type == DDI_INTR_TYPE_MSI) {
177 } else if (type == DDI_INTR_TYPE_MSIX) {
200 pci_msi_configure(dev_info_t *rdip, int type, int count, int inum, argument
206 DDI_INTR_NEXDBG((CE_CONT, "pci_msi_configure: rdip = 0x%p type 0x%x "
208 (void *)rdip, type, coun
296 pci_msi_unconfigure(dev_info_t *rdip, int type, int inum) argument
362 pci_is_msi_enabled(dev_info_t *rdip, int type) argument
397 pci_msi_enable_mode(dev_info_t *rdip, int type) argument
445 pci_msi_disable_mode(dev_info_t *rdip, int type) argument
488 pci_msi_set_mask(dev_info_t *rdip, int type, int inum) argument
552 pci_msi_clr_mask(dev_info_t *rdip, int type, int inum) argument
614 pci_msi_get_pending(dev_info_t *rdip, int type, int inum, int *pendingp) argument
673 pci_msi_get_nintrs(dev_info_t *rdip, int type, int *nintrs) argument
710 pci_msi_set_nintrs(dev_info_t *rdip, int type, int navail) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dctfs_impl.h75 * | 0 | type (31:16) | file (15:0) |
78 * type = 0 : invalid
79 * type > 0 : contract type index + 1 ("all" is #types + 1)
85 #define CTFS_INO_TYPE(type, file) \
86 (((type) + 1) << CTFS_INO_TYPE_SHIFT | (file))
87 #define CTFS_INO_TYPE_DIR(type) CTFS_INO_TYPE((type), 0)
88 #define CTFS_INO_TYPE_FILE(type, file) CTFS_INO_TYPE((type), (fil
[all...]
/illumos-gate/usr/src/lib/libast/common/cdt/
H A Ddtopen.c54 dt->type = DT_MALLOC;
66 { if(data->type&meth->type)
81 dt->type = DT_MEMORYF;
94 data->type = meth->type;
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic_common.h57 #define APIX_IS_DIRECTED_EOI(type) \
58 ((type) == APIC_MUL_IOAPIC_DEOI || (type) == APIC_MUL_IOAPIC_IIR)
59 #define APIX_IS_MASK_RDT(type) \
60 ((type) == APIC_MUL_IOAPIC_NONE || (type) == APIC_MUL_IOAPIC_MASK)
/illumos-gate/usr/src/cmd/devprop/
H A Ddevprop.c47 int type = DI_PROP_TYPE_UNKNOWN; local
66 if (type != DI_PROP_TYPE_UNKNOWN) { \
70 type = (typ); \
103 if (type == DI_PROP_TYPE_UNKNOWN)
104 type = DI_PROP_TYPE_STRING;
144 switch (type) {
/illumos-gate/usr/src/common/zfs/
H A Dzfs_deleg.c191 * type of entry and whether it is a local or descendent permission.
196 * type - type of entry to construct
197 * inheritchr - inheritance type (local,descendent, or NA for create and
202 zfs_deleg_whokey(char *attr, zfs_deleg_who_type_t type, argument
208 switch (type) {
213 (void) snprintf(attr, len, "%c%c%c%lld", type, inheritchr,
218 (void) snprintf(attr, len, "%c-%c%s", type,
223 (void) snprintf(attr, len, "%c-%c", type,
228 (void) snprintf(attr, len, "%c%c%c", type, inheritch
[all...]
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Ddevicename.c84 char type[64]; local
96 bcopy(name, type, len);
97 type[len] = '\0';
98 } else if (OF_getprop(handle, "device_type", type, sizeof(type)) == -1)
101 if (strncmp(dv->dv_name, type, strlen(dv->dv_name)) == 0)
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dapptraceutil.c47 type_name(ctf_file_t *ctfp, ctf_id_t type, char *buf, size_t len) argument
49 if (ctf_type_name(ctfp, type, buf, len) == NULL)
50 (void) snprintf(buf, len, "<%ld>", type);
56 print_value(ctf_file_t *ctfp, ctf_id_t type, ulong_t value) argument
58 ctf_id_t rtype = ctf_type_resolve(ctfp, type);
64 type = ctf_type_reference(ctfp, rtype);
65 rtype = ctf_type_resolve(ctfp, type);
301 char type[256]; local
316 if (ctf_type_name(ctfp, id, type, sizeof (type))
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dcpu_prop_update.c37 set_prop_info(ptree_propinfo_t *propinfo, int size, char *name, int type) argument
42 propinfo->piclinfo.type = type;
63 add_md_prop(picl_nodehdl_t node, int size, char *name, void* value, int type) argument
69 set_prop_info(&propinfo, size, name, type);
80 uint8_t *type; local
87 if (md_get_prop_data(mdp, tlblistp[i], "type", &type,
95 str_size = strlen((char *)type + total_size) + 1;
96 (void) strncpy(str, (char *)type
134 uint8_t *type; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/
H A Dnwamadm.c92 "enable [-p <profile-type>] [-c <ncu-class>] <object-name>",
95 "disable [-p <profile-type>] [-c <ncu-class>] <object-name>",
98 "list [-x] [-p <profile-type>] [-c <ncu-class>] [<object-name>]",
341 * Given a name, returns object type (loc, enm, ncp, or ncu) and how many
347 nwam_object_type_t type; local
353 type = NWAM_OBJECT_TYPE_LOC;
357 type = NWAM_OBJECT_TYPE_ENM;
361 type = NWAM_OBJECT_TYPE_NCP;
365 type = NWAM_OBJECT_TYPE_NCU;
368 /* if n > 1, then it means *type wa
385 nwam_object_type_t type = NWAM_OBJECT_TYPE_UNKNOWN; local
499 ncu_action(const char *name, nwam_ncp_handle_t ncph, nwam_ncu_type_t type, boolean_t enable, char **realnamep) argument
549 nwam_object_type_t type = NWAM_OBJECT_TYPE_UNKNOWN; local
614 nwam_object_type_t type = NWAM_OBJECT_TYPE_UNKNOWN; local
699 determine_object_state(nwam_object_type_t type, void *handle, nwam_aux_state_t *aux_statep) argument
738 add_to_profile_entry(nwam_object_type_t type, void *handle, profile_entry_t *pent) argument
860 nwam_object_type_t type = NWAM_OBJECT_TYPE_UNKNOWN; local
[all...]
/illumos-gate/usr/src/cmd/ctwatch/
H A Dctwatch.c74 "Usage: %s [-f] [-r] [-v] contract-id | contract-type ...\n"),
129 get_event(int fd, int type, int verbose) argument
152 types[type].name);
168 * Given a contract type name, return an index into the 'types' array.
178 uu_die(gettext("invalid contract type: %s\n"), typestr);
192 int type, fd; local
204 type = get_type(ct_status_get_type(hdl));
207 return (type);
281 uu_die(gettext("invalid contract type: %s\n"), argv[i]);
285 * treat it as a contract type
288 int type; local
317 int type, fd; local
[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/bnu/
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/lib/libast/common/disc/
H A Dsfdcsubstr.c42 static ssize_t streamio(Sfio_t* f, Void_t* buf, size_t n, Sfdisc_t* disc, int type) argument
44 static ssize_t streamio(f, buf, n, disc, type)
49 int type;
72 { if(type == SF_WRITE)
112 static Sfoff_t streamseek(Sfio_t* f, Sfoff_t pos, int type, Sfdisc_t* disc) argument
114 static Sfoff_t streamseek(f, pos, type, disc)
117 int type;
126 switch(type)
157 static int streamexcept(Sfio_t* f, int type, Void_t* data, Sfdisc_t* disc) argument
159 static int streamexcept(f, type, dat
[all...]
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmtrace.c58 static char* tritoa(Vmulong_t v, int type) argument
60 static char* tritoa(v, type)
62 int type; /* =0 base-16, >0: unsigned base-10, <0: signed base-10 */
70 if(type == 0) /* base-16 */
77 else if(type > 0) /* unsigned base-10 */
120 int type; local
124 { type = 0;
128 { type = vd->mode&VM_METHODS;
141 if(type&VM_MTBEST)
143 else if(type
[all...]
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_intr.c95 * It finds the apic_irq_t associates with the dip, ispec and type.
98 apic_find_irq(dev_info_t *dip, struct intrspec *ispec, int type) argument
104 "ipl=0x%x type=0x%x\n", (void *)dip, ispec->intrspec_vec,
105 ispec->intrspec_pri, type));
112 if (type == DDI_INTR_TYPE_MSI) {
116 } else if (type == DDI_INTR_TYPE_MSIX) {
238 apic_pci_msi_enable_vector(apic_irq_t *irq_ptr, int type, int inum, int vector, argument
265 if (type == DDI_INTR_TYPE_MSI) {
279 apic_pci_msi_disable_mode(dev_info_t *rdip, int type) argument
287 if (type
310 apic_pci_msi_enable_mode(dev_info_t *rdip, int type, int inum) argument
361 apic_pci_msi_unconfigure(dev_info_t *rdip, int type, int inum) argument
[all...]
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Diconv_tm.h224 itm_type_t type; /* type of table */ member in struct:__anon575
268 itm_data_t type_id; /* type identifier */
343 itm_cond_type_t type; member in struct:__anon581
629 itm_op_type_t type; member in struct:__anon590
653 #define ITM_EXPR_PROTO(type, op0, op1) ITM_EXPR_##type##_##op0##_##op1
654 #define ITM_EXPR_BIN(type) \
655 ITM_EXPR_PROTO(type, E, E), \
656 ITM_EXPR_PROTO(type,
737 itm_expr_type_t type; member in struct:__anon594
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_term.c336 switch (n->type) {
372 switch (n->type) {
568 if (nn->type == ROFFT_ROOT)
570 } while (nn->type != ROFFT_BLOCK);
574 nn->parent->parent->norm->Bl.type != LIST_item)
580 if (MDOC_Bl == bl->tok && LIST_column == bl->norm->Bl.type)
586 if (MDOC_Bl == bl->tok && LIST_diag == bl->norm->Bl.type)
612 enum mdoc_list type; local
614 if (n->type == ROFFT_BLOCK) {
620 type
930 enum mdoc_list type; local
[all...]
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetnetent.c62 getnetbyaddr(in_addr_t net, int type) argument
68 res = getnetbyaddr_r(net, type, b->result,
/illumos-gate/usr/src/lib/libumem/common/
H A Dstub_stand.c40 cond_init(cond_t *cvp, int type, void *arg) argument
86 mutex_init(mutex_t *mp, int type, void *arg) argument
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_cto.c47 socket(int domain, int type, int protocol) { argument
63 ret = (*fptr) (domain, type, protocol);
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgethostbyname_r.c73 _switch_gethostbyaddr_r(const char *addr, int length, int type,
86 _uncached_gethostbyaddr_r(const char *addr, int length, int type, argument
89 return (_switch_gethostbyaddr_r(addr, length, type,
100 gethostbyaddr_r(const char *addr, int length, int type,
147 gethostbyaddr_r(const char *addr, int length, int type, argument
158 if (type != AF_INET) {
172 nssin.arg.nss.host.type = type;

Completed in 92 milliseconds

<<11121314151617181920>>