Search

Searched defs:join (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dexec.c58 static int join(pid_t p);
98 exitcode = join(p); /* parent */
135 /* join is the compliment of fork */
138 join(pid_t p) function
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index_entry.cc72 db_index_entry::join(long /* size1 */, long /* size2 */, function in class:db_index_entry
185 * or 'join'.
/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptlib.h91 int join; /* optjoin() pass # */ member in struct:Optstate_s
/illumos-gate/usr/src/lib/libcmd/common/
H A Djoin.c27 * join
31 "[-?\n@(#)$Id: join (AT&T Research) 2009-12-10 $\n]"
33 "[+NAME?join - relational database operator]"
34 "[+DESCRIPTION?\bjoin\b performs an \aequality join\a on the files \afile1\a "
41 "of lines in \afiles1\a and \afiles2\a that have identical join "
42 "fields. The default output line consists of the join field, "
59 "and a field number or \b0\b representing the join field. "
66 "[j:join]#[field?Equivalent to \b-1\b \afield\a \b-2\b \afield\a.]"
608 /* output join field first */
640 join(Join_ function
[all...]
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaset.c44 join, /* Join a multinode diskset */ enumerator in enum:metaset_cmd
1743 * If no setname option was used, then join all disksets
1744 * that this node knows about. Attempt to join all
1749 * why the 'join of all sets' failed and which set caused
1775 * Attempt to join the MN disksets.
1776 * If the join of one set fails, print out an error message
1835 /* Print error of diskset join failure */
1846 /* Print error of diskset join failure */
1877 * join a set since that set had no drives
1890 /* Print error of diskset join failur
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Djobs.c1124 * if non-zero, <join> is the process id of the job to join
1127 int job_post(pid_t pid, pid_t join) argument
1144 if(join==1)
1146 join = 0;
1155 if(join && (pw=job_bypid(join)))
1157 /* if job to join is not first move it to front */
1171 if(join && job.pwlist)
1173 /* join existin
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmdsub.c46 * append, args, copy, delete, join, move, put,
241 join(int c) function
301 gettext("Result line of join would be too long"));
/illumos-gate/usr/src/uts/common/io/atu/
H A Datu.c427 struct atu_cmd_join join; local
431 bzero(&join, sizeof (join));
432 join.Cmd = CMD_JOIN;
433 join.Reserved = 0x00;
434 join.Size = sizeof (join) - 4;
435 bcopy(node->in_bssid, join.bssid, IEEE80211_ADDR_LEN);
436 bcopy(node->in_essid, join.essid, node->in_esslen);
437 join
[all...]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c386 join(const char *dir, const char *name) function
434 path = join(dir, node);
488 path = join(dir, node);
534 path = join(dir, node);
553 path = join(dir, node);
566 path = join(dir, node);
/illumos-gate/usr/src/cmd/ed/
H A Ded.c312 static void join(void);
649 join();
1894 join(void) function
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c428 av[0] = "join";
501 * iiadm -J (join shadow [ditto])
3611 join(char *shadow_volume, char *bitmap_file) function
3859 join(argv[1], argv[2]);
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h454 int (*join) __P((DB *, DBC **, u_int32_t, DBC **)); member in struct:__db

Completed in 128 milliseconds