Searched defs:front (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/syslogd/
H A Dllt.h37 ll_t *front; member in struct:llh
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Dhotplug.c166 hotplug_event_enqueue (HotplugEvent *hotplug_event, int front) argument
171 if (front) {
H A Ddevinfo.c175 devinfo_hotplug_enqueue(HalDevice *d, gchar *devfs_path, DevinfoDevHandler *handler, int action, int front) argument
187 hotplug_event_enqueue (hotplug_event, front);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_rlock.c220 * returning the *front* proxy.
225 rl_t *front, *rear; local
243 front = zfs_range_proxify(tree, rl);
244 front->r_len = off - rl->r_off;
246 avl_insert_here(tree, rear, front, AVL_AFTER);
247 return (front);
/illumos-gate/usr/src/cmd/refer/
H A Dglue5.c346 struct words **front, **rear; local
351 front = rear = queue;
361 while (rear != front) {
362 s = *front;
363 if (front == &queue[QSIZE-1])
364 front = queue;
365 else front++;
369 if (front < rear)
371 if (front == queue) overflo();
375 if (++rear == front) overfl
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dmulti_thread_def.h89 u32 front; /* For de-queue */ member in struct:tasks_queue_t
/illumos-gate/usr/src/cmd/logadm/
H A Dopts.c301 opts_merge(struct opts *back, struct opts *front) argument
306 lut_walk(front->op_raw, merger, &(ret->op_raw));
309 lut_walk(front->op_ints, merger, &(ret->op_ints));
/illumos-gate/usr/src/cmd/fgrep/
H A Dfgrep.c618 * front and rear are pointers used to traverse the global words
621 struct words **front, **rear; local
632 front = rear = queue;
641 frontoffset = front - queue;
649 front = queue + frontoffset;
657 while (rear != front) {
658 s = *front++;
667 frontoffset = front - queue;
675 front = queue + frontoffset;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c98 static struct address_cache *front; variable in typeref:struct:address_cache
169 for (cptr = front; cptr != NULL; cptr = cptr->ac_next) {
186 for (cptr = front; cptr != NULL; cptr = cptr->ac_next) {
197 front = cptr->ac_next;
237 ad_cache->ac_next = front;
238 front = ad_cache;
242 cptr = front;
258 ad_cache->ac_next = front;
259 front = ad_cache;
261 front
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_temp.c570 struct front { short a; short b; }; struct
572 if (read(rfile, (char *)rbuf, sizeof (struct front)) ==
573 sizeof (struct front))
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c669 int front; local
729 front = 1;
770 if (front)
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c1823 thread_change_pri(kthread_t *t, pri_t disp_pri, int front) argument
1876 if (front) {
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c497 " Index to front disk elements 0x%x\n"
538 * Need to get a valid location, front/rear & slot.
866 * Either front or rear drive
1185 pwr_up_down(char *path_phys, L_state *l_state, int front, int slot, argument
1252 if (front || slot == -1) {
1261 if (!front || slot == -1) {
1270 if (front || slot == -1) {
1277 if (!front || slot == -1) {
1791 * path_struct->f_flag is set to 1 if in the front of an A5k
1916 * front o
[all...]

Completed in 239 milliseconds