Searched refs:psb (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/tools/compat/
H A Dlchflags.c45 struct stat psb; local
47 if (lstat(path, &psb) == -1)
49 if (S_ISLNK(psb.st_mode)) {
H A Dlchmod.c45 struct stat psb; local
47 if (lstat(path, &psb) == -1)
49 if (S_ISLNK(psb.st_mode)) {
H A Dlchown.c45 struct stat psb; local
47 if (lstat(path, &psb) == -1)
49 if (S_ISLNK(psb.st_mode)) {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vect/
H A Dvect-multitypes-3.c17 short * __restrict__ psb,
30 sa[i] = psb[i];
38 || sa[i] != psb[i]
16 main1(int n, int * __restrict__ pib, short * __restrict__ psb, char * __restrict__ pcb) argument
H A Dvect-multitypes-6.c24 unsigned short * __restrict__ psc, unsigned short * __restrict__ psb,
37 sa[i] = psb[i] + psc[i];
45 || sa[i] != psb[i] + psc[i]
22 main1(int n, unsigned int * __restrict__ pic, unsigned int * __restrict__ pib, unsigned short * __restrict__ psc, unsigned short * __restrict__ psb, unsigned char * __restrict__ pcc, unsigned char * __restrict__ pcb) argument
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dyds.c1334 struct play_slot_ctrl_bank *psb; local
1391 psb = sc->pbankp[0];
1392 memset(psb, 0, sizeof(*psb));
1393 psb->format = htole32(format);
1394 psb->pgbase = htole32(s);
1395 psb->pgloopend = htole32(l);
1397 psb->pgdeltaend = htole32((param->sample_rate * 65536 / 48000) << 12);
1398 psb->lpfkend = htole32(yds_get_lpfk(param->sample_rate));
1399 psb
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dcommon.cc97 const Sized_symbol<size>* psb = symtab->get_sized_symbol<size>(pb); local
101 typename Sized_symbol<size>::Size_type sb = psb->symsize();
105 typename Sized_symbol<size>::Value_type ab = psb->value();
143 return strcmp(psa->name(), psb->name()) < 0;
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dpowernow.c457 struct powernow_psb_s *psb; local
476 psb = (struct powernow_psb_s *)p;
478 if (psb->version != PN7_PSB_VERSION)
481 cstate->sgtc = psb->ttime * cstate->fsb;
486 if (psb->flags & 1)
491 for (maxpst = 0; maxpst < psb->n_pst; maxpst++) {
739 struct powernow_psb_s *psb; local
758 psb = (struct powernow_psb_s *)p;
760 if (psb->version != 0x14) {
761 DPRINTF(("%s: psb
[all...]
/netbsd-6-1-5-RELEASE/bin/pax/
H A Dtables.c1132 * name is name of the directory, psb the stat buffer with the data in it,
1143 add_dir(char *name, int nlen, struct stat *psb, int frc_mode) argument
1179 dblk.mode = psb->st_mode & 0xffff;
1180 dblk.mtime = psb->st_mtime;
1181 dblk.atime = psb->st_atime;
1183 dblk.fflags = psb->st_flags;
1208 dblk->mode = psb->st_mode & 0xffff;
1209 dblk->mtime = psb->st_mtime;
1210 dblk->atime = psb->st_atime;
1212 dblk->fflags = psb
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/ap/
H A Dwmm.c161 int up, psb, dir, tid; local
165 psb = (tspec->ts_info[1] >> 2) & 0x01;
169 up, psb, dir, tid);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-m32r.c1440 bfd_vma *psb)
1454 *psb = elf_gp (output_bfd) = 4;
1460 *psb = elf_gp (output_bfd);
1434 m32r_elf_final_sda_base(bfd *output_bfd, struct bfd_link_info *info, const char **error_message, bfd_vma *psb) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-m32r.c1440 bfd_vma *psb)
1454 *psb = elf_gp (output_bfd) = 4;
1460 *psb = elf_gp (output_bfd);
1434 m32r_elf_final_sda_base(bfd *output_bfd, struct bfd_link_info *info, const char **error_message, bfd_vma *psb) argument
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/
H A Dmlme.c1844 int up, psb, dir, tid; local
1848 psb = (tspec->ts_info[1] >> 2) & 0x01;
1852 up, psb, dir, tid);

Completed in 156 milliseconds