/illumos-gate/usr/src/lib/pyzfs/common/ |
H A D | userspace.py | 55 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") 194 options.types = options.types.split(",") 195 for t in options.types: 196 if t not in types: 202 if "all" in options.types: [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | iffe.tst | 9 #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.h a header ... yes [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | fs | 2 lib _fxstat,__fxstat,_lxstat,__lxstat,_xmknod,__xmknod,_xstat,__xstat,lstat,mknod,sync sys/types.h … 3 lib _fxstat64,__fxstat64,_lxstat64,__lxstat64,_xstat64,__xstat64 -D_LARGEFILE64_SOURCE sys/types.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.h sys/stat.h [all …]
|
H A D | standards | 9 #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 D | common | 2 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 …_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… [all …]
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_hba.c | 136 int32_t types; in emlxs_msi_init() local 175 types = 0; in emlxs_msi_init() 176 ret = ddi_intr_get_supported_types(hba->dip, &types); in emlxs_msi_init() 183 types = DDI_INTR_TYPE_FIXED; in emlxs_msi_init() 188 types &= DDI_INTR_TYPE_FIXED; in emlxs_msi_init() 194 types &= (DDI_INTR_TYPE_MSI | DDI_INTR_TYPE_FIXED); in emlxs_msi_init() 203 if ((types & DDI_INTR_TYPE_MSIX) && in emlxs_msi_init() 219 if ((types & DDI_INTR_TYPE_MSI) && in emlxs_msi_init() 234 if ((types & DDI_INTR_TYPE_FIXED) && in emlxs_msi_init() 265 cfg[CFG_MSI_MODE].current, types, nintrs); in emlxs_msi_init() [all …]
|
/illumos-gate/usr/src/lib/libslp/clib/ |
H A D | SLPFindSrvTypes.c | 218 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 D | gcpu_poll_xpv.c | 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 D | gcpu_mca_xpv.c | 290 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 D | nocast-vs-bitwise.md | 3 `__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 D | ctwatch.c | 52 } 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 D | cgcc | 161 …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 D | directory_rpc_clnt.c | 44 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 D | rune.c | 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()
|
/illumos-gate/usr/src/cmd/ctstat/ |
H A D | ctstat.c | 522 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 D | fmsmb.c | 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 == NULL) in smb_free_strcnt() 153 if (types->ids[i]->cont_ids[j] != NULL) in smb_free_strcnt() [all …]
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-network-ipqos.p5m | 50 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 D | smrt_interrupts.c | 162 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 D | stab.c | 443 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 D | ip_log.c | 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); 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 D | directory_provider_builtin.c | 61 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/test/libc-tests/cfg/symbols/ |
H A D | README | 26 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 D | poll | 4 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>
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/filtdesc/ |
H A D | postio.fd | 24 Input types: postdown 25 Output types: PS 26 Printer types: PS
|
H A D | catv.fd | 28 Input types: simple,postscript 29 Output types: simple 30 Printer types: any
|