Searched refs:how (Results 26 - 50 of 88) sorted by relevance

1234

/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Dstack_interface.cpp44 stack_interface_shutdown(net_socket* socket, int how) argument
46 return gNetSocketModule.shutdown(socket, how);
/haiku-fatelf/src/system/kernel/
H A Dsignal.cpp661 SigProcMask(int how, sigset_t mask) argument
663 fHow(how),
672 const char* how = "invalid"; local
675 how = "block";
678 how = "unblock";
681 how = "set";
685 out.Print("signal proc mask: %s 0x%llx, old mask: 0x%llx", how,
1878 sigprocmask_internal(int how, const sigset_t* set, sigset_t* oldSet) argument
1887 T(SigProcMask(how, *set));
1889 switch (how) {
1914 sigprocmask(int how, const sigset_t* set, sigset_t* oldSet) argument
2197 _user_set_signal_mask(int how, const sigset_t *userSet, sigset_t *userOldSet) argument
[all...]
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dh8300-dis.c117 if (OP_KIND (q->how) == O_MOVAB ||
118 OP_KIND (q->how) == O_MOVAW ||
119 OP_KIND (q->how) == O_MOVAL)
137 switch (OP_SIZE (q->how)) {
515 if (q->how == O (O_BRAS, SB))
/haiku-fatelf/src/bin/gdb/bfd/
H A Doasys.c569 oasys_print_symbol (abfd, afile, symbol, how)
573 bfd_print_symbol_type how;
577 switch (how)
1191 reloc_howto_type *const how = r->howto; local
1201 if (how->pc_relative)
1207 if (how->size != 2)
1225 if (how->size == 2)
1279 if (how->size == 2)
H A Dtekhex.c385 how big the data is */
959 tekhex_print_symbol (abfd, filep, symbol, how)
963 bfd_print_symbol_type how;
967 switch (how)
H A Dvms.c101 PARAMS ((bfd *abfd, PTR file, asymbol *symbol, bfd_print_symbol_type how));
1122 /* Print symbol to file according to how. how is one of
1128 vms_print_symbol (abfd, file, symbol, how)
1132 bfd_print_symbol_type how;
1135 vms_debug (1, "vms_print_symbol(%p, %p, %p, %d)\n", abfd, file, symbol, how);
1138 switch (how)
H A Dreloc.c109 . {* Pointer to how to perform the required relocation. *}
474 (enum complain_overflow how,
490 bfd_check_overflow (enum complain_overflow how, argument
508 switch (how)
1324 relocatable link depends upon how the object format defines
H A Dsrec.c1240 srec_print_symbol (abfd, afile, symbol, how)
1244 bfd_print_symbol_type how;
1247 switch (how)
H A Dversados.c775 versados_print_symbol (abfd, afile, symbol, how)
779 bfd_print_symbol_type how;
782 switch (how)
/haiku-fatelf/src/kits/network/
H A Dsocket.cpp163 shutdown(int socket, int how) argument
165 RETURN_AND_SET_ERRNO(_kern_shutdown_socket(socket, how));
/haiku-fatelf/src/libs/edit/
H A Dterm.c1291 const char *what, *how; local
1297 how = argv[2];
1307 term_alloc(el, ts, how);
1321 if (strcmp(how, "yes") == 0)
1323 else if (strcmp(how, "no") == 0)
1327 "settc: Bad value `%s'.\n", how);
1338 i = strtol(how, &ep, 10);
1341 "settc: Bad value `%s'.\n", how);
/haiku-fatelf/src/system/kernel/fs/
H A Dsocket.cpp413 common_shutdown(int fd, int how, bool kernel) argument
419 return sStackInterface->shutdown(descriptor->u.socket, how);
673 shutdown(int socket, int how) argument
676 RETURN_AND_SET_ERRNO(common_shutdown(socket, how, true));
845 _user_shutdown_socket(int socket, int how) argument
848 return error = common_shutdown(socket, how, false);
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h1730 void set_may_be_hidden(bool how) { argument
1733 c.bits.may_be_hidden = how;
1737 void set_is_directory(bool how) { argument
1740 c.bits.is_directory = how;
1744 void set_is_deleted(bool how) { argument
1747 c.bits.is_deleted = how;
1751 void set_is_parent(bool how) { argument
1754 c.bits.is_parent = how;
1758 void set_is_metadata_stream(bool how) { argument
1761 c.bits.is_metadata_stream = how;
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DUdfStructures.h1679 void set_may_be_hidden(bool how) { argument
1682 c.bits.may_be_hidden = how;
1686 void set_is_directory(bool how) { argument
1689 c.bits.is_directory = how;
1693 void set_is_deleted(bool how) { argument
1696 c.bits.is_deleted = how;
1700 void set_is_parent(bool how) { argument
1703 c.bits.is_parent = how;
1707 void set_is_metadata_stream(bool how) { argument
1710 c.bits.is_metadata_stream = how;
[all...]
/haiku-fatelf/src/bin/gawk/
H A Dio.c117 /* of how we find a record. Communication is via the return value: */
156 static int close_redir P((struct redirect *rp, int exitwarn, two_way_close_type how));
161 static IOBUF *iop_open P((const char *file, const char *how, IOBUF *buf));
794 two_way_close_type how = CLOSE_ALL; /* default */ local
803 how = CLOSE_TO;
805 how = CLOSE_FROM;
834 tmp = tmp_number((AWKNUM) close_redir(rp, FALSE, how));
852 close_redir(register struct redirect *rp, int exitwarn, two_way_close_type how) argument
861 if (do_lint && (rp->flag & RED_TWOWAY) == 0 && how != CLOSE_ALL)
868 if ((how
[all...]
H A Darray.c1002 assoc_sort_inplace(NODE *symbol, ASORT_TYPE how) argument
1013 if (how == VALUE) {
1041 } else { /* how == INDEX */
1099 asort_actual(NODE *tree, ASORT_TYPE how) argument
1111 return assoc_sort_inplace(array, how);
/haiku-fatelf/src/bin/patch/
H A Dutil.c698 #define sigprocmask(how, n, o) \
699 ((how) == SIG_BLOCK \
701 : (how) == SIG_UNBLOCK \
973 regardless of how NULL_DEVICE is spelled. */
/haiku-fatelf/src/bin/zip/
H A Dzipfile.c294 if (z->how > DEFLATE)
296 sprintf(errbuf, "unknown compression method %u: ", z->how);
428 z->how = SH(LOCHOW + b);
901 z->how = SH((CENHOW-CENVER) + u);
1098 PUTSH(z->how, f);
1134 PUTSH(z->how, f);
H A Dzipup.c509 z->how = (ush)m; /* may be changed later */
656 if (z->how != (ush) m)
672 z->how = (ush)m;
/haiku-fatelf/src/libs/zlib/
H A Dgzlib.c77 state->how = LOOK; /* look for gzip header */
307 if (state->mode == GZ_READ && state->how == COPY &&
/haiku-fatelf/headers/private/kernel/
H A Dksignal.h227 status_t _user_set_signal_mask(int how, const sigset_t *set, sigset_t *oldSet);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dp-lang.c84 /* FIXME: how can I detect wide chars in GPC ?? */
259 agreement as to how useful this feature is. In particular, gcc does
H A Ds390-tdep.c520 Once you've reached an instruction that you don't know how to
524 - To see how large your stack frame is, just check the value of sp;
656 /* Anything else we don't know how to add. We don't have a
716 /* We don't know how to subtract anything else. */
1585 /* An instruction we don't know how to simulate. The only
2253 reg->how = DWARF2_FRAME_REG_SAME_VALUE;
2259 reg->how = DWARF2_FRAME_REG_UNDEFINED;
2263 reg->how = DWARF2_FRAME_REG_RA;
2270 reg->how = DWARF2_FRAME_REG_SAME_VALUE;
2275 reg->how
[all...]
/haiku-fatelf/headers/posix/sys/
H A Dsocket.h186 int shutdown(int socket, int how);
/haiku-fatelf/docs/user/
H A Dapidoc.dox15 This article explains how to document the API. Its intended audience are the
31 glance at how to write member and class documentation, since you'll need to
41 like and how to put delimiters to separate different 'blocks' in your source
343 \note If you are looking on how to add classes to kits, see
368 long. See the \ref style section on how to effectively write group headers.
492 as inconvenient. At the moment, how to actually group the documentation is
539 describe if a class is made to be derived from, and if so, how. Make
542 -# One or more paragraphs that show how this class ties in with the rest
543 of the kit or the API. What objects does it work with, how it interacts
567 writing the actual documentation. There are some guidelines as to how, bu
[all...]

Completed in 231 milliseconds

1234