Home
last modified time | relevance | path

Searched refs:source (Results 201 – 225 of 1338) sorted by relevance

12345678910>>...54

/illumos-gate/usr/src/uts/common/io/usbgem/
H A DTHIRDPARTYLICENSE6 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright notice,
/illumos-gate/usr/src/uts/common/io/upf/
H A DTHIRDPARTYLICENSE4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright notice,
/illumos-gate/usr/src/uts/common/io/udmf/
H A DTHIRDPARTYLICENSE6 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright notice,
/illumos-gate/usr/src/uts/common/io/urf/
H A DTHIRDPARTYLICENSE6 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright notice,
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A DTHIRDPARTYLICENSE6 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright notice,
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A DTHIRDPARTYLICENSE6 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright notice,
/illumos-gate/usr/src/uts/common/io/mxfe/
H A DTHIRDPARTYLICENSE4 Redistribution and use in source and binary forms, with or without
7 1. Redistributions of source code must retain the above copyright
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A DTHIRDPARTYLICENSE4 Redistribution and use in source and binary forms, with or without
7 1. Redistributions of source code must retain the above copyright notice,
/illumos-gate/usr/src/uts/common/io/iprb/
H A DTHIRDPARTYLICENSE5 Redistribution and use in source and binary forms, with or without
8 1. Redistributions of source code must retain the above copyright notice,
/illumos-gate/usr/src/uts/common/io/e1000api/
H A DLICENSE.new6 Redistribution and use in source and binary forms, with or without
9 1. Redistributions of source code must retain the above copyright notice,
/illumos-gate/usr/src/uts/common/io/efe/
H A DTHIRDPARTYLICENSE3 Redistribution and use in source and binary forms, with or without
7 1. Redistributions of source code must retain the above copyright
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A DTHIRDPARTYLICENSE3 * Redistribution and use in source and binary forms, with or without
6 * 1. Redistributions of source code must retain the above copyright notice,
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dbind.test4 # The author disclaims copyright to this source code. In place of
19 source $testdir/tester.tcl
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpi/
H A DTHIRDPARTYLICENSE5 Redistribution and use in source and binary forms, with or without
8 1. Redistributions of source code must retain the above copyright
/illumos-gate/usr/src/uts/common/io/igc/core/
H A DTHIRDPARTYLICENSE4 Redistribution and use in source and binary forms, with or without
7 1. Redistributions of source code must retain the above copyright notice,
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dpciex.esc80 (!payloadprop_defined("source-valid") || \
81 payloadprop("source-valid") == 0 || \
85 (payloadprop_defined("source-valid") && \
86 payloadprop("source-valid") == 1 && \
1197 error.io.pciex.source-poisreq-u@PCIEXFN;
1280 error.io.pciex.source-poiscomp-u@PCIEXFN;
1345 error.io.pciex.source-ecrcreq-u@PCIEXFN;
1764 event error.io.pci.source-ape-u@PCIFN;
1769 event error.io.pci.source-perr-u@PCIFN;
1770 event error.io.pci.source-dpdata-u@PCIFN;
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dsimplify.c56 static struct basic_block *phi_parent(struct basic_block *source, pseudo_t pseudo) in phi_parent() argument
61 if (def->bb == source) in phi_parent()
62 return source; in phi_parent()
64 if (bb_list_size(source->children) != 1 || bb_list_size(source->parents) != 1) in phi_parent()
65 return source; in phi_parent()
66 return first_basic_block(source->parents); in phi_parent()
101 struct basic_block *bb, *bb1, *bb2, *source; in if_convert_phi() local
123 source = phi_parent(bb1, p1); in if_convert_phi()
124 if (source != phi_parent(bb2, p2)) in if_convert_phi()
137 br = last_instruction(source->insns); in if_convert_phi()
[all …]
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c1159 char source[ZFS_MAX_DATASET_NAME_LEN]; in be_mount_callback() local
1167 sizeof (zhp_mountpoint), &sourcetype, source, sizeof (source), in be_mount_callback()
1277 char source[ZFS_MAX_DATASET_NAME_LEN]; in be_unmount_callback() local
1303 sizeof (mountpoint), &sourcetype, source, sizeof (source), in be_unmount_callback()
2010 char source[ZFS_MAX_DATASET_NAME_LEN]; in fix_mountpoint_callback() local
2018 sizeof (mountpoint), &sourcetype, source, sizeof (source), in fix_mountpoint_callback()
2706 char source[MAXNAMELEN]; in mount_zfs() local
2715 sizeof (mountpoint), &sourcetype, source, sizeof (source), in mount_zfs()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c145 is_remote_src(char *source) in is_remote_src() argument
157 if (source[0] == '/') in is_remote_src()
160 if (strchr(source, ':') == NULL) in is_remote_src()
163 src_ptr = source; in is_remote_src()
175 if (strncmp(source, host_name, hn_len) == 0 && in is_remote_src()
176 *(source+hn_len) == ':' || is_local_host(source_host)) in is_remote_src()
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A DTHIRDPARTYLICENSE.boris_popov4 Redistribution and use in source and binary forms, with or without
7 1. Redistributions of source code must retain the above copyright
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A DTHIRDPARTYLICENSE.boris_popov4 Redistribution and use in source and binary forms, with or without
7 1. Redistributions of source code must retain the above copyright
/illumos-gate/usr/src/data/perfmon/
H A DTHIRDPARTYLICENSE9 Redistribution and use in source and binary forms, with or without modification,
12 1. Redistributions of source code must retain the above copyright notice,
/illumos-gate/usr/src/head/rpcsvc/
H A DTHIRDPARTYLICENSE.nfs4_prot4 * Redistribution and use in source and binary forms, with
8 * - Redistributions of source code must retain the above
/illumos-gate/
H A DREADME.md3 This is the core [illumos](https://illumos.org) source tree.
40 use another open source license are permissible, subject to approval of the
/illumos-gate/usr/src/uts/common/io/uath/uath_fw/
H A DLICENSE5 * Redistribution and use in source and binary forms are permitted
9 * 2. Redistributions of source code must retain the above copyright

12345678910>>...54