Home
last modified time | relevance | path

Searched refs:how (Results 1 – 25 of 243) sorted by relevance

12345678910

/titanic_53/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c1324 res->info.how.map_type = IDMAP_MAP_TYPE_KNOWN_SID; in lookup_wksids_sid2pid()
1391 res->info.how.map_type = IDMAP_MAP_TYPE_KNOWN_SID; in lookup_wksids_pid2sid()
1649 res->info.how.map_type = strtoul(values[6], &end, 10); in lookup_cache_sid2pid()
1650 switch (res->info.how.map_type) { in lookup_cache_sid2pid()
1652 res->info.how.idmap_how_u.ad.dn = in lookup_cache_sid2pid()
1654 res->info.how.idmap_how_u.ad.attr = in lookup_cache_sid2pid()
1656 res->info.how.idmap_how_u.ad.value = in lookup_cache_sid2pid()
1661 res->info.how.idmap_how_u.nldap.dn = in lookup_cache_sid2pid()
1663 res->info.how.idmap_how_u.nldap.attr = in lookup_cache_sid2pid()
1665 res->info.how.idmap_how_u.nldap.value = in lookup_cache_sid2pid()
[all …]
H A Dnldaputils.c745 idmap_how *how; in nldap_lookup_batch() local
799 idmap_how_clear(&res->info.how); in nldap_lookup_batch()
801 how = &res->info.how; in nldap_lookup_batch()
802 how->map_type = IDMAP_MAP_TYPE_DS_NLDAP; in nldap_lookup_batch()
806 &how->idmap_how_u.nldap.dn, in nldap_lookup_batch()
807 &how->idmap_how_u.nldap.attr, in nldap_lookup_batch()
808 &how->idmap_how_u.nldap.value, in nldap_lookup_batch()
827 idmap_how_clear(&res->info.how); in nldap_lookup_batch()
829 how = &res->info.how; in nldap_lookup_batch()
830 how->map_type = IDMAP_MAP_TYPE_DS_NLDAP; in nldap_lookup_batch()
[all …]
H A Dserver.c494 idmap_how_clear(&res->info.how); in idmap_get_mapped_ids_1_svc()
512 idmap_how *how; in list_mappings_cb() local
583 how = &result->mappings.mappings_val[cb_data->next].info.how; in list_mappings_cb()
584 how->map_type = strtoul(argv[11], &end, 10); in list_mappings_cb()
585 switch (how->map_type) { in list_mappings_cb()
587 how->idmap_how_u.ad.dn = in list_mappings_cb()
589 how->idmap_how_u.ad.attr = in list_mappings_cb()
591 how->idmap_how_u.ad.value = in list_mappings_cb()
596 how->idmap_how_u.nldap.dn = in list_mappings_cb()
598 how->idmap_how_u.nldap.attr = in list_mappings_cb()
[all …]
/titanic_53/usr/src/uts/common/syscall/
H A Dsigprocmask.c42 lwp_sigmask(int how, uint_t bits0, uint_t bits1, uint_t bits2, uint_t bits3) in lwp_sigmask() argument
67 switch (how) { in lwp_sigmask()
93 sigprocmask(int how, sigset_t *setp, sigset_t *osetp) in sigprocmask() argument
104 switch (how) { in sigprocmask()
124 (void) lwp_sigmask(how, in sigprocmask()
/titanic_53/usr/src/lib/libbc/libc/sys/common/
H A Dshutdown.c37 shutdown(s, how) in shutdown() argument
39 int how;
42 if ((a = _shutdown(s, how)) == -1) {
H A Dsigaction.c147 sigprocmask(how, set, oset) in sigprocmask() argument
148 int how; in sigprocmask()
156 ret = _sigprocmask(how_map[how], NULL, &s5_oset);
160 ret = _sigprocmask(how_map[how], &s5_set, &s5_oset);
/titanic_53/usr/src/stand/lib/sa/sparc/
H A Dprom_misc.c34 enum encode_how how) in prom_create_encoded_prop() argument
55 if (how == ENCODE_BYTES) { in prom_create_encoded_prop()
58 assert(how == ENCODE_STRING); in prom_create_encoded_prop()
/titanic_53/usr/src/lib/libc/port/sys/
H A Dlwp_sigmask.c32 __lwp_sigmask(int how, const sigset_t *set) in __lwp_sigmask() argument
34 return (syscall(SYS_lwp_sigmask, how, in __lwp_sigmask()
/titanic_53/usr/src/boot/lib/libz/
H A Dgzread.c142 state->how = GZIP;
165 state->how = COPY;
217 state->how = LOOK;
235 switch(state->how) {
239 if (state->how == LOOK)
348 else if (state->how == LOOK || len < (state->size << 1)) {
358 else if (state->how == COPY) { /* read directly */
562 if (state->mode == GZ_READ && state->how == LOOK && state->x.have == 0)
/titanic_53/usr/src/lib/libc/port/threads/
H A Dsigaction.c594 thr_sigsetmask(int how, const sigset_t *set, sigset_t *oset) in thr_sigsetmask() argument
605 switch (how) { in thr_sigsetmask()
621 switch (how) { in thr_sigsetmask()
652 pthread_sigmask(int how, const sigset_t *set, sigset_t *oset) in pthread_sigmask() argument
654 return (thr_sigsetmask(how, set, oset)); in pthread_sigmask()
659 sigprocmask(int how, const sigset_t *set, sigset_t *oset) in sigprocmask() argument
667 return (__sigprocmask(how, set, oset)); in sigprocmask()
669 if ((error = thr_sigsetmask(how, set, oset)) != 0) { in sigprocmask()
/titanic_53/usr/src/cmd/sendmail/cf/feature/
H A Dldap_routing.m422 # Check for third argument to indicate how to deal with non-existant
29 # Check for fourth argument to indicate how to deal with +detail info
34 # Check for sixth argument to indicate how to deal with tempfails
/titanic_53/usr/src/cmd/idmap/idmap/
H A Didmap.c1344 print_how(idmap_how *how) in print_how() argument
1350 switch (how->map_type) { in print_how()
1354 CHECK_NULL(how->idmap_how_u.ad.dn)); in print_how()
1356 CHECK_NULL(how->idmap_how_u.ad.attr), in print_how()
1357 CHECK_NULL(how->idmap_how_u.ad.value)); in print_how()
1363 CHECK_NULL(how->idmap_how_u.nldap.dn)); in print_how()
1365 CHECK_NULL(how->idmap_how_u.nldap.attr), in print_how()
1366 CHECK_NULL(how->idmap_how_u.nldap.value)); in print_how()
1371 rule = &how->idmap_how_u.rule; in print_how()
1408 CHECK_NULL(how->idmap_how_u.idmu.dn)); in print_how()
[all …]
/titanic_53/usr/src/uts/common/crypto/api/
H A Dkcf_random.c466 rnd_get_bytes(uint8_t *ptr, size_t len, extract_type_t how) in rnd_get_bytes() argument
483 switch (how) { in rnd_get_bytes()
498 if (how == NONBLOCK_EXTRACT) { in rnd_get_bytes()
507 if (how == NONBLOCK_EXTRACT && (rnbyte_cnt < len)) in rnd_get_bytes()
514 if (how == BLOCKING_EXTRACT) { in rnd_get_bytes()
535 if (len > 0 && how == ALWAYS_EXTRACT) { in rnd_get_bytes()
559 extract_type_t how; in kcf_rnd_get_bytes() local
562 how = noblock ? NONBLOCK_EXTRACT : BLOCKING_EXTRACT; in kcf_rnd_get_bytes()
564 if ((error = rnd_get_bytes(ptr, len, how)) != 0) in kcf_rnd_get_bytes()
/titanic_53/usr/src/uts/common/smbsrv/
H A Dmbuf.h201 #define MGET(m, how, type) { \ argument
210 #define MGETHDR(m, how, type) { \ argument
219 #define MCLGET(m, how) \ argument
/titanic_53/usr/src/uts/common/io/bpf/
H A Dbpf_mac.c119 mac_bpf_promisc_add(uintptr_t chandle, int how, void *arg, uintptr_t *promisc, in mac_bpf_promisc_add() argument
122 return (mac_promisc_add((mac_client_handle_t)chandle, how, bpf_mtap, in mac_bpf_promisc_add()
/titanic_53/usr/src/cmd/id/
H A Did.c329 prid(TYPE how, uid_t id) in prid() argument
333 switch ((int)how) { in prid()
354 switch ((int)how) { in prid()
/titanic_53/usr/src/uts/common/inet/ipnet/
H A Dipnet_bpf.c135 ipnet_bpf_promisc_add(uintptr_t chandle, int how, void *arg, in ipnet_bpf_promisc_add() argument
143 switch (how) { in ipnet_bpf_promisc_add()
/titanic_53/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs3.c166 int sz, how; local
230 how = getxdr_long();
232 fh, filetype(how), name);
1181 long how; in sum_createhow() local
1183 how = getxdr_long(); in sum_createhow()
1184 switch (how) { in sum_createhow()
/titanic_53/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) in s10_lwp_sigmask() argument
354 how, in s10_lwp_sigmask()
380 s10_sigprocmask(sysret_t *rval, int how, const sigset_t *set, sigset_t *oset) in s10_sigprocmask() argument
394 how, set_ptr, oset_ptr)) != 0) in s10_sigprocmask()
/titanic_53/usr/src/cmd/pg/
H A Dpg.c1340 find(how, line) /* find the line and seek there */ in find() argument
1341 int how; in find()
1348 if (how == 0)
1352 where = how * line;
1354 where = how * line + dot->l_no;
1545 lineset(how) /* initialize line memory */ in lineset() argument
1546 int how; in lineset()
1555 if (how == BOF) {
/titanic_53/usr/src/lib/libnisdb/
H A Ddb_mindex.cc51 db_mindex::db_mindex(db_scheme *how, char *tablePath) : rversion() in db_mindex() argument
57 init(how); in db_mindex()
89 db_mindex::init(db_scheme * how) in init() argument
91 scheme = new db_scheme(how); // make copy in init()
101 indices.indices_len = how->numkeys(); in init()
102 db_key_desc * keys = how->keyloc(); in init()
/titanic_53/usr/src/cmd/sgs/libelf/demo/
H A D00README25 This directory contains sample programs that demonstrate how to use libelf.
37 Demonstrates how to examine a file opened with
/titanic_53/usr/src/lib/libsqlite/test/
H A Dnull.test41 # Check for how arithmetic expressions handle NULL
54 # Check to see how the CASE expression handles NULL values. The
109 # Check to see how WHERE clauses handle NULL values. A NULL value
/titanic_53/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_stubs.c108 sigprocmask(int how, const sigset_t *set, sigset_t *oset) in sigprocmask() argument
/titanic_53/usr/src/lib/libsocket/socket/
H A Dweaks.c112 _shutdown(int sock, int how) in _shutdown() argument
114 return (_so_shutdown(sock, how, SOV_DEFAULT)); in _shutdown()

12345678910