Home
last modified time | relevance | path

Searched refs:conf (Results 101 – 125 of 530) sorted by relevance

12345678910>>...22

/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdloverlay.c214 dladm_conf_t conf; in i_dladm_overlay_setprop_db() local
222 status = dladm_open_conf(handle, linkid, &conf); in i_dladm_overlay_setprop_db()
229 status = dladm_write_conf(handle, conf); in i_dladm_overlay_setprop_db()
231 dladm_destroy_conf(handle, conf); in i_dladm_overlay_setprop_db()
591 dladm_conf_t conf; in dladm_overlay_persist_config() local
599 status = dladm_set_conf_field(handle, conf, FVNETID, in dladm_overlay_persist_config()
604 status = dladm_set_conf_field(handle, conf, FENCAP, in dladm_overlay_persist_config()
614 status = dladm_write_conf(handle, conf); in dladm_overlay_persist_config()
617 dladm_destroy_conf(handle, conf); in dladm_overlay_persist_config()
1157 dladm_conf_t conf; in i_dladm_overlay_fetch_persistent_config() local
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frutree/
H A DMakefile41 CONFS = piclfrutree.conf
44 MAININFO = $(CONFS:%.conf=%.info)
75 $(CPP) -P $(INCS) $(@:%.conf=%.info) | \
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_generic.c87 static struct __nsw_switchconfig *conf = NULL; local
92 if (conf == NULL) {
94 conf = __nsw_getconfig("automount", &pserr);
95 if (conf == NULL) {
102 lkp = conf->lookups;
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c1798 EFI_CONFIGURATION_TABLE32 *conf; in print_efi32() local
1817 conf[i].VendorGuid.time_low, in print_efi32()
1818 conf[i].VendorGuid.time_mid, in print_efi32()
1823 conf[i].VendorGuid.node_addr[0], in print_efi32()
1824 conf[i].VendorGuid.node_addr[1], in print_efi32()
1825 conf[i].VendorGuid.node_addr[2], in print_efi32()
1826 conf[i].VendorGuid.node_addr[3], in print_efi32()
1827 conf[i].VendorGuid.node_addr[4], in print_efi32()
1836 EFI_CONFIGURATION_TABLE64 *conf; in print_efi64() local
1855 conf[i].VendorGuid.time_low, in print_efi64()
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dconflict.test35 # conf The conflict resolution algorithm on the BEGIN statement
41 foreach {i conf cmd t0 t1 t2} {
62 if {$conf!=""} {set conf "ON CONFLICT $conf"}
67 BEGIN $conf;
93 # conf The conflict resolution algorithm on the BEGIN statement
99 foreach {i conf cmd t0 t1 t2} {
120 if {$conf!=""} {set conf "ON CONFLICT $conf"}
125 BEGIN $conf;
157 foreach {i conf cmd t0 t1 t2} {
178 if {$conf!=""} {set conf "ON CONFLICT $conf"}
[all …]
/illumos-gate/usr/src/uts/sun4u/pcbe/
H A Dopl_pcbe.c662 opl_pcbe_config_t *conf; in opl_pcbe_configure() local
672 conf = *data; in opl_pcbe_configure()
673 conf->opl_pic = (uint32_t)preset; in opl_pcbe_configure()
700 conf = kmem_alloc(sizeof (opl_pcbe_config_t), KM_SLEEP); in opl_pcbe_configure()
702 conf->opl_picno = picnum; in opl_pcbe_configure()
703 conf->opl_bits = (uint32_t)n->bits; in opl_pcbe_configure()
704 conf->opl_flags = flags; in opl_pcbe_configure()
705 conf->opl_pic = (uint32_t)preset; in opl_pcbe_configure()
707 *data = conf; in opl_pcbe_configure()
/illumos-gate/usr/src/lib/passwdutil/
H A Dswitch_utils.c123 struct __nsw_switchconfig *conf = NULL; in get_ns() local
136 conf = __nsw_getconfig("passwd", &pserr); in get_ns()
137 if (conf == NULL) { in get_ns()
150 lkp = conf->lookups; in get_ns()
161 if (conf->num_lookups == 1) { in get_ns()
174 } else if (conf->num_lookups == 2) { in get_ns()
188 } else if (conf->num_lookups == 3) { in get_ns()
218 (void) __nsw_freeconfig(conf); in get_ns()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/keyhash_provider/
H A Dk5_md5des.c55 unsigned char conf[CONFLENGTH]; in k5_md5des_hash() local
72 data.data = (char *) conf; in k5_md5des_hash()
111 (CK_BYTE_PTR)conf, (CK_ULONG)sizeof(conf))) != CKR_OK) { in k5_md5des_hash()
136 (void) memcpy(output->data, conf, CONFLENGTH); in k5_md5des_hash()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/ents/frutree/
H A DMakefile42 CONFS = piclfrutree.conf
45 MAININFO = $(CONFS:%.conf=%.info)
82 $(CPP) -P $(INCS) $(@:%.conf=%.info) | \
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-ipqos46 if [ -f /usr/sbin/ipqosconf -a -f /etc/inet/ipqosinit.conf ]; then
47 /usr/sbin/ipqosconf -s -a /etc/inet/ipqosinit.conf &
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.status.solaris91 echo "#! /bin/sh" >conf$$.sh
92 echo "exit 0" >>conf$$.sh
93 chmod +x conf$$.sh
94 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
99 rm -f conf$$.sh
205 rm -f conf$$ conf$$.exe conf$$.file
206 echo >conf$$.file
207 if ln -s conf$$.file conf$$ 2>/dev/null; then
210 if test -f conf$$.exe; then
216 elif ln conf$$.file conf$$ 2>/dev/null; then
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/seattle/frutree/
H A DMakefile43 CONFS = piclfrutree.conf
46 MAININFO = $(CONFS:%.conf=%.info)
86 $(CPP) -P $(INCS) $(@:%.conf=%.info) | \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dconformance.c47 static const char* conf[] = { "CONFORMANCE", "HOSTTYPE", "UNIVERSE" }; in initconformance() local
52 for (i = h = 0, j = 1; i < elementsof(conf); i++) in initconformance()
53 if (*(m = astconf(conf[i], NiL, NiL)) && (h |= (1<<i)) || !i && (m = "ast")) in initconformance()
/illumos-gate/usr/src/cmd/boot/filelist/sparc/
H A Dfilelist.safe1 etc/dacf\.conf
14 kernel/drv/.*\.conf
/illumos-gate/usr/src/cmd/pools/
H A Dsvc-pools49 if [ -f /etc/pooladm.conf ]; then
68 if [ -f /etc/pooladm.conf ]; then
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frutree/
H A DMakefile45 CONFS = piclfrutree.conf
48 MAININFO = $(CONFS:%.conf=%.info)
93 $(CPP) -P $(INCS) $(@:%.conf=%.info) | \
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSunDATable.java97 saOnlyScopes = conf.getSAOnlyScopes(); in SunDATable()
108 cache = getWireTable(conf.getConfiguredScopes(), Defaults.version); in SunDATable()
136 Vector useScopes = conf.getConfiguredScopes(); in findDAScopes()
329 Transact.transactTCPMsg(conf.getLoopback(), msg, true); in getSrvReply()
H A DSunServerDATable.java89 saOnlyScopes = conf.getSAOnlyScopes(); in SunServerDATable()
227 conf.writeLog("ssdat_register_error", in recordNewDA()
272 conf.writeLog("ssdat_deregister_error", in removeDA()
298 Vector saOnlyScopes = conf.getSAOnlyScopes(); in returnMatchingDAs()
476 conf.writeLog("ssdat_inter_attr_err", in formServiceTableDAURL()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/keyhash_provider/
H A Dk5_kmd5des.c67 unsigned char conf[CONFLENGTH]; in k5_md5des_hash() local
83 data.data = (char *) conf; in k5_md5des_hash()
92 hash_input[0].data = (char *)conf; in k5_md5des_hash()
119 bcopy(conf, output->data, CONFLENGTH); in k5_md5des_hash()
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-i86pc-platform.p5m47 file path=kernel/drv/asy.conf group=sys
48 file path=kernel/drv/cmdk.conf group=sys
49 file path=kernel/drv/ecpp.conf group=sys
50 file path=kernel/drv/fd.conf group=sys
51 file path=kernel/drv/fdc.conf group=sys
/illumos-gate/usr/src/lib/libslp/javalib/
H A DMakefile.manifest39 include Makefile.conf
54 $(MANIFESTS): Makefile.manifest Makefile.conf
/illumos-gate/usr/src/cmd/fs.d/nfs/etc/
H A DMakefile32 TXTS= nfssec.conf
33 NFSTXTS= nfslog.conf
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/devtree/
H A DMakefile37 CONF= picldevtree.conf picl_asr.conf
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/devtree/
H A DMakefile39 CONF= picldevtree.conf picl_asr.conf
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/ents/devtree/
H A DMakefile37 CONF= picldevtree.conf picl_asr.conf

12345678910>>...22