Searched refs:xspace (Results 1 – 7 of 7) sorted by relevance
/titanic_51/usr/src/cmd/svr4pkg/libinst/ |
H A D | pkgobjmap.c | 58 static int xspace = -1; variable 78 if (xspace != -1) { in pkgobjinit() 79 ar_free(xspace); in pkgobjinit() 80 xspace = -1; in pkgobjinit() 202 if (xspace == -1) { in init_pkgobjspace() 203 xspace = ar_create(EPTMALLOC, sizeof (struct cfextra), in init_pkgobjspace() 205 if (xspace == -1) { in init_pkgobjspace() 226 ext_ptr = (struct cfextra **)ar_next_avail(xspace); in seed_pkgobjmap() 325 ext_ptr = (struct cfextra **)ar_next_avail(xspace); in pkgobjmap() 346 (void) ar_delete(xspace, eptnu in pkgobjmap() [all...] |
/titanic_51/usr/src/uts/common/sys/ |
H A D | pci_impl.h | 192 #define CAP_ID(confhdl, cap_ptr, xspace) \ argument 193 ((xspace) ? 0 : pci_config_get8((confhdl), (cap_ptr) + PCI_CAP_ID)) 195 #define NEXT_CAP(confhdl, cap_ptr, xspace) \ argument 196 ((xspace) ? 0 : \
|
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | wclib.c | 344 int xspace; in wc_count() local 352 xspace = iswspace(0xa0) || iswspace(0x85); in wc_count() 427 if (xspace && ( in wc_count() 438 else if(xspace && cp[-1]==0xc2) in wc_count()
|
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | wclib.c | 341 int xspace; in wc_count() local 347 xspace = iswspace(0xa0) || iswspace(0x85); in wc_count() 420 else if(xspace && cp[-1]==0xc2) in wc_count()
|
/titanic_51/usr/src/tools/cw/ |
H A D | Makefile | 43 $(__SUNC)CFLAGS= -xspace -Xa -xildoff -errtags=yes -errwarn=%all \
|
/titanic_51/usr/src/uts/common/os/ |
H A D | sunpci.c | 286 pci_cap_save_desc_t *cap_descp, uint32_t *ncapsp, int xspace); 580 pci_cap_save_desc_t *cap_descp, uint32_t *ncapsp, int xspace) argument 598 if (!xspace) 604 cap_id = CAP_ID(confhdl, cap_ptr, xspace); 607 if (!xspace) { 623 cap_ptr = NEXT_CAP(confhdl, cap_ptr, xspace);
|
/titanic_51/usr/src/ |
H A D | Makefile.master | 519 sparc_SPACEFLAG = -xspace -W0,-Lt 520 sparcv9_SPACEFLAG = -xspace -W0,-Lt 521 i386_SPACEFLAG = -xspace
|