/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | next.c | 39 Elf *parent; local 44 if ((parent = elf->ed_parent) == 0) { 48 ELFWLOCK(parent) 49 if (elf->ed_siboff >= parent->ed_fsz) { 50 ELFUNLOCK(parent) 55 parent->ed_nextoff = elf->ed_siboff; 56 ELFUNLOCK(parent)
|
/illumos-gate/usr/src/lib/libpp/common/ |
H A D | ppincref.c | 32 ppincref(char* parent, char* file, int line, int type) argument 37 NoP(parent);
|
/illumos-gate/usr/src/cmd/lms/tools/ |
H A D | daemonize.cpp | 68 pid_t pid, sid, parent; local 84 /* Fork off the parent process */ 91 /* If we got a good PID, then we can exit the parent process. */ 103 parent = getppid(); 133 /* Tell the parent process that we are A-okay */ 134 kill(parent, SIGUSR1);
|
/illumos-gate/usr/src/cmd/lp/lib/access/ |
H A D | files.c | 62 register char *parent, local 70 parent = makepath(dir, name, (char *)0); 71 if (!parent) 73 if (Access(parent, F_OK) == -1) { 74 Free(parent); 79 Free(parent); 83 file = makepath(parent, f, (char *)0); 85 Free (parent);
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | mvwin.c | 58 WINDOW *parent = w->_parent; local 68 if (parent == (WINDOW *) 0) { 74 if (parent->_begy + parent->_maxy < by + w->_maxy 75 || parent->_begx + parent->_maxx < bx + w->_maxx) 78 /* Move the sub-window's line pointers to the parent 81 dy = by - parent->_begy; 82 dx = bx - parent->_begx; 85 w->_line[i] = &parent 101 WINDOW *parent; local [all...] |
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | newpad.c | 66 subpad(WINDOW *parent, int nlines, int ncols, int begy, int begx) argument 70 w = subwin(parent, nlines, ncols, begy, begx);
|
H A D | mvwin.c | 59 WINDOW *parent = w->_parent; local 65 if (parent == NULL) { 71 if (parent->_begy + parent->_maxy < by + w->_maxy || 72 parent->_begx + parent->_maxx < bx + w->_maxx) 76 * Move the sub-window's line pointers to the parent 79 dy = by - parent->_begy; 80 dx = bx - parent->_begx; 83 w->_line[i] = &parent 97 WINDOW *parent; local [all...] |
H A D | newwin.c | 65 * If parent is not null, then create a sub-window of the parent 69 __m_newwin(WINDOW *parent, argument 77 (parent && (parent->_flags & W_IS_PAD)); 79 if (parent == NULL) { 93 * Make sure window dimensions remain within parent's 95 * of the parent. 97 if (begy < parent->_begy || begx < parent 266 derwin(WINDOW *parent, int nlines, int ncols, int begy, int begx) argument 294 subwin(WINDOW *parent, int nlines, int ncols, int begy, int begx) argument [all...] |
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | config_impl.h | 44 struct config *parent; member in struct:config
|
/illumos-gate/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo_ieee1394.c | 36 HalDevice *devinfo_ieee1394_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type); 49 devinfo_ieee1394_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) argument 69 d = devinfo_scsa1394_add (parent, node, devfs_path); 76 devinfo_scsa1394_add(HalDevice *parent, di_node_t node, gchar *devfs_path) argument 82 devinfo_set_default_properties (d, parent, node, devfs_path);
|
H A D | hotplug.c | 60 HalDevice *parent; local 71 /* find parent */ 72 parent_udi = hal_device_property_get_string (hotplug_event->d, "info.parent"); 74 parent = NULL; 76 parent = hal_device_store_match_key_value_string (hald_get_gdl (), "info.udi", parent_udi); 79 if (parent == NULL) { 87 /* children of ignored parent should be ignored */ 88 if (parent != NULL && hal_device_property_get_bool (parent, "info.ignore")) { 89 HAL_INFO (("parent ignore [all...] |
H A D | devinfo_cpu.c | 45 devinfo_cpu_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) argument 142 hal_device_property_set_string (d, "info.parent",
|
H A D | devinfo_misc.c | 73 devinfo_computer_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) argument 114 hal_device_property_set_string (local_d, "info.parent", hal_device_get_udi (d)); 127 devinfo_keyboard_add(HalDevice *parent, di_node_t node, char *devfs_path, argument 139 devinfo_set_default_properties(d, parent, node, devfs_path); 164 devinfo_mouse_add(HalDevice *parent, di_node_t node, char *devfs_path, argument 176 devinfo_set_default_properties(d, parent, node, devfs_path); 199 devinfo_default_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) argument 206 if (parent != NULL) { 207 parent_path = hal_device_property_get_string(parent, "solaris.devfs_path"); 220 devinfo_set_default_properties (d, parent, nod [all...] |
H A D | devinfo_pci.c | 31 HalDevice *devinfo_pci_add (HalDevice *parent, di_node_t node, char *devfs_path, char *device_type); 42 HalDevice *devinfo_pci_add (HalDevice *parent, di_node_t node, char *devfs_path, char *device_type) argument 52 if (parent == NULL) { 55 s = (char *)hal_device_property_get_string (parent, "info.subsystem"); 63 devinfo_set_default_properties (d, parent, node, devfs_path);
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/ |
H A D | rec_search.c | 73 EPGNO *parent; local 117 while ((parent = BT_POP(t)) != NULL) { 118 if ((h = mpool_get(t->bt_mp, parent->pgno, 0)) == NULL) 121 --GETRINTERNAL(h, parent->index)->nrecs; 123 ++GETRINTERNAL(h, parent->index)->nrecs;
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_krbcontainer.h | 41 char *parent; member in struct:_krb5_ldap_krbcontainer_params
|
/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | next.c | 47 char * parent, 52 next_x (parent, lastdirp, what) 53 char *parent; 65 if (!(dirp = Opendir(parent))) 78 || !is(parent, direntp->d_name, what) 99 char * parent, 104 is (parent, name, what) 105 char *parent; 114 if (!(path = makepath(parent, name, (char *)0))) 46 next_x( char * parent, long * lastdirp, unsigned int what ) argument 98 is( char * parent, char * name, unsigned int what ) argument
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | crashtest1.c | 30 static void do_some_sql(int parent){ argument 49 kill(parent, SIGKILL); 63 kill(parent, SIGKILL); 75 int parent = getpid(); local 90 do_some_sql(parent);
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | atfork.c | 50 void (*parent)(void), void (*child)(void)) 68 atfp->parent = parent; 107 * _postfork_parent_handler() is called by fork1() after it retuns as parent. 108 * It executes the user installed "parent" routines in FIFO order (POSIX). 121 if (atfp->parent) 122 (*atfp->parent)(); 49 pthread_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void)) argument
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | bt_search.c | 128 * be a parent page for the key. If a split later occurs, the 161 EPGNO *parent; local 186 for (level = 0; (parent = BT_POP(t)) != NULL; ++level) { 187 /* Get the parent page. */ 188 if ((h = mpool_get(t->bt_mp, parent->pgno, 0)) == NULL) 192 if (parent->index != NEXTINDEX(h) - 1) { 193 idx = parent->index + 1; 241 EPGNO *parent; local 267 for (level = 0; (parent = BT_POP(t)) != NULL; ++level) { 268 /* Get the parent pag [all...] |
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | eqn_html.c | 35 const struct eqn_box *child, *parent; local 54 if (NULL == (parent = bp->first->first)) 57 if (NULL == (child = parent->first)) 64 parent = bp->first->first; 66 while (NULL != parent) { 67 child = parent->first; 83 parent = parent->next; 134 bp->parent && bp->parent [all...] |
/illumos-gate/usr/src/cmd/dtrace/test/cmd/badioctl/ |
H A D | badioctl.c | 59 badioctl(pid_t parent) argument 77 if (kill(parent, 0) == -1 && errno == ESRCH) { 79 * Our parent died. We will kill ourselves in 117 pid_t child, parent = getpid(); local 122 badioctl(parent);
|
/illumos-gate/usr/src/cmd/hal/hald/ |
H A D | device_store.h | 38 GObject parent; member in struct:_HalDeviceStore
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zio_compress.c | 66 enum zio_compress parent) 71 ASSERT(parent < ZIO_COMPRESS_FUNCTIONS); 72 ASSERT(parent != ZIO_COMPRESS_INHERIT); 76 result = parent; 65 zio_compress_select(spa_t *spa, enum zio_compress child, enum zio_compress parent) argument
|
/illumos-gate/usr/src/uts/sun4v/os/ |
H A D | mach_ddi_impl.c | 61 check_status(int id, char *buf, dev_info_t *parent) argument
|