Searched refs:first (Results 451 - 475 of 539) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c121 /* first get the gw names, later you'll resolve them based on the family */
314 first_ttl = str2int(optarg, "first ttl", 1, MAXTTL);
512 "%s: first ttl(hop limit) (%d) may not be greater"
1414 * Initialize the msg6 structure using the hoplimit for the first
1527 * kernel picks the source address based on the first hop
1641 * delay it if it's the very first packet.
1948 static boolean_t first = _B_TRUE; local
1980 if (first && !nflag) {
1982 first = _B_FALSE;
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c1954 static int first = 1; variable
1969 if (first)
1970 first = 0;
/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c151 * Set special rtld_db event breakpoints, first time only.
171 * Set special thread event breakpoint, first time libc is seen.
183 * first mark all of the dynlibs as not present, then
311 * Set special thread event breakpoint, first time libc is seen.
1134 report_htable_stats(); /* report stats first */
1244 function_trace(private_t *pri, int first, int clear, int dotrace) argument
1377 if ((Bp->flags & BPT_HANG) && !first)
1383 if ((Bp->flags & BPT_HANG) && !first)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c1918 for (link = ha->dev[index].first; link != NULL;
2430 for (link = ql_hba.first; link != NULL; link = link->next) {
2443 for (link = ql_hba.first; link != NULL; link = link->next) {
H A Dql_xioctl.c1037 for (link = ha->dev[index].first; link != NULL;
1110 for (link = ha->dev[index].first; link != NULL;
1219 for (link = ha->dev[index].first; link != NULL;
4635 for (link = ha->dev[index].first; link != NULL;
6257 for (link = ha->dev[index].first; link != NULL;
6290 for (link = ha->dev[index].first; link != NULL;
6476 /* Do the firmware node first for 24xx/25xx's */
6566 /* Do the firmware node first for 24xx's */
6574 /* read in first FBUFSIZE bytes of this flash section */
6705 for (link = ql_hba.first; lin
[all...]
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c666 boolean_t first = B_TRUE; /* work around sharetab issue */ local
714 * If we are no longer the first case,
721 if (!first)
729 first = B_FALSE;
787 /* first basic type checking */
1043 * and dots. The first and last character of a label must be alphanumeric.
1461 * services, first. If it fails, the SMB service will
1464 * first time unless the admin has done it
1809 * is a set of properties "before" the first name="", those
2030 * do the default set first bu
[all...]
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c886 int first = 1, ret = 0; local
889 if (!first) {
894 first = 0;
1001 * Create the pool if this is the first time we've seen it.
1598 * Assume the first eight bytes of the value are
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c1002 * decimal point to the first significant digit
2258 * Iterate over the varargs. The first item indicates the mode:
2283 mdb_bool_t first = TRUE; local
2294 if (first)
2295 first = FALSE;
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h235 * time the first object in the list will be freed.
240 kernel_object_t *first; /* points to first obj in the list */ member in struct:obj_to_be_freed_list
/illumos-gate/usr/src/cmd/mailx/
H A Dlex.c483 * first command in the table; while sourcing,
590 *msgvec = first(com->c_msgflag,
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c521 int first = 1, n = 0; local
533 if (first) {
535 first = 0;
542 if (!first && msg != NULL)
911 * If this is the first match we've found, or if this symbol is
1236 * If name is MDB_TGT_OBJ_EXEC, return the first module on the list,
2552 * This routine is called once, when kmdb first has control of the world.
/illumos-gate/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c72 * a header for its first occurrence or if it is being printed as a child
73 * object for the first occurrence under each parent. For the model to follow
3606 boolean_t first = B_FALSE; local
3632 if (!first && *(addr_component + 1) == 0) {
3645 first = B_TRUE;
3648 } else if (first && med_zero) {
/illumos-gate/usr/src/cmd/filesync/
H A Danal.c77 static diffmask_t check_changes(struct file *fp, int first, int second);
544 * routine that automatically skips from the first string to
569 * wrap from the first to the second string in each pair. There
673 * the first link will be dealt with as a copy, but all
988 * deletions are performed last, and depth first
1047 * appear is at the first level after the base ... but there
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.c196 /* Add parent process as first item */
629 ** has closed it first.
721 /* Add parent process as first child item */
1851 bool first = true; local
1857 if (first)
1861 first = false;
1863 if (!first)
2389 ** Try v6 first, then fall back to v4.
3303 ** hp -- hostent structure for the first address
3304 ** ha -- actual first addres
[all...]
/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dkdcmgr.sh544 # Check first to see if this is an existing KDC or server
551 printf "$(gettext "You must first run 'kdcmgr destroy' to remove all of these files before creating a KDC server").\n\n"
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c213 * Check the directory name lookup cache, first for individual files
848 * its first link.
851 * that the inode's data blocks are flushed first so the
1000 * which an entry may be made (either an empty slot, or the first position
1030 int first; local
1070 first = 0;
1072 /* This is the first entry in the block */
1073 first = 1;
1101 if (first) {
2641 * If the entry isn't the first i
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h40 /* Must be the first entry in this structure. */
145 char *first; member in struct:_lm_tcp_qe_buffer_t
160 s_list_entry_t link; /* Must be the first entry... */
362 s_list_entry_t link; /* must be the first entry here */
411 lm_tcp_dpc_info_t dpc_info; /* must be the first field */
659 d_list_entry_t link; /* MUST be the first field in this structure */
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c2080 * Check the struct thread address in *th_p again first
2657 uint64_t first; local
2669 * Get the address of the first element in the linked list.
2672 &first, sizeof (first)) != PS_OK)
2678 for (next_desc = (psaddr_t)first; next_desc != NULL;
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_man.c566 for (n = mdoc->first->child; n != NULL; n = n->next)
H A Dread.c111 "content before first section header",
112 "first section is not \"NAME\"",
145 "list type is not the first argument",
298 curp->man->first->tok = TOKEN_NONE;
304 curp->man->first->tok = TOKEN_NONE;
308 curp->man->first->tok = TOKEN_NONE;
838 curp->man->first->tok = TOKEN_NONE;
/illumos-gate/usr/src/cmd/mv/
H A Dmv.c1128 * contain the first character of the strings for
1704 * changing the ACL of the hidden attribute directory first.
2128 traverse_attrfile(struct dirent *dp, char *source, char *target, int first) argument
2165 if (first) {
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c40 * first.
1062 * Read in contiguous digits until the first non-digit character.
3349 * dtrace_getupcstack() fills in the first uint64_t
4367 * of the specified character instead of the first.
4748 * If the first element selector key is
5229 * that we processed immediately before that is the first
5271 * looking for a basename, we'll just set the first
5289 * slash must be the first character. (That
6687 * We will first allocate some temporary space for the frame pointers.
8263 * provider after the first provide
8303 dtrace_probe_t *probe, *first = NULL; local
12928 dtrace_actdesc_t *act, *first = NULL, *last = NULL, *next; local
15685 dtrace_probe_t template, *probe, *first, *next; local
[all...]
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c596 first = TRUE, defaults_used = FALSE, linkerrok; variable
755 * the position of the first argument. We simply skip it.
770 * Search the operand string looking for the first digit or an 'f'.
2607 * one is added to account for this first extent.
4019 "tar: first extent read is not #1\n"
4074 "tar: first record is null\n"));
4083 "tar: first file on that volume is not "
4428 char *firstSlash = NULL; /* first slash in name */
4438 * Scan through the name, and locate first and last slashes.
4839 * newvol(); resets tapepos and first t
[all...]
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregcomp.c71 * the best match first. such expressions are "easy", and
1172 unsigned char* first; local
1193 first = env->cursor;
1194 start = first + MBSIZE(first);
1470 env->cursor = first;
3401 * replacing first with the combination and freeing second.
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c832 static boolean_t first = B_TRUE; local
839 if (first) {
840 first = B_FALSE;
2224 * Handle 255.255.255.255 as a special case first.
3247 /* first element is part of sp initalized above */

Completed in 203 milliseconds

<<11121314151617181920>>