Searched defs:how (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libc/port/sys/
H A Dlwp_sigmask.c32 __lwp_sigmask(int how, const sigset_t *set) argument
34 return (syscall(SYS_lwp_sigmask, how,
/osnet-11/usr/src/lib/libsocket/socket/
H A Dweaks.c102 _shutdown(int sock, int how) argument
104 return (_so_shutdown(sock, how, SOV_DEFAULT));
/osnet-11/usr/src/lib/libc/port/threads/
H A Dsigaction.c599 thr_sigsetmask(int how, const sigset_t *set, sigset_t *oset) argument
610 switch (how) {
626 switch (how) {
657 pthread_sigmask(int how, const sigset_t *set, sigset_t *oset) argument
659 return (thr_sigsetmask(how, set, oset));
664 sigprocmask(int how, const sigset_t *set, sigset_t *oset) argument
672 return (__sigprocmask(how, set, oset));
674 if ((error = thr_sigsetmask(how, set, oset)) != 0) {
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex.cc49 db_mindex::db_mindex(db_scheme *how, char *tablePath) : rversion() argument
55 init(how);
81 * Initialize table using information given in scheme 'how'.
87 db_mindex::init(db_scheme * how) argument
89 scheme = new db_scheme(how); // make copy
99 indices.indices_len = how->numkeys();
100 db_key_desc * keys = how->keyloc();
/osnet-11/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_signal.c340 s10_lwp_sigmask(sysret_t *rval, int how, uint_t bits0, uint_t bits1) argument
354 how,
380 s10_sigprocmask(sysret_t *rval, int how, const sigset_t *set, sigset_t *oset) argument
394 how, set_ptr, oset_ptr)) != 0)
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dentry.c1411 dm_get_usage_string(char *what, char *how, char **usage_string) argument
1421 if (strcmp(how, "swap") == 0) {
1438 if (strcmp(how, "mdb") == 0) {
/osnet-11/usr/src/lib/libidmap/common/
H A Didmap_api.c990 * how - mapping type if stat = 0
1085 * how - mapping type if stat = 0
1185 * how - mapping type if stat = 0
1281 * how - mapping type if stat = 0
1372 * how - mapping type if stat = 0
2091 idmap_how_clear(idmap_how *how) argument
2093 xdr_free(xdr_idmap_how, (caddr_t)how);
2094 (void) memset(how, 0, sizeof (*how));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dhv.c201 information on how to use this function on tied hashes.
258 information on how to use this function on tied hashes.
304 information on how to use this function on tied hashes.
360 information on how to use this function on tied hashes.
1916 Perl_hv_magic(pTHX_ HV *hv, GV *gv, int how) argument
1918 sv_magic((SV*)hv, (SV*)gv, how, Nullch, 0);
H A Dpp_sys.c784 int how = PERL_MAGIC_tied; local
803 how = PERL_MAGIC_tiedscalar;
812 how = PERL_MAGIC_tiedscalar;
849 sv_unmagic(varsv, how);
856 sv_magic(varsv, (SvRV(sv) == varsv ? Nullsv : sv), how, Nullch, 0);
869 char how = (SvTYPE(sv) == SVt_PVHV || SvTYPE(sv) == SVt_PVAV) local
875 if ((mg = SvTIED_mg(sv, how))) {
899 sv_unmagic(sv, how) ;
908 char how = (SvTYPE(sv) == SVt_PVHV || SvTYPE(sv) == SVt_PVAV) local
914 if ((mg = SvTIED_mg(sv, how))) {
2583 int how = POPi; local
[all...]
H A Dsv.c2736 Not sure how to do this 100% reliably. */
4560 one instance of the same 'how'
4572 Perl_sv_magicext(pTHX_ SV* sv, SV* obj, int how, MGVTBL *vtable, argument
4594 how == PERL_MAGIC_arylen ||
4595 how == PERL_MAGIC_qr ||
4616 if (how == PERL_MAGIC_tiedscalar && SvTYPE(sv) == SVt_PVIO &&
4622 mg->mg_type = how;
4644 then adds a new magic item of type C<how> to the head of the magic list.
4650 Perl_sv_magic(pTHX_ register SV *sv, SV *obj, int how, const char *name, I32 namlen) argument
4657 && how !
[all...]

Completed in 83 milliseconds