/illumos-gate/usr/src/cmd/ypcmd/shared/ |
H A D | ancil.c | 72 struct ypmaplist *scan; local 74 for (scan = list; scan; scan = scan->ypml_next) { 76 if (strcmp(map, scan->ypml_name) == 0) {
|
/illumos-gate/usr/src/cmd/device_remap/ |
H A D | device_remap.pl | 223 # scan dag from 'start' via 'arcname' 226 sub scan { subroutine 392 # scan MD for ioaliases 397 @nodes = $md->scan(0, "ioaliases", "fwd"); 411 @nodes = $md->scan(@nodes[0], "ioalias", "fwd");
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/ |
H A D | driver.h | 32 int (*scan)(dladm_handle_t, datalink_id_t); member in struct:wpa_driver_ops
|
/illumos-gate/usr/src/uts/common/io/warlock/ |
H A D | ddi_dki_impl.c | 143 pm_canblock_t canblock, int scan, int *retp) 142 pm_set_power(dev_info_t *dip, int comp, int level, int direction, pm_canblock_t canblock, int scan, int *retp) argument
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | msgbuf.h | 67 * scan: points to the current offset. 76 uint8_t *scan; member in struct:smb_msgbuf
|
/illumos-gate/usr/src/lib/libdll/common/ |
H A D | dllscan.c | 208 * open a scan stream 216 Dllscan_t* scan; local 241 if (!(scan = vmnewof(vm, 0, Dllscan_t, 1, i)) || !(scan->tmp = sfstropen())) 246 scan->vm = vm; 248 scan->flags = info->flags; 251 scan->lib = (char**)(scan + 1); 252 s = *scan->lib = (char*)(scan 339 dllsclose(Dllscan_t* scan) argument 359 dllsread(register Dllscan_t* scan) argument [all...] |
/illumos-gate/usr/src/cmd/abi/spectrans/parser/ |
H A D | extends.c | 57 int scan; local 68 scan = sscanf(value, "%s %s %s %s", funname, buf, filename, parentfun); 69 switch (scan) {
|
/illumos-gate/usr/src/uts/common/io/kb8042/ |
H A D | at_keyprocess.c | 78 /* scan key number keycap */ 369 * 02 On some SPARC keyboards, this is the scan code for the STOP 390 /* scan state keycap */ 700 * KeyboardConvertScan(*kb8042, scan, *keynum, *state 703 * State machine that takes scan codes from the keyboard and resolves 705 * scan code completes a scan code sequence, in which case "keynum", 715 unsigned char scan, 722 return ((*KeyboardConvertScan_fn)(kb8042, scan, keynum, state, 729 unsigned char scan, 713 KeyboardConvertScan( struct kb8042 *kb8042, unsigned char scan, int *keynum, enum keystate *state, boolean_t *synthetic_release_needed) argument 727 KeyboardConvertScan_set1( struct kb8042 *kb8042, unsigned char scan, int *keynum, enum keystate *state, boolean_t *synthetic_release_needed) argument 895 KeyboardConvertScan_set2( struct kb8042 *kb8042, unsigned char scan, int *keynum, enum keystate *state, boolean_t *synthetic_release_needed) argument [all...] |
/illumos-gate/usr/src/cmd/oamuser/user/ |
H A D | userdefs.c | 114 scan(char **start_p) function 188 pe = scan(&ptr);
|
/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_scan.c | 68 * scan expecting 1 given token 71 scan(tok_kind expect, token *tokp) function 79 * scan expecting any of the 2 given tokens 90 * scan expecting any of the 3 given token 102 * scan expecting a constant, possibly symbolic 127 * Peek at the next token and scan it if it matches what you expect
|
/illumos-gate/usr/src/cmd/listen/ |
H A D | nstoa.c | 478 prescan: scan through string s, expanding all \$...\$ 487 int scan(); 490 if (!s || !*s || !scan(s)) 498 scan: scan through string s, expanding all \$...\$. 504 scan(s) function 515 fprintf(stderr, "scan: Recursion \ 522 scan(cmd);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | clock_tick.c | 132 * Where to begin the scan for single-threaded mode. In multi-threaded, 437 * Each tick cycle, start the scan from a different 500 * Each tick cycle, start the scan from a different 529 clock_tick_execute_common(int start, int scan, int end, clock_t mylbolt, argument 535 ASSERT((start <= scan) && (scan <= end)); 549 for (i = scan; i < end; i++) { 556 for (i = start; i < scan; i++) { 569 int start, scan, end, pending; local 601 scan [all...] |
/illumos-gate/usr/src/lib/libast/common/tm/ |
H A D | tmxscan.c | 29 * scan date expression in s using format 165 * the format scan workhorse 169 scan(register const char* s, char** e, const char* format, char** f, Time_t t, long flags) function 514 x = scan(s, &q, v, &r, t, flags); 532 return scan(s, e, format, f, t, flags);
|
/illumos-gate/usr/src/boot/lib/libz/contrib/asm686/ |
H A D | match.S | 44 #define scan 32 /* ptr to string wanting match */ define 148 /* register Bytef *scan = s->window + s->strstart; */ 154 movl %edi, scan(%esp) 156 /* Determine how many bytes the scan ptr is off from being */ 184 /* register ush scan_start = *(ushf*)scan; */ 185 /* register ush scan_end = *(ushf*)(scan+best_len-1); */ 246 movl scan(%esp), %edi 289 movl scan(%esp), %edi 310 /* scan_end = *(ushf*)(scan+best_len-1); */
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/stdio/ |
H A D | vfscanf.c | 106 static int scan(int, const char *, const char *); 460 scan(int ch, const char *str, const char *estr) function 499 if (!scan(c, bscan, escan) ^ complement)
|
/illumos-gate/usr/src/cmd/newform/ |
H A D | newform.c | 140 char *scan; /* String scan pointer */ local 151 scan = *++argv; 152 if (*scan != '-') { 153 if ((fp = fopen(scan, "r")) == NULL) { 155 "newform: can't open %s\n", scan); 173 char *scan; /* Pointer to individual option strings */ local 180 scan = *++argv; 181 if (*scan++ == '-') { 182 switch (c = *scan 276 inputn(char *scan) argument [all...] |
/illumos-gate/usr/src/cmd/mailx/ |
H A D | list.c | 61 static int scan(char **sp); 216 tok = scan(&bufp); 242 tok = scan(&bufp); 290 tok = scan(&bufp); 494 * scan out a single lexical item and return its token number, 516 scan(char **sp) function 550 * If the leading character is a digit, scan 585 * and scan until you get another. 684 * given message. For the purpose of the scan, we ignore case differences.
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | mci.c | 118 ** MCI_SCAN -- scan the cache, flush junk, and return best slot 1236 char *scan; local 1256 for (scan = start; scan <= end; scan++) 1257 *(hostptr++) = *scan;
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | service.c | 430 scan(argn) function
|
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_netbios_cache.c | 394 unsigned char *scan; local 397 scan = buf; 398 scan_end = scan + bufsize; 400 numnames = scan++; 412 if ((scan + NETBIOS_NAME_SZ + 2) >= scan_end) 421 bcopy(name->name, scan, NETBIOS_NAME_SZ); 422 scan += NETBIOS_NAME_SZ; 423 *scan++ = (PUBLIC_BITS(name->attributes) >> 8) & 0xff; 424 *scan++ = PUBLIC_BITS(name->attributes) & 0xff; 432 return (scan); [all...] |
/illumos-gate/usr/src/uts/common/io/net80211/ |
H A D | net80211_input.c | 608 * succeeds, start association; otherwise, restart scan. 833 struct ieee80211_scanparams scan; local 873 bzero(&scan, sizeof (scan)); 874 scan.tstamp = frm; 876 scan.bintval = LE_16(*(uint16_t *)frm); 878 scan.capinfo = LE_16(*(uint16_t *)frm); 880 scan.bchan = ieee80211_chan2ieee(ic, ic->ic_curchan); 881 scan.chan = scan [all...] |
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | array.c | 496 int scan,nofree = nv_isattr(np,NV_NOFREE); local 500 scan = ap->nelem&ARRAY_SCAN; 522 ap->nelem |= scan; 1095 int scan = 0; local 1097 scan = ap->nelem&ARRAY_SCAN; 1101 if(scan) 1102 ap->nelem |= scan;
|
/illumos-gate/usr/src/lib/libsip/common/ |
H A D | sip_parse_uri.c | 90 #define SIP_URI_ISURLESCAPE(scan, end) \ 91 ((scan) + 2 < (end) && (scan)[0] == '%' && \ 92 SIP_URI_ISHEX((scan)[1]) && SIP_URI_ISHEX((scan[2]))) 300 sip_uri_parse_tel(char *scan, char *uend) argument 307 if (scan == uend) 309 if (*scan == '+') { 310 ++scan; 313 mark = scan; 428 sip_uri_parse_tel_areaspe(char *scan, char *uend) argument 525 sip_uri_hexVal(char *scan, char *uend) argument 544 sip_uri_parse_tel_servicepro(char *scan, char *uend) argument 580 sip_uri_parse_tel_futureext(char *scan, char *uend) argument 684 char *scan = *pscan; local 723 char *scan = *pscan; local 740 sip_uri_parse_scheme(_sip_uri_t *outurl, char *scan, char *uend) argument 780 sip_uri_parse_params(_sip_uri_t *outurl, char *scan, char *uend) argument 930 sip_uri_parse_headers(_sip_uri_t *outurl, char *scan, char *uend) argument 974 sip_uri_parse_abs_opaque(_sip_uri_t *outurl, char *scan, char *uend) argument 1005 sip_uri_parse_abs_query(_sip_uri_t *outurl, char *scan, char *uend) argument 1031 sip_uri_parse_abs_path(_sip_uri_t *outurl, char *scan, char *uend) argument 1052 sip_uri_parse_abs_regname(_sip_uri_t *outurl, char *scan, char *uend) argument 1072 sip_uri_parse_password(_sip_uri_t *outurl, char *scan, char *uend) argument 1094 sip_uri_parse_user(_sip_uri_t *outurl, char *scan, char *uend) argument 1120 sip_uri_parse_port(_sip_uri_t *outurl, char *scan, char *uend) argument 1156 sip_uri_parse_ipv4(char *scan, char *uend) argument 1195 sip_uri_parse_ipv6(char *scan, char *uend) argument 1296 sip_uri_parse_hostname(char *scan, char *uend) argument 1326 char *scan = *pscan; local 1422 char *scan; local [all...] |
/illumos-gate/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_scanner.c | 464 * unscannable, and future attempts to scan it should be avoided, since the 630 scan(lcollection_t *lcol, int64_t excess) function 640 st_debug(STDL_NORMAL, lcol, "starting to scan, excess %lldk\n", 937 * reached, determine the next victim and scan it. 951 * A complete scan of the collection was made, 952 * so tick the scan counter and stop scanning 960 * "ineffective scan" counter, signalling that 987 * Abort the scan in progress, and destroy the agent LWP of any grabbed
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_capture.c | 68 static void scan(char *, int, int, int, int, void (*)(), int, int, int); 284 scan(bufp, msglen, filter, 0, 0, proc, 0, 0, flags); 323 scan(char *buf, int len, int filter, int cap, int old, void (*proc)(), function 479 * Otherwise try to scan forward to the next packet, using 686 scan(cap_buffp, cap_len, filter, 1, !cap_new, proc, first, last, flags);
|