Searched refs:first (Results 401 - 425 of 539) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c96 * Locks at the top are taken first:
1951 * Check obvious things first. If we are looking for a
1975 * first test for a NULL holder so that events
2062 ct_kevent_t *e, *first = NULL; local
2076 if (first == NULL)
2077 first = e;
2093 if (first)
2094 cte_qwakeup(newq, first);
2106 * first referenced event is found.
2109 * acknowledgement) generated by that contract until the first even
[all...]
H A Dmem_cage.c498 * Check if the delete is OK first as a number of elements
1098 static int first = 1; local
1109 if (first) {
1110 first = 0;
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c340 return (ftblk_constructor(&fhp->first, cdrarg, kmflags));
348 ftblk_destructor(&fhp->first, cdrarg);
507 * We find the first mblk which has a non-NULL db_cred and use that.
565 * 2. Clears the first cred in the mblk.
623 * Get the label for a message. Uses the first mblk in the message
1551 * Concatenate and align first len bytes of common
1583 * If the length is less than that of the first mblk,
1628 * Concatenate and align at least the first len bytes of common message
1655 * Copy all of the first msg type into one new mblk, then dupmsg
1704 int first; local
[all...]
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1169 * first, saving a backup copy using a hard link; if that succeeds, we go
1330 * Update user_attr first so that it will be older
2167 * it's the first match; otherwise, abort the search.
3084 * callback is called once per mount found with the first argument
3959 /* first delete all current privileged settings for this rctl */
5397 * phases. In the first phase, the supplied string is scanned for
5547 * Check if the string DEFAULT_TOKEN is the first token in a list
5612 * Check the snapshot first: if a zone is running, its zonepath
5846 /* first try looking for active zone by id */
7387 * the first tim
7877 boolean_t first; local
7928 boolean_t first = B_TRUE; local
8023 boolean_t first = B_TRUE; local
[all...]
/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_sparc_fmt.c1288 int i, first; local
1315 first = 0;
1320 (first != 0) ? "|" : "",
1322 first = 1;
1329 (first != 0) ? "|" : "",
1331 first = 1;
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c641 rmclomv_cache_section_t *first; local
648 first = rmclomv_cache;
663 while (first != NULL) {
664 next = first->next_section;
665 free_section(first);
666 first = next;
1846 /* request for first handle */
2055 /* request for first handle */
2166 /* request for first handle */
2253 /* request for first handl
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c427 * If <event> is NULL, and <action> is NULL, return the first event
537 * If <event> is NULL, and <action> is NULL, return the first event
1052 * if last==0 and first component of name is a reference, nv_bfsearch()
1277 register int first=1; local
1287 if(!first)
1290 first = 0;
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dengine.c509 for (;;) { /* find first matching branch */
704 for (;;) { /* find first matching branch */
1034 case OCH_: /* mark the first two branches */
1076 int first = 1; local
1086 (void) fprintf(d, "%s%d", (first) ? "\t" : ", ", i);
1087 first = 0;
/illumos-gate/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c1016 * The structure offset first.
1068 * The structure offset first.
1286 int first, st, en, pos, len; local
1305 first = st = FBA_TO_LOG_NUM(pos);
1308 BMAP_BIT_SET((uchar_t *)&bitmask, st - first);
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c592 * Each pipeline will process first the rotated logs of that type and then
627 struct loglink *pl_rotated; /* rotated logs to process first */
772 int first = 1; local
782 if (first) {
785 first = 0;
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c775 * For non-lofs mount points, return the first entry from the bottom
1173 * this will first be converted to a number in 1024 or 1000 byte size,
1203 * but if the first multiplication would overflow, then need to
1249 boolean_t first = TRUE; local
1276 /* true at first iteration of loop */
1277 if (first) {
1281 first = FALSE;
1350 * The first argument of each of the following macro invocations is a
/illumos-gate/usr/src/cmd/lms/
H A DProtocol.cpp570 PRINT("Connection requested on port %d\n", it->first);
571 _acceptConnection(serverSocket, it->first);
1447 localIp = locIt->first;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c90 if ((link = ha->pending_cmds.first) != NULL) {
98 if ((link = ha->pending_cmds.first) == NULL) {
238 if ((link = ha->pending_cmds.first) == NULL) {
H A Dql_hba_fru.c599 /* Until we reach the first char or a '@' char in the path */
662 for (link = ql_hba.first; link != NULL; link = link->next) {
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_discovery.c588 /* save first alias as display name */
1389 boolean_t first = B_TRUE; local
1406 /* disk start block is first usable block */
1448 if (first == B_TRUE) {
1449 /* first slice: make sure it starts at disk_firstblk */
1450 first = B_FALSE;
1457 gettext(" unused space before first "
/illumos-gate/usr/src/cmd/make/bin/
H A Dread2.cc499 * This is the first target in a group.
559 * and this is the first regular target
654 /* If this is the first target that doesnt start with a "." in the */
778 /* Reading the statefile for the first time. Enter the rules */
790 /* dependencies. If this is the first time the target is */
1477 register Boolean first = true; local
1508 if (first) {
1511 first = false;
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Darrays.sh334 : only first element of an array can be exported
338 [[ $($SHELL -c "var=(foo bar);export var;$tmp/script") == foo ]] || err_exit 'export array not exporting just first element'
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_dialog.c301 * If the route set is not empty, and the first URI in the route set
307 * If the route set is not empty, and its first URI does not contain the
308 * lr parameter, the UAC MUST place the first URI from the route set
326 boolean_t first = B_TRUE; local
414 if (first) {
418 first = B_FALSE;
450 if (first) {
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s109 add %l0, %l1, %l0 ! and get address of first env ptr
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrlcpy.s208 srl %l1, 16, %g1 ! first two bytes
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1418 int amt, count, exists, first, mask, mode; local
1445 for (first = 1; ; first = 0) {
1507 if (first) {
1922 /* send ACLs over: send the length first */
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h396 * The first holds STRINGSIZE bytes, the next
471 extern int first(int f, int m);
/illumos-gate/usr/src/cmd/mailx/
H A Dlist.c87 * Check for first message number and make sure it is
97 * Add marked messages to vector and skip first
645 * Find the first message whose flags & m == f and return
650 first(int f, int m) function
793 printf(gettext("Referencing before first message\n"));
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_hio.c1874 int first, limit, region; local
1888 first = FUNC0_VIR1;
1892 first = FUNC2_VIR1;
1900 for (region = first; region < limit; region++) {
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpireg.h521 uint8_t first; member in struct:wpi_scan_hdr

Completed in 214 milliseconds

<<11121314151617181920>>