HomeSort by relevance Sort by last modified time
    Searched refs:wd (Results 1 - 25 of 57) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/lib/libgen/common/
strccpy.c 61 int wd; local
92 wd = c - '0';
95 wd <<= 3;
96 wd |= (c - '0');
102 *pout++ = (char)wd;
  /onnv/onnv-gate/usr/src/cmd/refer/
sortbib.c 210 char wd[8][BUF/4], *strcat(); local
214 *wd[i] = NULL;
216 wd[0], wd[1], wd[2], wd[3], wd[4], wd[5], wd[6], wd[7])
    [all...]
  /onnv/onnv-gate/usr/src/cmd/echo/
echo.c 44 register int i, wd; local
125 j = wd = 0;
128 wd <<= 3;
129 wd |= (*cp - '0');
131 (void) putchar(wd);
  /onnv/onnv-gate/usr/src/cmd/sh/
echo.c 47 int i, wd; local
146 j = wd = 0;
149 wd <<= 3;
150 wd |= (*cp - '0');
152 prc_buff(wd);
sh.xcl 193 msgid "(wd: "
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
magic.t 188 chomp($wd = `/usr/bin/fullpath -t`);
192 chomp($wd = `pwd`);
193 $wd =~ s#/t$##;
196 $wd = Cwd::sys_cwd();
199 $wd = ':';
202 $wd = '.';
204 my $perl = ($Is_MacOS || $Is_VMS) ? $^X : "$wd/perl";
207 $script = "$wd/show-shebang";
209 chomp($wd = `cd`);
210 $wd =~ s|\\|/|g
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/regex/
wordexp.c 120 char *wd = NULL; local
200 (wd = malloc(PATH_MAX + 4)) == NULL)
204 (void) strcpy(wd, "PWD=");
205 if (getcwd(&wd[4], PATH_MAX) == NULL)
206 (void) strcpy(&wd[4], "/");
207 env[i] = wd;
379 if (wd)
380 free(wd);
424 char *wd = NULL; local
513 (wd = malloc(PATH_MAX + 4)) == NULL
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
in.rwhod.c 254 struct whod wd; local
258 cc = recvfrom(s, &wd, sizeof (struct whod), 0,
271 if (gethostbyname(wd.wd_hostname) == 0) {
273 wd.wd_hostname);
277 if (wd.wd_vers != WHODVERSION)
279 if (wd.wd_type != WHODTYPE_STATUS)
281 if (!verify(&wd)) {
286 (void) sprintf(path, "whod.%s", wd.wd_hostname);
303 wd.wd_sendtime = ntohl(wd.wd_sendtime)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/
rwho.c 56 static struct whod wd; variable in typeref:struct:whod
66 #define WHDRSIZE (sizeof (wd) - sizeof (wd.wd_we))
81 register struct whod *w = &wd;
112 cc = read(f, (char *)&wd, sizeof (struct whod));
ruptime.c 82 struct whod *wd; local
169 wd = buf;
174 if (wd->wd_loadav[i] > maxloadav)
175 maxloadav = wd->wd_loadav[i];
178 while (--we >= wd->wd_we)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/io/
fs.t 16 $wd = `cd`;
18 $wd = `show default`;
20 $wd = `pwd`;
22 chomp($wd);
29 $^O eq 'amigaos' || $wd =~ m#$Config{afsroot}/# ||
239 chdir $wd || die "Can't cd back to $wd";
360 chdir $wd || die "Can't cd back to $wd";
  /onnv/onnv-gate/usr/src/lib/libc/i386/gen/
strchr.s 61 mov %edx, %ebx / copy character across all bytes in wd
78 and %ecx, %esi / (wd - 0x01010101) & ~wd & 0x80808080
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Cwd/
Cwd.xs 89 char wd[MAXPATHLEN];
91 if (getcwd(wd, MAXPATHLEN - 1) == NULL) {
185 if (chdir(wd) < 0) {
201 (void)chdir(wd);
  /onnv/onnv-gate/usr/src/uts/common/io/net80211/
net80211.c 117 wifi_data_t wd = { 0 }; local
125 wd.wd_secalloc = ieee80211_crypto_getciphertype(ic);
126 wd.wd_opmode = ic->ic_opmode;
127 IEEE80211_ADDR_COPY(wd.wd_bssid, in->in_bssid);
128 wd.wd_qospad = 0;
130 wd.wd_qospad = 2;
132 wd.wd_qospad = roundup(wd.wd_qospad, sizeof (uint32_t));
134 (void) mac_pdata_update(ic->ic_mach, &wd, sizeof (wd));
    [all...]
net80211_proto.c 780 wifi_data_t wd = { 0 }; local
958 wd.wd_secalloc = ieee80211_crypto_getciphertype(ic);
959 wd.wd_opmode = ic->ic_opmode;
960 IEEE80211_ADDR_COPY(wd.wd_bssid, in->in_bssid);
961 wd.wd_qospad = 0;
964 wd.wd_qospad = 2;
966 wd.wd_qospad = roundup(wd.wd_qospad,
970 (void) mac_pdata_update(ic->ic_mach, &wd, sizeof (wd));
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/disk-monitor/
topo_gather.c 750 walk_diskmon_t wd; local
756 wd.target = diskp;
757 wd.pfmri = NULL;
759 &wd, &err)) == NULL) {
767 if (wd.pfmri != NULL)
768 dstrfree(wd.pfmri);
776 if (wd.pfmri != NULL)
777 dstrfree(wd.pfmri);
  /onnv/onnv-gate/usr/src/lib/libtsol/common/
setflabel.c 260 * at least MAXPATHLEN bytes long. If wd is non-NULL, assume that it
269 abspath(char *wd, const char *raw, char *canon)
281 * using wd if it's been supplied.
288 if (wd != NULL)
289 (void) strncpy(absbuf, wd, sizeof (absbuf));
  /onnv/onnv-gate/usr/src/uts/common/rpc/
rpcib.c 1005 struct send_wid *wd; local
1027 wd = (struct send_wid *)(uintptr_t)wc.wc_id;
1028 qp = wd->qp;
1031 mutex_enter(&wd->sendwait_lock);
1034 wd->status = RDMA_SUCCESS;
1057 wd->status = RDMA_FAILED;
1065 if (wd->cv_sig == 1) {
1069 cv_signal(&wd->wait_cv);
1070 mutex_exit(&wd->sendwait_lock);
1076 for (i = 0; i < wd->nsbufs; i++)
1098 struct send_wid *wd; local
2261 struct send_wid *wd; local
2405 caddr_t wd; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
Cwd.pm 310 my $wd = cwd();
311 $wd = Win32::GetFullPathName($wd) if $^O eq 'MSWin32';
312 $ENV{'PWD'} = $wd;
Benchmark.pm 665 my($wn, $wc, $wd);
684 $wd = timediff($wc, $wn);
687 timedebug(" = ",$wd);
689 $wd;
  /onnv/onnv-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
emlxs_download.c 2697 uint32_t *wd; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
rctl.c 365 dict_walk_data_t *wd = wsp->walk_data; local
366 mdb_free(wd->curdict, wd->num_dicts * sizeof (rctl_dict_entry_t *));
367 mdb_free(wd, sizeof (dict_walk_data_t));
  /onnv/onnv-gate/usr/src/uts/common/io/zyd/
zyd.c 467 wifi_data_t wd = { 0 }; local
482 wd.wd_secalloc = WIFI_SEC_NONE;
483 wd.wd_opmode = sc->ic.ic_opmode;
484 IEEE80211_ADDR_COPY(wd.wd_bssid, ic->ic_macaddr);
493 macp->m_pdata = &wd;
494 macp->m_pdata_size = sizeof (wd);
  /onnv/onnv-gate/usr/src/uts/common/io/ipw/
ipw2100.c 260 wifi_data_t wd = { 0 }; local
431 wd.wd_secalloc = WIFI_SEC_NONE;
432 wd.wd_opmode = ic->ic_opmode;
433 IEEE80211_ADDR_COPY(wd.wd_bssid, ic->ic_bss->in_bssid);
449 macp->m_pdata = &wd;
450 macp->m_pdata_size = sizeof (wd);
1669 wifi_data_t wd = { 0 }; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/simnet/
simnet.c 319 wifi_data_t wd = { 0 }; local
328 wd.wd_secalloc = WIFI_SEC_NONE;
329 wd.wd_opmode = IEEE80211_M_STA;
332 mac->m_pdata = &wd;
333 mac->m_pdata_size = sizeof (wd);

Completed in 1440 milliseconds

1 2 3