Home
last modified time | relevance | path

Searched refs:types (Results 1 – 25 of 746) sorted by relevance

12345678910>>...30

/titanic_52/usr/src/lib/pyzfs/common/
H A Duserspace.py55 if isgroup and "posixgroup" not in options.types and \
56 "smbgroup" not in options.types:
58 if not isgroup and "posixuser" not in options.types and \
59 "smbuser" not in options.types:
78 if typename.lower().replace(" ", "") not in options.types:
155 types = ("all", "posixuser", "smbuser", "posixgroup", "smbgroup")
180 parser.add_option("-t", dest="types", metavar="type[,...]",
182 help=_("print only these types (eg posixuser,smbuser,posixgroup,smbgroup,all)"))
194 options.types = options.types
[all...]
/titanic_52/usr/src/contrib/ast/src/cmd/INIT/
H A Diffe.tst9 #define _sys_types 1 /* #include <sys/types.h> ok */
12 ERROR - $'iffe: test: is sys/types.h a header ... yes
21 #define _sys_types 1 /* #include <sys/types.h> ok */
25 ERROR - $'iffe: test: is sys/types.h a header ... yes
35 #define _sys_types 1 /* #include <sys/types.h> ok */
38 ERROR - $'iffe: test: is sys/types.h a header ... yes
58 #define _sys_types 1 /* #include <sys/types.h> ok */
61 ERROR - $'iffe: test: is sys/types.h a header ... yes
71 #define _sys_types 1 /* #include <sys/types.h> ok */
75 ERROR - $'iffe: test: is sys/types
[all...]
/titanic_52/usr/src/contrib/ast/src/lib/libast/features/
H A Dfs2 lib _fxstat,__fxstat,_lxstat,__lxstat,_xmknod,__xmknod,_xstat,__xstat,lstat,mknod,sync sys/types.h sys/stat.h
3 lib _fxstat64,__fxstat64,_lxstat64,__lxstat64,_xstat64,__xstat64 -D_LARGEFILE64_SOURCE sys/types.h sys/stat.h
4 mac fstat,lstat,stat,mknod sys/types.h sys/stat.h
7 #include <sys/types.h>
33 #include <sys/types.h>
70 #include <sys/types.h>
135 mem mnttab.mt_dev,mnttab.mt_filsys,mnttab.mt_fstyp sys/types.h mnttab.h
136 mem mntent.mnt_opts,w_mntent.mnt_opts,mnttab.mnt_opts sys/types.h stdio.h mntent.h sys/mntent.h
137 mem mntent.mnt_opts,mnttab.mnt_opts stdio.h sys/types.h mnttab.h sys/mnttab.h
138 mem stat.st_blocks,stat.st_blksize,stat.st_rdev sys/types
[all...]
H A Dstandards9 #include <sys/types.h>
39 #include <sys/types.h>
66 #include <sys/types.h>
91 #include <sys/types.h>
109 #include <sys/types.h>
123 #include <sys/types.h>
134 #include <sys/types.h>
144 #include <sys/types.h>
H A Dcommon2 hdr pthread,stdarg,stddef,stdint,inttypes,types,unistd
3 sys types
164 #include <sys/types.h>
294 #include <sys/types.h>
310 } types[] =
329 for (t = 0; t < elementsof(types); t++)
331 if (types[t].cond)
334 printf("#define _ast_sizeof_%s%s %d /* sizeof(%s) */\n", types[t].name, strlen(types[t].name) < 4 ? "\t" : "", types[
[all...]
/titanic_52/usr/src/lib/libslp/clib/
H A DSLPFindSrvTypes.c108 /* types string */ in UnpackSrvTypesReply()
112 /* collate the types for sync behavior */ in UnpackSrvTypesReply()
215 * Using the collator, determines which types in the types list
217 * (unique) types. If there are no unique types, returns NULL;
218 * types is destructively modified.
220 static char *collate_types(char *types, void **collator, in collate_types() argument
224 /* walk through the types list */ in collate_types()
225 p = types; in collate_types()
261 char **types = (char **)cookie; collect_types() local
273 char *types = NULL; build_types_list() local
[all...]
/titanic_52/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c134 int32_t types; in emlxs_msi_init() local
172 /* Get the available interrupt types from the kernel */ in emlxs_msi_init()
173 types = 0; in emlxs_msi_init()
174 ret = ddi_intr_get_supported_types(hba->dip, &types); in emlxs_msi_init()
181 types = DDI_INTR_TYPE_FIXED; in emlxs_msi_init()
186 types &= DDI_INTR_TYPE_FIXED; in emlxs_msi_init()
192 types &= (DDI_INTR_TYPE_MSI | DDI_INTR_TYPE_FIXED); in emlxs_msi_init()
201 if ((types & DDI_INTR_TYPE_MSIX) && in emlxs_msi_init()
217 if ((types & DDI_INTR_TYPE_MSI) && in emlxs_msi_init()
232 if ((types in emlxs_msi_init()
1576 char *types; emlxs_parse_prog_types() local
[all...]
/titanic_52/usr/src/uts/i86xpv/cpu/generic_cpu/
H A Dgcpu_poll_xpv.c38 #include <sys/types.h>
79 int types[] = { XEN_MC_URGENT, XEN_MC_NONURGENT }; in gcpu_xpv_virq_intr() local
94 for (i = 0; i < sizeof (types) / sizeof (types[0]); i++) { in gcpu_xpv_virq_intr()
95 while (gcpu_xpv_telem_read(&gcpu_xpv_polldata, types[i], in gcpu_xpv_virq_intr()
100 gcpu_xpv_mci_process(&gcpu_xpv_polldata, types[i], in gcpu_xpv_virq_intr()
102 gcpu_xpv_telem_ack(types[i], fetch_id); in gcpu_xpv_virq_intr()
H A Dgcpu_mca_xpv.c31 #include <sys/types.h>
292 int types[] = { XEN_MC_URGENT, XEN_MC_NONURGENT }; in gcpu_xpv_panic_callback() local
296 for (i = 0; i < sizeof (types) / sizeof (types[0]); i++) { in gcpu_xpv_panic_callback()
298 types[i], &fetch_id)) { in gcpu_xpv_panic_callback()
299 gcpu_xpv_mci_process(&gcpu_mce_data, types[i], in gcpu_xpv_panic_callback()
301 gcpu_xpv_telem_ack(types[i], fetch_id); in gcpu_xpv_panic_callback()
/titanic_52/usr/src/cmd/vi/port/
H A Dport.mk.usg109 ex.o: ex.h $(INC)/sys/types.h $(INC)/ctype.h \
115 ex_addr.o: ex.h $(INC)/sys/types.h $(INC)/ctype.h \
122 ex_cmds.o: ex.h $(INC)/sys/types.h $(INC)/ctype.h \
129 ex_cmds2.o: ex.h $(INC)/sys/types.h $(INC)/ctype.h \
136 ex_cmdsub.o: ex.h $(INC)/sys/types.h $(INC)/ctype.h \
143 ex_data.o: ex.h $(INC)/sys/types.h $(INC)/ctype.h \
150 ex_extern.o: ex.h $(INC)/sys/types.h $(INC)/ctype.h \
157 ex_get.o: ex.h $(INC)/sys/types.h $(INC)/ctype.h \
164 ex_io.o: ex.h $(INC)/sys/types.h $(INC)/ctype.h \
171 ex_put.o: ex.h $(INC)/sys/types
[all...]
/titanic_52/usr/src/lib/libctf/common/
H A Dctf_convert.c40 ctf_convert_ftypes(Elf *elf, ctf_convert_source_t *types) in ctf_convert_ftypes() argument
44 *types = CTFCONV_SOURCE_NONE; in ctf_convert_ftypes()
83 *types |= CTFCONV_SOURCE_UNKNOWN; in ctf_convert_ftypes()
89 *types |= CTFCONV_SOURCE_C; in ctf_convert_ftypes()
95 *types |= CTFCONV_SOURCE_S; in ctf_convert_ftypes()
98 *types |= CTFCONV_SOURCE_UNKNOWN; in ctf_convert_ftypes()
132 ctf_dprintf("got types: %d\n", type); in ctf_elfconvert()
/titanic_52/usr/src/cmd/ctwatch/
H A Dctwatch.c28 #include <sys/types.h>
54 } types[] = { variable
152 types[type].name); in get_event()
168 * Given a contract type name, return an index into the 'types' array.
175 for (i = 0; types[i].name; i++) in get_type()
176 if (strcmp(types[i].name, typestr) == 0) in get_type()
185 * Given a contract id, return an index into the 'types' array.
274 * Scan our operands for contract ids and types. in main()
294 if (types[type].found) { in main()
298 types[typ in main()
[all...]
/titanic_52/usr/src/lib/libidmap/common/
H A Ddirectory_rpc_clnt.c44 idmap_utf8str types, in directory_get_common_1() argument
52 arg.types = types; in directory_get_common_1()
/titanic_52/usr/src/lib/libc/port/locale/
H A Drune.c41 #include <sys/types.h>
123 uint32_t *types; in _Read_RuneMagi() local
127 types = variable; in _Read_RuneMagi()
128 variable = types + len; in _Read_RuneMagi()
188 uint32_t *types; in _Read_RuneMagi() local
195 types = variable; in _Read_RuneMagi()
196 variable = types + len; in _Read_RuneMagi()
200 rr[x].__types[len] = types[len]; in _Read_RuneMagi()
/titanic_52/usr/src/cmd/ctstat/
H A Dctstat.c25 #include <sys/types.h>
488 * Given a type name, return an index into the above array of types.
517 * only contracts of a specific set of types should be displayed,
518 * 'types' will be a sorted list of type indices of length 'ntypes'.
522 int *types, int ntypes) in print_contract() argument
554 * If we are only allowed to display certain contract types, in print_contract()
558 if (types) { in print_contract()
561 if (bsearch(&key, types, ntypes, sizeof (int), int_compar) == in print_contract()
659 * Display the union of the requested IDs and types. So that the
662 * the number of types i
666 scan_all(int * types,int ntypes,ctid_t * ids,int nids) scan_all() argument
808 int *types = NULL; main() local
[all...]
/titanic_52/usr/src/pkg/manifests/
H A Dsystem-network-ipqos.mf52 file path=usr/lib/ipqosconf/dlcosmk.types mode=0444
53 file path=usr/lib/ipqosconf/dscpmk.types mode=0444
54 file path=usr/lib/ipqosconf/flowacct.types mode=0444
55 file path=usr/lib/ipqosconf/ipgpc.types mode=0444
56 file path=usr/lib/ipqosconf/tokenmt.types mode=0444
57 file path=usr/lib/ipqosconf/tswtclmt.types mode=0444
/titanic_52/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt_interrupts.c162 int types; in smrt_interrupts_setup() local
179 if (ddi_intr_get_supported_types(dip, &types) != DDI_SUCCESS) { in smrt_interrupts_setup()
192 if (smrt_try_msix(smrt) && (types & DDI_INTR_TYPE_MSIX)) { in smrt_interrupts_setup()
203 if (types & DDI_INTR_TYPE_MSI) { in smrt_interrupts_setup()
216 if (types & DDI_INTR_TYPE_FIXED) { in smrt_interrupts_setup()
/titanic_52/usr/src/uts/intel/os/
H A Dfmsmb.c26 #include <sys/types.h>
113 smbs_cnt_t *types = NULL; in smb_create_strcnt() local
116 types = kmem_zalloc(sizeof (smbs_cnt_t), KM_SLEEP); in smb_create_strcnt()
118 types->ids = (smbs_con_ids_t **)kmem_zalloc( in smb_create_strcnt()
122 types->ids[i] = (smbs_con_ids_t *)kmem_zalloc( in smb_create_strcnt()
127 types->ids[i]->cont_ids = (uint16_t **)kmem_zalloc( in smb_create_strcnt()
133 types->ids[i]->cont_ids[j] = (uint16_t *)kmem_zalloc( in smb_create_strcnt()
137 return (types); in smb_create_strcnt()
144 smb_free_strcnt(smbs_cnt_t *types, int count) in smb_free_strcnt() argument
148 if (types in smb_free_strcnt()
[all...]
/titanic_52/usr/src/cmd/sendmail/src/
H A Dstab.c445 int i, t, total, types[MAXSTTYPES]; in dumpstab() local
451 types[i] = 0; in dumpstab()
461 types[t]++; in dumpstab()
469 if (types[i] != 0) in dumpstab()
472 i, types[i], types[i] - prevt[i]); in dumpstab()
474 prevt[i] = types[i]; in dumpstab()
/titanic_52/usr/src/cmd/idmap/idmapd/
H A Ddirectory_provider_builtin.c61 idmap_utf8str types, in directory_provider_builtin_get() argument
76 type = *types; in directory_provider_builtin_get()
77 if (*(types+1) != '\0') in directory_provider_builtin_get()
78 types++; in directory_provider_builtin_get()
115 types, NULL)); in directory_provider_builtin_get()
/titanic_52/usr/src/uts/common/inet/ipf/
H A Dip_log.c43 #include <sys/types.h>
243 int types[2], mlen; local
388 types[0] = 0;
396 types[1] = 1;
400 types[1] = 0;
405 types[1] = 1;
407 return ipllog(IPL_LOGIPF, fin, ptrs, sizes, types, 2, fin->fin_ifs);
418 /* types(I) - type of data pointed to by items pointers */
419 /* cnt(I) - number of elements in arrays items/itemsz/types */
425 int ipllog(dev, fin, items, itemsz, types, cn argument
[all...]
/titanic_52/usr/src/cmd/lp/filter/postscript/filtdesc/
H A Dpostio.fd24 Input types: postdown
25 Output types: PS
26 Printer types: PS
H A Dcatv.fd28 Input types: simple,postscript
29 Output types: simple
30 Printer types: any
H A Ddownload.fd24 Input types: postscript
25 Output types: postdown
26 Printer types: PS,PSR,PS-b,PS-r,PS-br
H A Dpostior.fd24 Input types: postdown
25 Output types: PS
26 Printer types: PSR

12345678910>>...30