/titanic_41/usr/src/man/man3dat/ |
H A D | Makefile | 19 MANSECT= 3dat 21 MANFILES= dat_cno_create.3dat \ 22 dat_cno_free.3dat \ 23 dat_cno_modify_agent.3dat \ 24 dat_cno_query.3dat \ 25 dat_cno_wait.3dat \ 26 dat_cr_accept.3dat \ 27 dat_cr_handoff.3dat \ 28 dat_cr_query.3dat \ 29 dat_cr_reject.3dat \ [all …]
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/ |
H A D | Makefile | 21 FILES = zfs-broken-mirror1.dat.bz2 \ 22 zfs-broken-mirror2.dat.bz2 \ 23 zfs-pool-v1.dat.bz2 \ 24 zfs-pool-v10.dat.bz2 \ 25 zfs-pool-v11.dat.bz2 \ 26 zfs-pool-v12.dat.bz2 \ 27 zfs-pool-v13.dat.bz2 \ 28 zfs-pool-v14.dat.bz2 \ 29 zfs-pool-v15.dat.bz2 \ 30 zfs-pool-v1mirror1.dat.bz2 \ [all …]
|
/titanic_41/usr/src/common/crypto/arcfour/amd64/ |
H A D | arcfour-x86_64.pl | 98 my ($code, $dat, $inp, $out, $len, $idx, $ido, $i, @XX, @TX, $YY, $TY); 117 $dat="%rdi"; # arg1 161 / Set $dat to beginning of array, key->arr[0] 162 add \$8,$dat 164 movl -8($dat),$XX[0]#d 166 movl -4($dat),$YY#d 172 movl ($dat,$XX[0],4),$TX[0]#d 184 movl ($dat,$YY,4),$TY#d 187 movl ($dat,$XX[1],4),$TX[1]#d 189 movl $TX[0]#d,($dat,$YY,4) [all …]
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-network-udapl.mf | 39 dir path=etc/dat group=sys 49 file path=etc/dat/dat.conf group=sys original_name=SUNWudapl:etc/dat/dat.conf \ 58 file path=usr/share/man/man3dat/dat_cno_create.3dat 59 file path=usr/share/man/man3dat/dat_cno_free.3dat 60 file path=usr/share/man/man3dat/dat_cno_modify_agent.3dat 61 file path=usr/share/man/man3dat/dat_cno_query.3dat 62 file path=usr/share/man/man3dat/dat_cno_wait.3dat 63 file path=usr/share/man/man3dat/dat_cr_accept.3dat 64 file path=usr/share/man/man3dat/dat_cr_handoff.3dat 65 file path=usr/share/man/man3dat/dat_cr_query.3dat [all …]
|
/titanic_41/usr/src/cmd/mandoc/ |
H A D | tbl_data.c | 41 struct tbl_dat *dat; in data() local 73 dat = mandoc_calloc(1, sizeof(struct tbl_dat)); in data() 74 dat->layout = cp; in data() 75 dat->pos = TBL_DATA_NONE; in data() 85 dat->spans = spans; in data() 88 dp->last->next = dat; in data() 89 dp->last = dat; in data() 91 dp->last = dp->first = dat; in data() 110 dat->string = mandoc_malloc((size_t)(*pos - sv + 1)); in data() 111 memcpy(dat->string, &p[sv], (size_t)(*pos - sv)); in data() [all …]
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/ |
H A D | zpool_upgrade.cfg | 40 export ZPOOL_VERSION_1_FILES="zfs-pool-v1.dat" 43 export ZPOOL_VERSION_1stripe_FILES="zfs-pool-v1stripe1.dat \ 44 zfs-pool-v1stripe2.dat zfs-pool-v1stripe3.dat" 47 export ZPOOL_VERSION_1raidz_FILES="zfs-pool-v1raidz1.dat zfs-pool-v1raidz2.dat \ 48 zfs-pool-v1raidz3.dat" 51 export ZPOOL_VERSION_1mirror_FILES="zfs-pool-v1mirror1.dat \ 52 zfs-pool-v1mirror2.dat zfs-pool-v1mirror3.dat" 57 export ZPOOL_VERSION_2_FILES="zfs-pool-v2.dat" 60 export ZPOOL_VERSION_2stripe_FILES="zfs-pool-v2stripe1.dat \ 61 zfs-pool-v2stripe2.dat zfs-pool-v2stripe3.dat" [all …]
|
/titanic_41/usr/src/cmd/lp/lib/msgs/ |
H A D | mwrite.c | 65 if (_mwrite(md, p->dat->buf, p->dat->len) != 0) in mflush() 70 Free(p->dat->buf); in mflush() 71 Free(p->dat); in mflush() 127 || (p->dat = (struct strbuf *)Malloc(sizeof(struct strbuf))) == NULL in mwrite() 128 || (p->dat->buf = (char *)Malloc(size)) == NULL) in mwrite() 133 (void) memcpy(p->dat->buf, msgbuf, size); in mwrite() 134 p->dat->len = size; in mwrite() 146 if (_mwrite(md, p->dat->buf, p->dat->len) != 0) { in mwrite() 152 Free(p->dat->buf); in mwrite() 153 Free(p->dat); in mwrite() [all …]
|
H A D | mread.c | 68 struct strbuf dat; local 87 dat.buf = msgbuf; 88 dat.maxlen = size; 89 dat.len = 0; 96 if (Getmsg(md, &ctl, &dat, &flag) < 0) 103 if (dat.len == 0)
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_user/misc/ |
H A D | setup.ksh | 72 $ZFS send $TESTPOOL/$TESTFS@snap > /tmp/zfstest_datastream.dat 73 if [ ! -s /tmp/zfstest_datastream.dat ] 77 log_must $CHMOD 644 /tmp/zfstest_datastream.dat 119 $MKFILE 100m /$TESTDIR/disk1.dat 120 $MKFILE 100m /$TESTDIR/disk2.dat 121 $MKFILE 100m /$TESTDIR/disk3.dat 122 $MKFILE 100m /$TESTDIR/disk-additional.dat 123 $MKFILE 100m /$TESTDIR/disk-export.dat 124 $MKFILE 100m /$TESTDIR/disk-offline.dat 125 $MKFILE 100m /$TESTDIR/disk-spare1.dat [all …]
|
H A D | zpool_attach_001_neg.ksh | 48 RESULT=$($ZPOOL status -v $TESTPOOL.virt | $GREP disk-additional.dat) 59 log_mustnot $ZPOOL attach $TESTPOOL.virt /$TESTDIR/disk1.dat \ 60 /$TESTDIR/disk-additional.dat 63 log_mustnot $ZPOOL attach -f $TESTPOOL.virt /$TESTDIR/disk1.dat \ 64 /$TESTDIR/disk-additional.dat
|
H A D | zpool_replace_001_neg.ksh | 49 RESULT=$($ZPOOL status -v $TESTPOOL.virt | $GREP disk-additional.dat) 60 log_mustnot $ZPOOL replace $TESTPOOL.virt /$TESTDIR/disk-1.dat \ 61 /$TESTDIR/disk-additional.dat 64 log_mustnot $ZPOOL replace -f $TESTPOOL.virt /$TESTDIR/disk-1.dat \ 65 /$TESTDIR/disk-additional.dat
|
H A D | zpool_offline_001_neg.ksh | 48 RESULT=$($ZPOOL status -v $TESTPOOL.virt | $GREP disk-1.dat \ 60 log_mustnot $ZPOOL offline $TESTPOOL.virt /$TESTDIR/disk-1.dat 63 log_mustnot $ZPOOL offline -t $TESTPOOL.virt /$TESTDIR/disk-1.dat
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | k5-int.h | 1776 #define krb5_is_krb_ticket(dat)\ argument 1777 ((dat) && (dat)->length && ((dat)->data[0] == 0x61 ||\ 1778 (dat)->data[0] == 0x41)) 1779 #define krb5_is_krb_authenticator(dat)\ argument 1780 ((dat) && (dat)->length && ((dat)->data[0] == 0x62 ||\ 1781 (dat)->data[0] == 0x42)) 1782 #define krb5_is_as_req(dat)\ argument 1783 ((dat) && (dat)->length && ((dat)->data[0] == 0x6a ||\ 1784 (dat)->data[0] == 0x4a)) 1785 #define krb5_is_as_rep(dat)\ argument [all …]
|
/titanic_41/usr/src/cmd/dodatadm/ |
H A D | dodatadm.udaplt | 30 if [ -r /etc/dat/dat.conf ]; then 32 [ `/usr/bin/grep -c "$pattern" /etc/dat/dat.conf` -ge 1 ] && exit 0 42 if [ -r /usr/share/dat/SUNWudaplt.conf ]; then 43 /usr/sbin/datadm -a /usr/share/dat/SUNWudaplt.conf
|
/titanic_41/usr/src/cmd/fm/modules/common/syslog-msgs/ |
H A D | syslog.c | 111 struct strbuf ctl, dat; in syslog_emit() local 127 dat.buf = buf; in syslog_emit() 128 dat.len = buflen + 1; in syslog_emit() 135 if (dat.len > LOG_MAXPS) { in syslog_emit() 146 dat.len = LOG_MAXPS; in syslog_emit() 158 dat.len = strlen(buf) + 1; in syslog_emit() 161 if (syslog_file && putmsg(syslog_logfd, &ctl, &dat, 0) != 0) { in syslog_emit() 166 dat.buf = strchr(buf, ']'); in syslog_emit() 167 dat.len -= (size_t)(dat.buf - buf); in syslog_emit() 169 dat.buf[0] = '\r'; /* overwrite ']' with carriage return */ in syslog_emit() [all …]
|
/titanic_41/usr/src/cmd/streams/log/ |
H A D | strclean.c | 61 struct strbuf ctl, dat; in main() local 120 dat.buf = msg; in main() 121 dat.maxlen = MSGSIZE; in main() 122 sprintf(dat.buf, in main() 124 dat.len = strlen(dat.buf) + 1; in main() 127 putmsg(fd, &ctl, &dat, 0); in main()
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | send.c | 83 struct strbuf dat; local 131 dat.maxlen = MAXLINE; 132 dat.len = len; 133 if (dat.len > MAXLINE) { 134 dat.len = MAXLINE; 137 dat.buf = msg; 140 if (_putmsg(s, &ctl, &dat, 0) == 0)
|
/titanic_41/usr/src/lib/krb5/kdb/ |
H A D | keytab.c | 223 krb5_data *dat; in is_xrealm_tgt() local 226 dat = krb5_princ_component(context, princ, 0); in is_xrealm_tgt() 227 if (strncmp("krbtgt", dat->data, dat->length) != 0) in is_xrealm_tgt() 229 dat = krb5_princ_component(context, princ, 1); in is_xrealm_tgt() 230 if (dat->length != princ->realm.length) in is_xrealm_tgt() 232 if (strncmp(dat->data, princ->realm.data, dat->length) == 0) in is_xrealm_tgt()
|
/titanic_41/usr/src/lib/udapl/libdat/ |
H A D | Makefile | 31 dat.h \ 42 HDRDIR = include/dat 43 ROOTHDRDIR = $(ROOT)/usr/include/dat 46 ROOTETCDAT = $(ROOTETC)/dat 47 ETCDATFILES = dat.conf
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/poolversion/ |
H A D | setup.ksh | 37 log_must $MKFILE 64m /tmp/zpool_version_1.dat 38 log_must $ZPOOL create -o version=1 $TESTPOOL /tmp/zpool_version_1.dat 42 log_must $MKFILE 64m /tmp/zpool2_version_1.dat 43 log_must $ZPOOL create -o version=1 $TESTPOOL2 /tmp/zpool2_version_1.dat
|
/titanic_41/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_diskq.c | 299 hd->dat.magic = RDC_IOHDR_MAGIC; in rdc_fill_ioheader() 300 hd->dat.type = RDC_QUEUEIO; in rdc_fill_ioheader() 301 hd->dat.pos = aio->pos; in rdc_fill_ioheader() 302 hd->dat.hpos = aio->pos; in rdc_fill_ioheader() 303 hd->dat.qpos = qpos; in rdc_fill_ioheader() 304 hd->dat.len = aio->len; in rdc_fill_ioheader() 305 hd->dat.flag = aio->flag; in rdc_fill_ioheader() 306 hd->dat.iostatus = aio->iostatus; in rdc_fill_ioheader() 307 hd->dat.setid = rdc_idx2setid(aio->index); in rdc_fill_ioheader() 308 hd->dat.time = nsc_time(); in rdc_fill_ioheader() [all …]
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | lfmt_log.c | 61 struct strbuf dat; in __lfmt_log() local 98 dat.maxlen = MAXMSG; in __lfmt_log() 99 dat.len = (int)msg_offset; in __lfmt_log() 100 dat.buf = msg.buf; in __lfmt_log() 102 if (putmsg(fd, 0, &dat, 0) == -1) { in __lfmt_log()
|
/titanic_41/usr/src/lib/libnisdb/yptol/ |
H A D | yptol_utils.c | 139 dump_datum(datum *dat) in dump_datum() argument 143 if (NULL == dat) { in dump_datum() 148 if (NULL == dat->dptr) { in dump_datum() 152 for (i = 0; i < dat->dsize; i++) in dump_datum() 153 putchar(dat->dptr[i]); in dump_datum()
|
/titanic_41/usr/src/lib/crypt_modules/bsdbf/ |
H A D | arc4random.c | 69 arc4_addrandom(as, dat, datlen) in arc4_addrandom() argument 71 u_char *dat; 81 as->j = (as->j + si + dat[n % datlen]); 148 arc4random_addrandom(dat, datlen) in arc4random_addrandom() argument 149 u_char *dat; in arc4random_addrandom() 154 arc4_addrandom(&rs, dat, datlen);
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_set/ |
H A D | zpool_set_003_neg.ksh | 49 $RM /tmp/zpool_set_003.$$.dat 59 log_must $MKFILE 64m /tmp/zpool_set_003.$$.dat 60 log_must $ZPOOL create $TESTPOOL /tmp/zpool_set_003.$$.dat
|