Home
last modified time | relevance | path

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

12345678910>>...29

/illumos-gate/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:
194 options.types = options.types.split(",")
195 for t in options.types:
196 if t not in types:
202 if "all" in options.types:
203 options.types = types[1:]
[all …]
/illumos-gate/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 */
35 #define _sys_types 1 /* #include <sys/types.h> ok */
281 if mem stat.st_atime sys/types.h sys/stat.h {
284 elif mem stat.st_ctime sys/types.h sys/stat.h {
287 elif mem stat.st_mtime sys/types.h sys/stat.h {
322 elif mem stat.st_ctime sys/types.h sys/stat.h {
325 elif mem stat.st_mtime sys/types.h sys/stat.h {
1480 mem stat.st_mtime sys/types.h sys/stat.h
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dfs4 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
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.h sys/stat.h
140 mem statvfs.f_basetype,statvfs.f_frsize sys/types.h sys/statvfs.h
150 lib statfs4 sys/types.h - sys/statfs.h - sys/vfs.h - sys/mount.h compile{
159 #include <sys/types.h>
[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[] =
331 if (types[t].cond)
334 …_sizeof_%s%s %d /* sizeof(%s) */\n", types[t].name, strlen(types[t].name) < 4 ? "\t" : "", types[t…
336 …st_sizeof_%s%s %d /* sizeof(%s) */\n", types[t].name, strlen(types[t].name) < 4 ? "\t" : "", types
341 …st_sizeof_%s%s %d /* sizeof(%s) */\n", types[t].name, strlen(types[t].name) < 4 ? "\t" : "", types
351 #include <sys/types.h>
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c136 int32_t types; in emlxs_msi_init() local
175 types = 0; in emlxs_msi_init()
1583 char *types; in emlxs_parse_prog_types() local
1596 while (*types && *types != 'T') { in emlxs_parse_prog_types()
1621 while (*types && *types != 'T') { in emlxs_parse_prog_types()
1645 while (*types && *types != 'T') { in emlxs_parse_prog_types()
1670 while (*types && *types != 'T') { in emlxs_parse_prog_types()
1695 while (*types && *types != 'T') { in emlxs_parse_prog_types()
1719 while (*types && *types != 'T') { in emlxs_parse_prog_types()
1743 while (*types && *types != 'T') { in emlxs_parse_prog_types()
[all …]
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPFindSrvTypes.c218 static char *collate_types(char *types, void **collator, in collate_types() argument
223 p = types; in collate_types()
224 for (s = types; p && *numResults != maxResults; s = p) { in collate_types()
229 free(types); in collate_types()
246 free(types); in collate_types()
259 char **types = (char **)cookie; in collect_types() local
263 slp_add2list(t, types, SLP_FALSE); in collect_types()
271 char *types = NULL; in build_types_list() local
275 slp_twalk(collator, collect_types, 0, (void *) &types); in build_types_list()
276 return (types); in build_types_list()
/illumos-gate/usr/src/uts/i86xpv/cpu/generic_cpu/
H A Dgcpu_poll_xpv.c79 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.c290 int types[] = { XEN_MC_URGENT, XEN_MC_NONURGENT }; in gcpu_xpv_panic_callback() local
294 for (i = 0; i < sizeof (types) / sizeof (types[0]); i++) { in gcpu_xpv_panic_callback()
296 types[i], &fetch_id)) { in gcpu_xpv_panic_callback()
297 gcpu_xpv_mci_process(&gcpu_mce_data, types[i], in gcpu_xpv_panic_callback()
299 gcpu_xpv_telem_ack(types[i], fetch_id); in gcpu_xpv_panic_callback()
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dnocast-vs-bitwise.md3 `__nocast` warns about explicit or implicit casting to different types.
5 types, so a `__nocast int` type may be returned as a regular `int`
8 So `__nocast` on integer types is usually not that powerful. It just
11 integer types, and it's not really considered anything wrong.
23 example. But they mix well with random integer types, so you can add
27 - `__bitwise` is for *unique types* that cannot be mixed with other
28 types, and that you'd never want to just use as a random integer (the
31 types would be `__bitwise`: you can only operate on them by doing
/illumos-gate/usr/src/cmd/ctwatch/
H A Dctwatch.c52 } types[] = { variable
150 types[type].name); in get_event()
173 for (i = 0; types[i].name; i++) in get_type()
174 if (strcmp(types[i].name, typestr) == 0) in get_type()
292 if (types[type].found) { in main()
296 types[type].found = 1; in main()
332 if (types[type].found) { in main()
/illumos-gate/usr/src/tools/smatch/src/
H A Dcgcc161 …my @types = (['SCHAR',''], ['SHRT',''], ['INT',''], ['LONG','L'], ['LONG_LONG','LL'], ['LONG_LONG_…
164 while (@types && @_) {
166 my ($name,$suffix) = @{ shift @types };
212 my @types = (['FLT','F'], ['DBL',''], ['LDBL','L']);
213 while (@types) {
215 my ($name,$suffix) = @{ shift @types };
/illumos-gate/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()
/illumos-gate/usr/src/lib/libc/port/locale/
H A Drune.c123 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()
/illumos-gate/usr/src/cmd/ctstat/
H A Dctstat.c522 int *types, int ntypes) in print_contract() argument
558 if (types) { in print_contract()
561 if (bsearch(&key, types, ntypes, sizeof (int), int_compar) == in print_contract()
666 scan_all(int *types, int ntypes, ctid_t *ids, int nids) in scan_all() argument
691 print_contract("all", key, NULL, (test ? types : NULL), ntypes); in scan_all()
808 int *types = NULL; in main() local
838 ntypes = parse_types(optarg, &types, ntypes); in main()
868 compact(types, &ntypes); in main()
877 scan_all(types, ntypes, ids, nids); in main()
879 scan_type(*types); in main()
[all …]
/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c113 smbs_cnt_t *types = NULL; in smb_create_strcnt() local
137 return (types); in smb_create_strcnt()
148 if (types == NULL) in smb_free_strcnt()
153 if (types->ids[i]->cont_ids[j] != NULL) in smb_free_strcnt()
154 kmem_free(types->ids[i]->cont_ids[j], in smb_free_strcnt()
160 if (types->ids[i]->cont_ids != NULL) in smb_free_strcnt()
161 kmem_free(types->ids[i]->cont_ids, in smb_free_strcnt()
166 if (types->ids[i] != NULL) in smb_free_strcnt()
170 if (types->ids != NULL) in smb_free_strcnt()
173 if (types != NULL) in smb_free_strcnt()
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-network-ipqos.p5m50 file path=usr/lib/ipqosconf/dlcosmk.types mode=0444
51 file path=usr/lib/ipqosconf/dscpmk.types mode=0444
52 file path=usr/lib/ipqosconf/flowacct.types mode=0444
53 file path=usr/lib/ipqosconf/ipgpc.types mode=0444
54 file path=usr/lib/ipqosconf/tokenmt.types mode=0444
55 file path=usr/lib/ipqosconf/tswtclmt.types mode=0444
/illumos-gate/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()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dstab.c443 int i, t, total, types[MAXSTTYPES]; in dumpstab() local
449 types[i] = 0; in dumpstab()
459 types[t]++; in dumpstab()
467 if (types[i] != 0) in dumpstab()
470 i, types[i], types[i] - prevt[i]); in dumpstab()
472 prevt[i] = types[i]; in dumpstab()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_log.c243 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);
425 int ipllog(dev, fin, items, itemsz, types, cnt, ifs) in ipllog() argument
430 int *types, cnt;
507 if (types[i] == 0) {
509 } else if (types[i] == 1) {
/illumos-gate/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()
/illumos-gate/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
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A DREADME26 Within these various declarations, we have the following field types:
43 <type> This is a C type. Function types can be declared without their
45 pointer types (e.g. "pthead_t *") are legal as well.
47 Here are the types of declarations in these files:
72 the argument types are separated by semicolons. For varargs style
79 type | size_t | sys/types.h | ALL
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/features/
H A Dpoll4 lib htons,htonl sys/types.h sys/socket.h netinet/in.h
5 lib getaddrinfo sys/types.h sys/socket.h netdb.h
11 #include <sys/types.h>
72 #include <sys/types.h>
99 #include <sys/types.h>

12345678910>>...29