/titanic_41/usr/src/lib/pyzfs/common/ |
H A D | userspace.py | 54 if isgroup and "posixgroup" not in options.types and \ 55 "smbgroup" not in options.types: 57 if not isgroup and "posixuser" not in options.types and \ 58 "smbuser" not in options.types: 77 if typename.lower().replace(" ", "") not in options.types: 154 types = ("all", "posixuser", "smbuser", "posixgroup", "smbgroup") 193 options.types = options.types.split(",") 194 for t in options.types: 195 if t not in types: 201 if "all" in options.types: [all …]
|
/titanic_41/usr/src/lib/libast/common/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> 71 #include <sys/types.h> 136 mem mnttab.mt_dev,mnttab.mt_filsys,mnttab.mt_fstyp sys/types.h mnttab.h 137 mem mntent.mnt_opts,w_mntent.mnt_opts,mnttab.mnt_opts sys/types.h stdio.h mntent.h sys/mntent.h 138 mem mntent.mnt_opts,mnttab.mnt_opts stdio.h sys/types.h mnttab.h sys/mnttab.h 139 mem stat.st_blocks,stat.st_blksize,stat.st_rdev sys/types.h sys/stat.h [all …]
|
H A D | standards | 10 #include <sys/types.h> 44 #include <sys/types.h> 75 #include <sys/types.h> 103 #include <sys/types.h> 121 #include <sys/types.h> 135 #include <sys/types.h> 146 #include <sys/types.h>
|
/titanic_41/usr/src/lib/libslp/clib/ |
H A D | SLPFindSrvTypes.c | 220 static char *collate_types(char *types, void **collator, in collate_types() argument 225 p = types; in collate_types() 226 for (s = types; p && *numResults != maxResults; s = p) { in collate_types() 231 free(types); in collate_types() 248 free(types); in collate_types() 261 char **types = (char **)cookie; in collect_types() local 265 slp_add2list(t, types, SLP_FALSE); in collect_types() 273 char *types = NULL; in build_types_list() local 277 slp_twalk(collator, collect_types, 0, (void *) &types); in build_types_list() 278 return (types); in build_types_list()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_hba.c | 134 int32_t types; in emlxs_msi_init() local 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 & DDI_INTR_TYPE_FIXED) && in emlxs_msi_init() 263 cfg[CFG_MSI_MODE].current, types, nintrs); in emlxs_msi_init() [all …]
|
/titanic_41/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 | 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_41/usr/src/cmd/vi/port/ |
H A D | port.mk.usg | 109 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.h $(INC)/ctype.h \ [all …]
|
/titanic_41/usr/src/cmd/ctwatch/ |
H A D | ctwatch.c | 54 } types[] = { variable 152 types[type].name); in get_event() 175 for (i = 0; types[i].name; i++) in get_type() 176 if (strcmp(types[i].name, typestr) == 0) in get_type() 294 if (types[type].found) { in main() 298 types[type].found = 1; in main() 334 if (types[type].found) { in main()
|
/titanic_41/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()
|
/titanic_41/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()
|
/titanic_41/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 …]
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-network-ipqos.mf | 52 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_41/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()
|
/titanic_41/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 …]
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | stab.c | 445 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_41/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()
|
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | ip_log.c | 238 int types[2], mlen; local 383 types[0] = 0; 391 types[1] = 1; 395 types[1] = 0; 400 types[1] = 1; 402 return ipllog(IPL_LOGIPF, fin, ptrs, sizes, types, 2, fin->fin_ifs); 420 int ipllog(dev, fin, items, itemsz, types, cnt, ifs) in ipllog() argument 425 int *types, cnt; 502 if (types[i] == 0) { 504 } else if (types[i] == 1) {
|
/titanic_41/usr/src/test/libc-tests/cfg/symbols/ |
H A D | README | 25 Within these various declarations, we have the following field types: 42 <type> This is a C type. Function types can be declared without their 44 pointer types (e.g. "pthead_t *") are legal as well. 46 Here are the types of declarations in these files: 63 the argument types are separated by semicolons. For varargs style 70 type | size_t | sys/types.h | ALL
|
/titanic_41/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
|
H A D | download.fd | 24 Input types: postscript 25 Output types: postdown 26 Printer types: PS,PSR,PS-b,PS-r,PS-br
|
H A D | postior.fd | 24 Input types: postdown 25 Output types: PS 26 Printer types: PSR
|
H A D | postpages.fd | 28 Input types: postscript 29 Output types: postscript 30 Printer types: any
|
H A D | postreverse.fd | 24 Input types: postscript,post 25 Output types: postscript 26 Printer types: any
|