/openbsd/usr.sbin/iscsid/ |
H A D | iscsid.c | 343 MERGE_MIN(res, mine, his, MaxBurstLength); in iscsi_merge_sess_params() 344 MERGE_MIN(res, mine, his, FirstBurstLength); in iscsi_merge_sess_params() 345 MERGE_MAX(res, mine, his, DefaultTime2Wait); in iscsi_merge_sess_params() 346 MERGE_MIN(res, mine, his, DefaultTime2Retain); in iscsi_merge_sess_params() 347 MERGE_MIN(res, mine, his, MaxOutstandingR2T); in iscsi_merge_sess_params() 349 MERGE_MIN(res, mine, his, MaxConnections); in iscsi_merge_sess_params() 350 MERGE_OR(res, mine, his, InitialR2T); in iscsi_merge_sess_params() 351 MERGE_AND(res, mine, his, ImmediateData); in iscsi_merge_sess_params() 352 MERGE_OR(res, mine, his, DataPDUInOrder); in iscsi_merge_sess_params() 353 MERGE_OR(res, mine, his, DataSequenceInOrder); in iscsi_merge_sess_params() [all …]
|
H A D | connection.c | 68 c->mine = initiator_conn_defaults; in conn_new() 70 c->mine.HeaderDigest = s->config.HeaderDigest; in conn_new() 72 c->mine.DataDigest = s->config.DataDigest; in conn_new() 342 (dst)->value = ((src)->mine.k) ? "Yes" : "No"; \ 352 ((src)->mine.k == DIGEST_NONE) ? "None" : "CRC32C,None";\ 361 if (asprintf(&((dst)->value), "%u", (src)->mine.k) == -1)\ 564 iscsi_merge_conn_params(&c->active, &c->mine, &c->his); in c_do_loggedin()
|
H A D | session.c | 242 s->mine = initiator_sess_defaults; in sess_do_start() 248 s->mine.MaxConnections = s->config.MaxConnections; in sess_do_start() 270 iscsi_merge_sess_params(&s->active, &s->mine, &s->his); in sess_do_conn_loggedin()
|
H A D | iscsid.h | 244 struct session_params mine; member 273 struct connection_params mine; member
|
H A D | initiator.c | 318 #define MINE_NOT_DEFAULT(c, k) ((c)->mine.k != iscsi_conn_defaults.k)
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | maint-tool | 226 $mine{$f} = "\$(INCDIR)/$f"; 229 $mine{'config.h'} = "config.h"; 234 $mine{$f} = "\$(srcdir)/$f"; 237 $mine{'config.h'} = "config.h"; 258 next unless $mine{$p}; 273 $d = $mine{$dt};
|
/openbsd/usr.bin/file/magdir/ |
H A D | intel | 40 # From Gürkan Sengün <gurkan@linuks.mine.nu>, www.linuks.mine.nu
|
H A D | fonts | 63 # Gürkan Sengün <gurkan@linuks.mine.nu>, www.linuks.mine.nu
|
H A D | console | 170 # From Gürkan Sengün <gurkan@linuks.mine.nu>, www.linuks.mine.nu
|
H A D | images | 100 # GRR 950115: this was mine ("Zip GIF"): 345 # Gürkan Sengün <gurkan@linuks.mine.nu>, www.linuks.mine.nu
|
H A D | games | 97 0 string 5\x0athe_Lost_Mine Quake I save: hip1m3 The lost mine
|
H A D | audio | 529 # From Gürkan Sengün <gurkan@linuks.mine.nu>, http://www.linuks.mine.nu
|
/openbsd/sys/kern/ |
H A D | subr_hibernate.c | 965 hibernate_compare_signature(union hibernate_info *mine, in hibernate_compare_signature() argument 970 if (mine->nranges != disk->nranges) { in hibernate_compare_signature() 975 if (bcmp(mine->kern_hash, disk->kern_hash, SHA256_DIGEST_LENGTH) != 0) { in hibernate_compare_signature() 980 for (i = 0; i < mine->nranges; i++) { in hibernate_compare_signature() 981 if ((mine->ranges[i].base != disk->ranges[i].base) || in hibernate_compare_signature() 982 (mine->ranges[i].end != disk->ranges[i].end) ) { in hibernate_compare_signature() 985 (void *)mine->ranges[i].base, in hibernate_compare_signature() 986 (void *)mine->ranges[i].end, in hibernate_compare_signature()
|
/openbsd/games/quiz/datfiles/ |
H A D | flowers | 9 Clover:Be mine
|
H A D | bard | 166 He would not in [mine|my] old age have left me naked to [mine|my] enemies{.}:\ 181 Why{,} then the world's mine oyster{,}:\
|
/openbsd/games/hunt/hunt/ |
H A D | otto.c | 484 go_for_ammo(char mine) in go_for_ammo() argument 491 if (flbr[i].what == mine && flbr[i].distance < dist) { in go_for_ammo()
|
/openbsd/distrib/notes/hppa/ |
H A D | prep | 36 dnl At least mine is still alive, and I have played a lot with its
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/ |
H A D | Transition.pod | 28 added has become a mine field. A vast majority of modules broken by Test2 fall
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Harness/ |
H A D | Beyond.pod | 206 either L<prove> or L<Module::Build>; there are many examples to base mine on.
|
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/ |
H A D | Changes | 395 - Silly me: Makefile.PL does need to accept arguments other than mine. 1165 Problems with the fix are mine :)
|
/openbsd/games/fortune/datfiles/ |
H A D | fortunes2-o | 619 "And mine is Joseph," said the man. 837 at mine, over there." 1555 "That wife of mine is a liar," said the angry husband to a 3820 A young lady friend of mine just swallowed a razor blade... 7648 In hopes the topic will be mine; 8237 But you should have seen mine 11884 a coal digger's daughter, but she'll always be mine. 12718 and you'll be mine... 13404 semen with more care. Mine, and mine, and mine. 14040 To which the young nun replies "Oooooh, mine does!!" [all …]
|
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | sanity.sh | 19699 mv diffmerge1 mine 19749 cd ../mine 19809 rm mine/.#*
|
/openbsd/gnu/gcc/gcc/config/m32r/ |
H A D | m32r.md | 105 ;; obtained by our best friend and mine, Google.
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlhack.pod | 263 % diff -Npurd perl.pristine perl.mine
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | epigraphs.pod | 3622 Oh God, I feel that this foot of mine 3676 FIORDILIGI: Is mine dead? 4791 shows of day and night,) saying, He is mine; 4793 Nay he is mine alone; 5697 Greenback: And the world is mine, all mine. Muhahahahaha. See to it!
|