/titanic_41/usr/src/cmd/bnu/ |
H A D | uudemon.poll | 51 while read site poll 53 case $site in 60 if [ ! -d ${SPOOL}/${site} ] 62 mkdir ${SPOOL}/${site} 64 if [ ! -d ${SPOOL}/${site}/${DEFQUEUE} ] 66 mkdir ${SPOOL}/${site}/${DEFQUEUE} 68 j=`expr $site : '\(.\{1,7\}\)'` 69 touch ${SPOOL}/${site}/${DEFQUEUE}/C.${j}${DEFQUEUE}0000
|
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | sw.c | 131 nvlist_t *args, *fmri = NULL, *obj = NULL, *site = NULL, *ctxt = NULL; in sw_fmri_create() local 222 if (topo_mod_nvalloc(mod, &site, NV_UNIQUE_NAME) != 0) { in sw_fmri_create() 227 err |= sw_add_optl_string(site, FM_FMRI_SW_SITE_TOKEN, site_token); in sw_fmri_create() 228 err |= sw_add_optl_string(site, FM_FMRI_SW_SITE_MODULE, site_module); in sw_fmri_create() 229 err |= sw_add_optl_string(site, FM_FMRI_SW_SITE_FILE, site_file); in sw_fmri_create() 230 err |= sw_add_optl_string(site, FM_FMRI_SW_SITE_FUNC, site_func); in sw_fmri_create() 233 err |= nvlist_add_int64(site, FM_FMRI_SW_SITE_LINE, site_line); in sw_fmri_create() 239 err |= nvlist_add_nvlist(fmri, FM_FMRI_SW_SITE, site); in sw_fmri_create() 291 if (site) in sw_fmri_create() 292 nvlist_free(site); in sw_fmri_create() [all …]
|
/titanic_41/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_join.c | 84 char site[MAXHOSTNAMELEN]; in smbd_dc_monitor_refresh() local 87 site[0] = '\0'; in smbd_dc_monitor_refresh() 89 (void) smb_config_getstr(SMB_CI_ADS_SITE, site, MAXHOSTNAMELEN); in smbd_dc_monitor_refresh() 95 (smb_strcasecmp(smbd.s_site, site, 0) != 0)) { in smbd_dc_monitor_refresh() 97 (void) strlcpy(smbd.s_site, site, MAXHOSTNAMELEN); in smbd_dc_monitor_refresh()
|
/titanic_41/usr/src/cmd/fm/modules/common/ext-event-transport/ |
H A D | fmevt_inbound.c | 213 nvlist_t *obj, *dtcr, *site, *ctxt; in fmevt_detector() local 226 site = fmd_nvl_alloc(fmevt_hdl, FMD_SLEEP); in fmevt_detector() 229 if (obj == NULL || dtcr == NULL || site == NULL || ctxt == NULL) { in fmevt_detector() 245 err += nvlist_add_string(site, FM_FMRI_SW_SITE_FILE, str); in fmevt_detector() 250 err += nvlist_add_string(site, FM_FMRI_SW_SITE_FUNC, str); in fmevt_detector() 255 err += nvlist_add_int64(site, FM_FMRI_SW_SITE_LINE, i64); in fmevt_detector() 286 err += nvlist_add_nvlist(dtcr, FM_FMRI_SW_SITE, site); in fmevt_detector() 292 if (site != NULL) in fmevt_detector() 293 nvlist_free(site); in fmevt_detector()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | printf.c | 74 const char *suffix, void *site, int mid, int sid, int level, in cprintf() argument 114 mod_containing_pc(site), msgid); in cprintf() 250 vzdcmn_err(zoneid_t zoneid, void *site, int ce, const char *fmt, va_list adx, in vzdcmn_err() argument 257 ce_prefix[ce], ce_suffix[ce], site, 0, 0, 0, in vzdcmn_err()
|
/titanic_41/usr/src/cmd/svc/milestone/ |
H A D | manifest-import | 207 nonsite_dirs=`/usr/bin/find $basedir/* -name site \ 212 site_manifests=`/lib/svc/bin/mfstscan $basedir/site` 355 [ -f $prefix/site.xml ] && svccfg_apply $prefix/site.xml
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | THIRDPARTYLICENSE.unicode | 10 For the general privacy policy governing access to this site, see 43 is charged for access to the "mirror" site. 94 2. This site contains product names and corporate names of other 112 of this site and any claims and damages resulting from use of this 113 site are governed solely by the laws of the State of California 116 regarding this site shall be resolved solely in the courts located 122 this Agreement at any time by posting it to this site. The user may
|
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | CREDITS | 5 Various documents from the Microsoft ftp site.
|
/titanic_41/usr/src/cmd/fs.d/smbclnt/ |
H A D | CREDITS | 5 Various documents from the Microsoft ftp site.
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | INSTALL | 155 you can create a site shell script called `config.site' that gives 157 `configure' looks for `PREFIX/share/config.site' if it exists, then 158 `PREFIX/etc/config.site' if it exists. Or, you can set the 159 `CONFIG_SITE' environment variable to the location of the site script. 160 A warning: not all `configure' scripts look for a site script.
|
H A D | configure | 331 site= 560 -site | --site | --sit) 561 ac_prev=site ;; 562 -site=* | --site=* | --sit=*) 563 site=$ac_optarg ;; 1267 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 1269 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 1274 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1275 echo "$as_me: loading site script $ac_site_file" >&6;}
|
/titanic_41/usr/src/cmd/cmd-inet/etc/default/ |
H A D | inetinit.dfl | 35 # Relay Routers as defined in RFC 3056. Traffic sent from a 6to4 site to a 39 # security risk for a 6to4 site, since there is no default trust
|
/titanic_41/usr/src/cmd/pyzfs/ |
H A D | pyzfs.py | 32 import site
|
/titanic_41/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | libsmbns.h | 44 char *site; /* local ADS site */ member
|
H A D | smbns_ads.c | 1193 if ((ah->site = strdup(smb_ads_cfg.c_site)) == NULL) { in smb_ads_open_main() 1200 ah->site = NULL; in smb_ads_open_main() 1239 free(ah->site); in smb_ads_close()
|
/titanic_41/usr/src/lib/librstp/common/ |
H A D | README.CVS.HOWTO | 18 with the proper values. Enter your site password when prompted.
|
/titanic_41/usr/src/lib/libshell/common/scripts/ |
H A D | shtwitter.sh | 322 to the twitter.com microblogging site.]
|
/titanic_41/usr/src/cmd/dtrace/test/ |
H A D | README | 30 the following web site:
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | cmdtab.c | 202 { "site", sitehelp, 0, 1, 1, site },
|
H A D | ftp_var.h | 294 extern void site(int argc, char *argv[]);
|
/titanic_41/usr/src/cmd/sendmail/cf/feature/ |
H A D | bestmx_is_local.m4 | 31 # If we are the best MX for a site, then we want to accept
|
/titanic_41/usr/src/lib/libdscp/svc/ |
H A D | dscp.ppp.options | 32 # options are explicitly set here so that site customizations
|
/titanic_41/usr/src/data/zoneinfo/ |
H A D | australasia | 304 # Ministry of Information (fiji.gov.fj) web site: 920 # 10 "Eastern Daylight Time AEST" site:au [some are false hits] 921 # 10 "Eastern Summer Time AEST" site:au 922 # 10 "Summer Time AEDT" site:au 923 # 13 "EDST Eastern Daylight Saving Time" site:au 924 # 18 "Summer Time ESST" site:au 925 # 28 "Eastern Daylight Saving Time EDST" site:au 926 # 39 "EDT Eastern Daylight Time" site:au [some are false hits] 927 # 53 "Eastern Daylight Time EDT" site:au [some are false hits] 928 # 54 "AEDT Australian Eastern Daylight Time" site:au [all …]
|
/titanic_41/usr/src/cmd/sendmail/cf/ |
H A D | README | 129 These describe the mailers used at the default CS site. The local 435 LOCAL_RELAY The site that will handle unqualified names -- that 442 central site to store a company- or department-wide 445 LUSER_RELAY The site that will handle lusers -- that is, apparently 447 specify a local user instead of a site, set this to 460 (using "DD<domain>") and set certain site-wide features. If all hosts 461 at your site masquerade behind one email name, you could also use 480 your mail to another site. This mailer is included 984 your local host). This option sets your site to allow 985 mail relaying from any site to any site. In almost all [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/etc/dhcp/ |
H A D | inittab | 178 # the SITE category, meaning it is defined by each individual site.
|