Searched defs:all (Results 851 - 875 of 895) sorted by relevance

<<313233343536

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A DMakefile74 # Eventually this hack should go away, and all in PROG should be
80 # they're all clean, replace the dependency of the lint target
119 all:= TARGET= all macro
135 # Eventually just plain CFLAGS should be += -v, but not until all in
169 all: $(PROG) $(ROOTFS_PROG) $(SUBDIRS) THIRDPARTYLICENSE.arp
/illumos-gate/usr/src/cmd/fs.d/
H A DMakefile26 # are all built from the source file switchout.c. They are all then links
51 all:= TARGET= all macro
108 all: $(FSLIB) .WAIT $(SUBDIRS) .WAIT all_local
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dpriv_str_xlate.c67 * Special tokens recognized: all, none, basic and "".
111 } else if (strcasecmp(offset, "all") == 0) {
150 * String "none" identifies an empty privilege set, and string "all"
182 boolean_t all; local
191 return (strdup("all"));
193 /* Safe upper bound: global info contains all NULL separated privs */
206 * all: all,!missing1,!missing2
209 * Note that zone and all forms are identical in the global zone;
211 * all i
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.c654 int all; local
677 * Get the status for all components if either the list all
683 all = ap_getopt(a, OPT_LIST_ALL);
690 all = (a->tgt == AP_BOARD);
694 all = 0;
699 if ((rc = apd_init(a, all)) != CFGA_OK)
H A Dap_sbd.c78 ap_stat(apd_t *a, int all) argument
122 if (all) {
160 if (all)
225 apd_init(apd_t *a, int all) argument
244 if ((rc = ap_stat(a, all)) != CFGA_OK) {
564 * If this is a passthru command, pass all of its
565 * options; otherwise, pass all options after the
656 * more detailed error info via e_code. In all
/illumos-gate/usr/src/lib/libdll/common/
H A Ddlfcn.c64 static shl_t all; variable
72 return (void*)&all;
90 handle = dll == (void*)&all ? (shl_t)0 : (shl_t)dll;
/illumos-gate/usr/src/lib/librdc/common/
H A Drdcconfig.c299 rdc_free_config(rdcconfig_t *rdc, int all) argument
305 if (all == RDC_FREEONE) {
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dresult.c46 static int check_response_queue( LDAP *ld, int msgid, int all,
50 static int wait4msg( LDAP *ld, int msgid, int all, int unlock_permitted,
52 static int read1msg( LDAP *ld, int msgid, int all, Sockbuf *sb, LDAPConn *lc,
64 static int unlink_msg( LDAP *ld, int msgid, int all );
70 * ldap_result will wait for a response with msgid. If all is 0 the
72 * will wait for all responses with id msgid and then return a pointer to
79 * ldap_result( s, msgid, all, timeout, result )
86 int all,
101 rc = nsldapi_result_nolock(ld, msgid, all, 1, timeout, result);
110 nsldapi_result_nolock( LDAP *ld, int msgid, int all, in argument
83 ldap_result( LDAP *ld, int msgid, int all, struct timeval *timeout, LDAPMessage **result ) argument
162 check_response_queue( LDAP *ld, int msgid, int all, int do_abandon_check, LDAPMessage **result ) argument
271 wait4msg( LDAP *ld, int msgid, int all, int unlock_permitted, struct timeval *timeout, LDAPMessage **result ) argument
493 read1msg( LDAP *ld, int msgid, int all, Sockbuf *sb, LDAPConn *lc, LDAPMessage **result ) argument
[all...]
/illumos-gate/usr/src/cmd/ypcmd/
H A DMakefile81 # Objects shared between all the major components
173 all:= TARGET= all macro
180 all: $(SHAREDOBJ) $(SUBDIRS) $(PROG) $(TXTS)
263 install: all $(PROG) $(ROOTDIRS) $(ROOTETCFILE) $(ROOTYPFILES) $(IBINPROG) \
/illumos-gate/usr/src/lib/fm/libfmd_adm/common/
H A Dfmd_adm.c200 * If the server (fmd) is restarted, this will cause all future door calls to
464 fmd_adm_rsrc_count(fmd_adm_t *ap, int all, uint32_t *rcp) argument
476 cs = fmd_adm_rsrclist_1(all, &rrl, ap->adm_clnt);
499 fmd_adm_rsrc_iter(fmd_adm_t *ap, int all, fmd_adm_rsrc_f *func, void *arg) argument
512 cs = fmd_adm_rsrclist_1(all, &rrl, ap->adm_clnt);
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c947 int nflag=0,all=0,isfun,jmpval; local
964 all=1;
979 if(error_info.errors || (*argv==0 &&!all))
988 if(all)
1139 * print attributes at all nodes
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex.cc643 * Return all entries within table. Returns the answer by
651 db_mindex::all(long *count, entry_object_p **result) function in class:db_mindex
663 READLOCK(this, DB_LOCK_ERROR, "r db_mindex::all");
665 READLOCKNR(table, lret, "r table db_mindex::all");
667 READUNLOCK(this, DB_LOCK_ERROR, "ru db_mindex::all");
678 "ru table db_mindex::all LDAP");
680 "ru db_mindex::all LDAP");
693 READUNLOCKNR(table, lret, "ru table db_mindex::all");
694 READUNLOCK(this, DB_NOTFOUND, "ru db_mindex::all");
700 READUNLOCKNR(table, lret, "ru table db_mindex::all");
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_temp.c108 cleanup(bool all) argument
111 if (all) {
147 if (all && rfile >= 0) {
152 if (all == 1)
/illumos-gate/usr/src/cmd/dc/
H A Ddc.h156 long all; variable
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c381 * 'm' option is specified, all the selected sets will be merged onto a
728 uint_t all = FALSE; /* don't show TS_FREE kthread by default */ local
736 'a', MDB_OPT_SETBITS, TRUE, &all,
741 /* walk all kthread if needed */
837 if (t.t_state == TS_FREE && all == FALSE) {
H A Dfindstack.c324 * This way, we can get at all of the data, even if qsort() was
606 uint_t all = 0; local
615 * we include all similar threads in the system in our output.
629 'a', MDB_OPT_SETBITS, TRUE, &all,
849 if (all || !printed) {
872 } while (all && cur != NULL);
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_rpc_adm.c171 * must be retrieved for all of the active modules.
339 * resource cache is heavily populated and/or all resources are requested.
407 fmd_adm_rsrclist_1_svc(bool_t all, argument
415 rvp->rrl_all = all;
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c268 int bound, all, scope, attrsonly; local
645 "all (0=>any, 1=>all)? " );
647 all = 1;
649 all = atoi( line );
651 if (( msgtype = ldap_result( ld, id, all,
659 if (all || msgtype == LDAP_RES_SEARCH_RESULT)
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c46 #define ALL "all"
525 int pg_done, match, all = strcmp(group, ALL) == 0; local
571 if ((match || all) && !pg_done) {
583 if ((match || all) && pg_done) {
590 if (match && !all)
778 * Print all properties in this group
1054 * Print all properties in this group
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_rdma.c1321 clnt_rdma_ksettimers(CLIENT *h, struct rpc_timers *t, struct rpc_timers *all, argument
/illumos-gate/usr/src/cmd/beadm/
H A Dbeadm.c78 * all columns output format
1081 boolean_t all = B_FALSE; local
1093 all = B_TRUE;
1146 if (all) {
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_common.c256 * Frees all the memory associated with a UnixCred_t structure.
291 * Frees all the memory associated with a ns_cred_t structure.
668 * Returns a pointer to an array of addresses and netmasks of all interfaces
955 int all = 0; local
996 psrvs[all] = *tsrvs;
997 retsrvs[all++] = *(tsrvs);
1014 retsrvs[all++] = *(tsrvs);
1032 * If version 1, if flag is TRUE, find all the servers in both preflist
1038 * If version 2, append all the servers in srvlist
1048 int all local
[all...]
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c325 * Given a list, free all the members of the list;
414 * check all the needed authorizations for the user in this service
527 * enable all the shares in the specified group. This is a helper for
583 * not NULL, then update all the shares for the protocol that was
907 * Go through all the shares in the group. Assume compliant, but if
928 * change all illegal characters to something else. For now, all get
1019 * Go through all the shares in the group and make them have resource
1142 * Get the list of all protocols and add all serve
4588 int all = 0; local
4804 int all = 0; local
4936 int all = 0; local
5064 int all = 0; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.c60 * the internal debugger code, and MDB modules may all wish to observe software
881 * attach all of its vespecs to the duplicate sespec.
1020 * any of the active event specifiers. If 'all' is TRUE, we consider all
1021 * sespecs in our search. If 'all' is FALSE, we only consider ARMED sespecs.
1026 tgt_match_sespecs(mdb_tgt_t *t, int all) argument
1031 if (all == FALSE && sep->se_state != MDB_TGT_SPEC_ARMED)
1085 * all different specialized forms of continue.
1238 * complete. We only allow this to occur if *all* callbacks
1357 * and that it will reset all event
[all...]
/illumos-gate/usr/src/cmd/sa/
H A Dsadp.c189 int all = 0; /* variable
190 * indicate whether all drives
378 all++;
1157 * If not found, output error, except if all drives
1162 if (all)

Completed in 187 milliseconds

<<313233343536